maschinenmensch / edifice

A database of the built environment in Chicago
5 stars 1 forks source link

edifice

A database of the built environment in Chicago using open data

Requirements

Using setup_edifice.py

setup_edifice.py is used to recreate the edifice database on a system with a PostgreSQL database installed (with PostGIS 2.0.x+ support).

Drop and recreate from scratch a base_postgis template database, using the 'postgres' admin user.

python setup_edifice.py --create_template

Drop and recreate from scratch an edifice database struture, using the 'edifice' user.

python setup_edifice.py --create

Download (~165mb), unzip, and import City of Chicago data into the edifice database. [NOTE: WORK IN PROGRESS]

python setup_edifice.py --data

Optional flags:

Data Sources

Google Doc of data sources we are using

QGIS and TileMill

Once you are done setting up your Edifice database, you can use the following tools (including psql) to explore the datasets.

QGIS is a free, open-source GIS application that can connect directly to a PostGIS database and display and analyze geographic data.

TileMill is a map-design studio that can also connect directly to a PostGIS datastore and create interactive web maps using OpenStreetMap as the base layer.