Wheretolive ... ?

Test and Deploy

Loading Data (notes for myself)

Transport

shp2pgsql -I shapes.shp transport | psql -h localhost -U postgres -d wheretolive

OSM

osm2pgsql NSW.xml -d wheretolive -U postgres -P 5432 --hstore

School Catchments

shp2pgsql -I catchments.shp catchments | psql -U postgres -d wheretolive

Running tests

source .env
source .venv/bin/activate
python tests.py