Course GIS in R
We have compiled another set of our posts into a concise course on GIS fundamentals in R. The course will
Read MoreWe have compiled another set of our posts into a concise course on GIS fundamentals in R. The course will
Read MoreWe often need to simplify the geometry of polygons into points or lines. How do you do that in R?
Read MoreIn today’s post, we’ll show you how to use the gDistance function from the rgeos library to calculate the distance
Read MoreWe already know how to download part of an background map from Google Maps. Today we will plot our data
Read MoreToday we’ll take a look at the ggmap library, which allows us to retrieve a map background from Google Maps
Read MoreLast time we showed how to give a coordinate system to a loaded vector layer. What if we want to
Read MoreIt is common that no coordinate system is associated with the loaded raster or vector data. The lack of a
Read MoreOften we want to find the bounding box of our vector layer. How do we do that in R? We
Read MoreThe rgeos library contains many tools for analyzing vector layers. The two most important functions are gIntersects and gIntersection. The
Read MoreBuforowanie jest jednym z podstawowych narzędzi GIS używanym w analizach przestrzennych. Ale jak to zrobić w R? Wczytajmy najpierw warstwę
Read More