From 81d68d1357d0db2566616e6b8087c4587a0e453e Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Tue, 22 Jun 2021 17:17:44 +0100 Subject: [PATCH] added some resources re openstreetmap as a base map --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b384312..a1d4dc3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,16 @@ Simple (and not so simple) examples of mapping data with R -You might also like https://git.soton.ac.uk/twr1m15/la_emissions_viz which drives https://rushby.shinyapps.io/LAemissions/ \ No newline at end of file +You might also like https://git.soton.ac.uk/twr1m15/la_emissions_viz which drives https://rushby.shinyapps.io/LAemissions/ + +## Resources + +### Openstreetmap for base maps (i.e. map tiles/rasters) + + * [Edinburgh green space as an example](https://ourcodingclub.github.io/tutorials/spatial-vector-sf/) + * [Madrid supermarkets](https://dominicroye.github.io/en/2018/accessing-openstreetmap-data-with-r/) + * [Short term rentals in Halifax, Nova Scotia](https://upgo.lab.mcgill.ca/2019/12/13/making-beautiful-maps/) + +### Google maps for base maps + +They want you to have an API key now. Yeah nah. \ No newline at end of file -- GitLab