https://github.com/caged/county-stat
Experiment for exploring aggregate census data. Counties-only for now.
https://github.com/caged/county-stat
Last synced: over 1 year ago
JSON representation
Experiment for exploring aggregate census data. Counties-only for now.
- Host: GitHub
- URL: https://github.com/caged/county-stat
- Owner: caged
- Created: 2015-05-25T16:03:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T03:40:31.000Z (about 11 years ago)
- Last Synced: 2025-01-20T10:48:30.420Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

Inspector for US Census county data. Experimental work-in-progress.
#### Requirements
I've only tested this on a Mac running OS X Yosemite.
* gdal with filegdb support (`brew install gdal --enable-unsupported --with-postgresql`) or [osgeo4mac](https://github.com/OSGeo/homebrew-osgeo4mac#how-do-i-install-these-formulae)
* postgis
* postgres
Create a .env file in the root of the project and add:
```
export COUNTY_STAT_DB_NAME=your_db_name_here
export COUNTY_STAT_DB_PORT=your_db_port_here
```
```
script/import-psql -d my_db
script/server
```