From ea68ce4312db5b512e91afdd55cf1d412be2193f Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Mon, 12 Jul 2021 21:38:58 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 307c698..67d34fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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/ +You might also like [https://git.soton.ac.uk/twr1m15/la_emissions_viz](https://git.soton.ac.uk/twr1m15/la_emissions_viz) which drives [https://rushby.shinyapps.io/LAemissions/](https://rushby.shinyapps.io/LAemissions/) ## data @@ -12,13 +12,18 @@ The following example data is provided in this repository: * Energy - area-based statistics for domestic electricity consumption (LSOA, MSOA) * Lookup table for geographies -## rMappingExample +## 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). +A [simple example of mapping using R](rMappingExample.html). Examples use Local Authority (LA) and Middle-layer Super Output Area (MSOA) geography and electricity consumption data (provided in `data` subfolder). -## ONS-open-geography +### ONS-open-geography -An example and resources for using the [ONS Open Geography portal](https://geoportal.statistics.gov.uk) to download geographical data and create maps using `Leaflet` package. +An [example and resources](lsoaExample.html) for using the [ONS Open Geography portal](https://geoportal.statistics.gov.uk) to download geographical data and create maps using `Leaflet` package. + +### fun with cartograms + +What it says [on the tin](/cartograms/hex-cartograms.html) ## Resources -- GitLab