bcgov / bcmaps

An R package of map layers for British Columbia
http://bcgov.github.io/bcmaps/
Apache License 2.0
73 stars 17 forks source link

Add vignette for generating pretty maps for BC #30

Open boshek opened 6 years ago

boshek commented 6 years ago

Pending the release of geom_sf a theme for bcmaps would be useful.

Examples (but not exactly what we after) include:

stephhazlitt commented 6 years ago

Should a theme_bcmaps() go in the envreportutils package with other ggplot2 plotting themes?

boshek commented 6 years ago

I think that this might be a useful package for this purpose: https://cran.r-project.org/web/packages/ggsn/index.html

@stephhazlitt You may be right. My thought is that once geom_sf becomes available CRAN, bcmaps might actually import ggplot2 so then a user could grab data and plot all within the bcmaps package.

boshek commented 4 years ago

This issue could perhaps be morphed into a mapping utility along these lines: https://geocompr.github.io/post/2019/ggplot2-inset-maps/

boshek commented 4 years ago

Something we might include is that ggplot2 now includes the ability to set colour and fill scales via options. This could be useful for brand: https://ggplot2.tidyverse.org/reference/scale_colour_continuous.html

stephhazlitt commented 4 years ago

Some inspiration might be here: https://github.com/Nowosad/rspatial-map-challenge-2020

stephhazlitt commented 3 years ago

This is also pretty pretty, imo https://twitter.com/katiejolly6/status/1336027945773617152. However maybe more of a figure?

ateucher commented 3 years ago

I'm starting to like and use tmap more and more, it would be good to at least include it, if not focus on it

boshek commented 3 years ago

I think this is very related to #43 and if we implemented that, could really move towards some nice looking maps (using tmap).