A git LFS repository to hold large data files for the Climate Impact Web Tool.
The Climate Impact Web Tool CLI is used to generate the content of sql/extreme_temp.sql:
git clone https://github.com/SCSDMWT/climate_scenario_web_tool
cd climate_scenario_web_tool
uv run -- flask --app scotclimpact db-pre-compute > ../sql/extreme_temp.sqlFrom SCSDMWT/prototype_tool_plotting.
Region boundaries are from various sources on spatialdata.gov.scot:
- Local Authority Areas - Scotland
- Scottish Fire and Rescue Service
- NHS Health Boards - Scotland
- Health Integration Authorities
A script is provided to download WFS data (usually in GML format) and save the boundaries to GeoJSON:
uv run bin/get_boundaries.pyGenerate the Pooch registry entries for client projects:
git lfs ls-files | cut -f 3 -d ' ' | xargs -n 1 md5sum | sed -r "s/([a-z0-9]+)\\ \\ (.*)/'\\2': 'md5:\\1',/"