Select Git revision
Forked from
SERG / Mapping with R
20 commits behind the upstream repository.
-
Ben Anderson authored
Merge branch 'master' of git.soton.ac.uk:SERG/mapping-with-r # Conflicts: # README.md
Ben Anderson authoredMerge branch 'master' of git.soton.ac.uk:SERG/mapping-with-r # Conflicts: # README.md
README.md 1.74 KiB
Mapping with R
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/
data
The following example data is provided in this repository:
- Boundary data - for Solent region (various geographies: LA, LSOA, MSOA)
- Energy - area-based statistics for domestic electricity consumption (LSOA, MSOA)
- Lookup table for geographies
Examples
rMappingExample
A simple example of mapping using R. Examples use Local Authority (LA) and Middle-layer Super Output Area (MSOA) geography and electricity consumption data (provided in data
subfolder).
ONS-open-geography
An example and resources for using the ONS Open Geography portal to download geographical data and create maps using Leaflet
package.
fun with cartograms
What it says on the tin
Resources
Openstreetmap for base maps (i.e. map tiles/rasters)
- Edinburgh green space as an example with sf
- Madrid supermarkets with sf
- Short term rentals in Halifax, Nova Scotia with sf
Google maps for base maps
They want you to have an API key now. Yeah nah.