-
Notifications
You must be signed in to change notification settings - Fork 15
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
possibility of implementing geom_sf #167
Comments
Hey, sorry too busy at the moment and didn't look into Github. Anyhow, it's definitely not a trivial 1h task. If you could provide me with some references about how this kind of map data is usually represented, that would be much appreciated. In case you feel like trying to implement something yourself, feel free to ping me on matrix/discord (better than github at the moment) and I'll try to help. |
I am also interested in these type of "geospatial" features and some time ago collected some references. Here is a brief summary of my notes on how this type of stuff is implemented in R:
from the above my take on how hard it is to add this feature in ggplotnim I would say that it definitely requires some work. In particular it seems that starting from an independent repo to provide sf functionalities could be a good option. I guess that as a first step one could define a minimal set of target plots that one would want to implement in the first release on sf-related functionalities and implement just what is needed (also to know what one would need to implement in sf package). And to specify above the kind of interest I have is more on the happy-to-see-it-implemented side than on the I-plan-to-work-on-it side that (at least for this year), sorry! :) |
Thanks for the references! That's super valuable. :) |
Hello!
I was just looking at the ggplot2 documentation and source trying to figure out how difficult it would be to implement the geom_sf and related dependencies in ggplotnim. Thought I would just ask here how difficult it would be.
The text was updated successfully, but these errors were encountered: