Speed up R sripts – external program (RSAGA)
What if all the features we have tested/written do not allow us to get satisfactory execution times for the intended
Read MoreWhat if all the features we have tested/written do not allow us to get satisfactory execution times for the intended
Read MoreMost of us have the hardware to speed up our scripts in R. We should first look at our processors
Read MoreIn the first post of the “Speed Up Your Script” series, we showed you how to use the underlying R
Read MoreIt often happens to us that we need to find, for example, the EPSG code of a certain coordinate system
Read MoreIt often happens that we want to process some raster data faster or simply split it up. For this we
Read MoreToday we will show you how to use the sf library for spatial selection. For our example, we will use
Read MoreWe have already shown you a buffer with the rgeos library. This time we show you in a video version
Read MoreThis time we show how to load and save a vector layer file using the new sf library. Code:
Read MoreIn this post, we show how to use the getData function of the well-known raster package to retrieve SRTM data.
Read MoreWe often use data from the OpenStreetMap project in our posts. Where do we get them from? We get them
Read More