-
Notifications
You must be signed in to change notification settings - Fork 12
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
Static mapping package? #57
Comments
In my opinion, all of the ones below are good options:
|
A while back, I implemented a client with prettymapr: https://github.com/DOI-USGS/nhdplusTools/blob/main/R/plot_nhdplus.R#L161 -- in conversation with @paleolimbot it seems like moving away from that will be wise. I really like the simplicity of it. -- it's just a set of utilities to make a map with base graphics where you can layer your base plot calls on top of an alreaddy initialized map. It seems like {mapsf} is close to that but implements a fairly different API. Maybe {tmap} is the ticket to stay in base R graphics? |
Hello, |
Thanks @rCarto -- I think a rudimentary Out of curiosity, what's the design distinction between tmap and mapsf that would help me and others understand why to pursue one or the other? |
Yes, prettymapr will be mothballed soon. The rosm package, because of its use in ggspatial, will be rewritten in the next month or so to remove the rgdal dependency (but all of tmap, mapsf, and maptiles are awesome and you should use them!). |
|
Perfect. Thanks for that, @edzer |
Scanning the r-spatial list we have a clear set of slippy map community packages, but what do people recommend for static mapping? Tmap? Ggmap? Mapsf? Other? There are a few options out there and I’m wondering if one is more defacto supported as a long term dependency for r-spatial?
The text was updated successfully, but these errors were encountered: