dis-organization / ozmaps

destroyed to avoid large files
https://mdsumner.github.io/ozmaps/
10 stars 1 forks source link

name and context #2

Open mdsumner opened 6 years ago

mdsumner commented 6 years ago

Name

I'm a bit uneasy about having "ozmaps" as the package and "ozmap" as the functions, that sometimes causes problems - but it matches maps::map nicely.

Context

There is eechidna, oz, bomrang, grattan, Census2016, ALA4R and heims.

Who else is working on this?

Generalization

Do we have ozmaps, and ozmapsdata as analogous to maps/mapdata?

mdsumner commented 6 years ago

https://github.com/Robinlovelace/ukboundaries

Is there a sensible guideline for how to build a national map package?

mdsumner commented 6 years ago
  1. low res, small file size, data objects, of (a) country boundary (b) state boundary (c) lga (d) electoral boundaries
  2. ability to use only the country outline, or that combined with any of the others.
  3. ability to subset any region out, to focus just on small parts of the country
  4. functions to update the maps as needed in the future.
oz::oz(states = TRUE, add = FALSE)  ## plot Australia with or without states, add to current plot or start afresh
oz::vic()  ## there's also a function for each individual state and nt(), though not for ACT

That covers a) and b) mostly for the very simple. The next level up is provided by rnaturalearth, which will be more up to date:

rn_oz <- rnaturalearth::ne_states(country = "australia")  ## requires rnaturalearthhires pkg

That object is 0.5Mb which is reasonable.

mdsumner commented 6 years ago

https://github.com/seancarmody/rmapaus

mdsumner commented 6 years ago

https://github.com/ropensci/auunconf/issues/23

mdsumner commented 6 years ago

https://eatlas.org.au/sites/default/files/eatlas/articles/atlas-mapmaker.pdf

mdsumner commented 6 years ago

https://obrl-soil.github.io/dsmartr-announcement/