Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgregg/race-potts

Potts models of Racial Segregation in American Cities
https://github.com/fgregg/race-potts

Last synced: about 2 months ago
JSON representation

Potts models of Racial Segregation in American Cities

Awesome Lists containing this project

README

        

# race-potts
Potts models of Racial Segregation in American Cities

password in .pgpass

* get API key from http://api.census.gov/data/key_signup.html
* cp data/secrets.py.example to secrets.py and put your key in there
* `createdb segregation` if you want to name you db something else, you'll need to edit data/config.mk
* psql -d segregation -c "CREATE EXTENSION postgis"
* run make

## requirements
- posgresql
- postgis
- gdal

-numpy
-requirements.txt