Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential map alternatives? #17

Open
zkamvar opened this issue Jul 6, 2018 · 3 comments
Open

Potential map alternatives? #17

zkamvar opened this issue Jul 6, 2018 · 3 comments

Comments

@zkamvar
Copy link
Member

zkamvar commented Jul 6, 2018

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.

@thibautjombart
Copy link
Contributor

we could involve Andy here, he'd probably be interested ;)

@andysouth
Copy link

Aha, yes feel free to include me in discussion of what you need.

I've just upgraded the dev version of rnaturalearth to the most recent Natural Earth layers (which now have labelling fields in 21 languages that may be useful).
https://www.naturalearthdata.com/blog/miscellaneous/natural-earth-v4-1-0-release-notes/

rnaturalearth along with the companion packages rnaturalearthdata and rnaturalearthhires provides access to predownloaded R objects so may be useful if you want something offline.

@thibautjombart
Copy link
Contributor

Cool @andysouth ! =D

@zkamvar here's an abuse of power.. could you pick up the revamping of map_epiflows where I left it? It's on the map branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants