get-oa
Load OpenAddresses data into a Postgresql + PostGIS database.
Assuming that you've downloaded one or more OpenAddresses zipped datasets:
export PGUSER=myuser PGHOST=myhost PGDATABASE=mydb
make init load FILES="path/to/a.zip path/to/another.zip"
Data will be loaded into a table (oa.address
) partitioned by region
. The table partition will have names like oa.ca_address
.