My digital map making workflow for topographic maps. This
repo works by pulling public terrain data and rendering it
as ggplot
graphics using a specification described in
src/manifest.yaml
Warning
rgeoboundaries
is no longer on CRAN. If you try to run
this codebase, you may need to install it from GitHub.
analysis/
: Core components of the analysisdata/
: Elevation data asRds
filesimg/
: Final maps as imagessrc/
: Functions and source files