You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maps are difficult. Leaflet is nice because it's interactive, but if the internet connection is poor, or the user has reached the access limit (which can certainly happen for exploratory analysis), then leaflet and/or googlemaps will fall short. Two options may exist:
rnaturalearth along with the companion packages rnaturalearthdata and rnaturalearthhires provides access to predownloaded R objects so may be useful if you want something offline.
Maps are difficult. Leaflet is nice because it's interactive, but if the internet connection is poor, or the user has reached the access limit (which can certainly happen for exploratory analysis), then leaflet and/or googlemaps will fall short. Two options may exist:
https://github.com/ropensci/rnaturalearth uses the rnaturalearth API for scalable lineart.
Alternatively, we could embed shapefiles for a region of interest inside of a RECON deployer and use the sp package.
The text was updated successfully, but these errors were encountered: