Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fgregg/race-potts
- Owner: fgregg
- Created: 2015-02-17T21:12:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T23:07:33.000Z (about 8 years ago)
- Last Synced: 2024-10-15T09:55:51.166Z (3 months ago)
- Language: TeX
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# race-potts
Potts models of Racial Segregation in American Citiespassword 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