So, you want to create globe with a resolution so low that it´s hard to imagine any use cases? Here is an R script that will do just that. This script will:...
Surely, it must be possible to create your own map based on data from OpenStreetMap using R? Perhaps a map with all of the restaurants in your area? This script will: #...
Google has published a huge data set with buildings, found at https://sites.research.google/open-buildings/. The data is available in WKT in CSV files, so it needs some basic processing for visualization. Could I use...
A small collection of additional R code snippets for web maps with R/Leaflet, after the previous article Creating an interactive web map using R/Leaflet. This time, it´s all about basemaps and WMS...
With millions of APIs with data available, it would be a shame to miss out. How do you connect to an API and fetch data in R? This script will: Code: In...
Support for GIS related operations has improved a lot in recent years in the R universe and there are a lot of libraries for GIS. In this case, I wanted to do...
PostgreSQL/PostGIS is often my top pick when working with geodata in databases and I use it frequently with FME and QGIS, but until recently, not so much with R. How do you...