.
This commit is contained in:
parent
ee231d2ee5
commit
a5f2e6eabb
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
|
@ -69,11 +69,10 @@ property-data/postcode_boundaries/
|
||||||
property-data/travel-times/
|
property-data/travel-times/
|
||||||
```
|
```
|
||||||
|
|
||||||
Most data can be downloaded or generated through `Makefile.data`. Some inputs
|
Most data, including police.uk crime archives, can be downloaded or generated
|
||||||
are deliberately manual:
|
through `Makefile.data`. Some inputs are deliberately manual:
|
||||||
|
|
||||||
- `manual-data/certificates.csv` from the EPC register
|
- `manual-data/domestic-csv.zip` from the EPC register
|
||||||
- `manual-data/crime/` CSV exports from police.uk
|
|
||||||
- postcode boundaries, generated from OA boundaries, INSPIRE polygons, and UPRN
|
- postcode boundaries, generated from OA boundaries, INSPIRE polygons, and UPRN
|
||||||
lookup data
|
lookup data
|
||||||
|
|
||||||
|
|
@ -201,3 +200,10 @@ docker build -t property-map .
|
||||||
|
|
||||||
The container entrypoint runs `property-map-server` with the expected data paths
|
The container entrypoint runs `property-map-server` with the expected data paths
|
||||||
under `/app/data` and serves `frontend/dist` when `--dist` is present.
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue