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

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.

Awesome Lists containing this project

README

          

![choropleth](https://cloud.githubusercontent.com/assets/25/7875908/fac26e98-0577-11e5-89bb-392b99b82c6d.png)

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
```