diff --git a/README.md b/README.md index 10f45ce..aa11ec4 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,10 @@ property-data/postcode_boundaries/ property-data/travel-times/ ``` -Most data can be downloaded or generated through `Makefile.data`. Some inputs -are deliberately manual: +Most data, including police.uk crime archives, can be downloaded or generated +through `Makefile.data`. Some inputs are deliberately manual: -- `manual-data/certificates.csv` from the EPC register -- `manual-data/crime/` CSV exports from police.uk +- `manual-data/domestic-csv.zip` from the EPC register - postcode boundaries, generated from OA boundaries, INSPIRE polygons, and UPRN lookup data @@ -201,3 +200,10 @@ docker build -t property-map . The container entrypoint runs `property-map-server` with the expected data paths under `/app/data` and serves `frontend/dist` when `--dist` is present. + + + + make -f Makefile.data tiles prepare generate-postcode-boundaries download-places + uv run python -m pipeline.download.map_assets --output frontend/public/assets + transform-postcode-boundaries: is dumb + ./r5-java/run.sh --paths \ No newline at end of file