Intended as a small utility for exploring how maps behave under different coordinate reference systems, especially for regional, polar, and world maps.
Displays a ggplot map rendering of a given bounding box and projection. The app also generates the code to reproduce the map in R.
You can install the development version of projproj like so:
# install.packages("pak")
pak::pak("setnorth/projproj")In order to run the program run:
projproj::ne_projection_helper()