Skip to content

R Shiny app for mapping ITL2 data on an automatic choropleth map.

Notifications You must be signed in to change notification settings

thomashudsonuk/itl2_choro_map

Repository files navigation

Automatic ITL2 Choropleth Map

An R Shiny app for automatically mapping ITL2 data on a choropleth map.

Recording.2023-10-31.152153.mp4

How to use

  • Ensure libraries are installed (provide code to install if not already - bake into the app if possible).
  • Run following R code:
library(shiny)
runGitHub("itl2_choro_map", "thomashudsonuk") 
  • Upload data (client side so no storage of data)
  • Make sure the first column is the ITL221NM (the name of the ITL2)
  • Future versions will have ITL1 and ITL3 as options.

Things to add

  • Normalisation options e.g. per hectare, or per capita
  • Add explanation of geojson source
  • Explain bins and colour palette
  • Choose ITL1, ITL2, and ITL3
  • Choose number of significant figures

About

R Shiny app for mapping ITL2 data on an automatic choropleth map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published