The buildings.json
file in the data
folder is created by the following process. Requires jq and csv2json
- Extract information from Excel files and save into csvs matching the format of
buildings.csv
andbuilding-info.csv
- Run
process_buildings.sh
Requires:
- node; at least v6.2.0
- zsh for globbing/pattern replacement
- gdal for polygonizing and conversion to GeoJSON
- geojson-merge as a global package for merging GeoJSON
- geojson-flatten as a global package for flattening GeoJSON
Process:
- Download all required data from Box and place the base folder (
CDRP Platform Development Seed
) in the root of this repo - Run
process.sh