https://github.com/datamade/gary-counts-hhmap
Map of the Hardest Hit properties in the City of Gary, IN
https://github.com/datamade/gary-counts-hhmap
Last synced: 10 months ago
JSON representation
Map of the Hardest Hit properties in the City of Gary, IN
- Host: GitHub
- URL: https://github.com/datamade/gary-counts-hhmap
- Owner: datamade
- License: mit
- Created: 2014-04-23T17:23:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T18:36:07.000Z (almost 12 years ago)
- Last Synced: 2025-01-14T00:42:45.573Z (over 1 year ago)
- Language: CSS
- Homepage: http://datamade.github.io/gary-counts-hhmap/
- Size: 989 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GaryCounts - Hardest Hit Map
Map of the Hardest Hit properties in the City of Gary, IN


## Running locally
``` bash
git clone git@github.com:datamade/gary-counts-hhmap.git
cd large-lots
# to run locally
python -m SimpleHTTPServer
```
navigate to http://localhost:8000/
# Dependencies
We used the following open source tools:
* [PostGIS](http://postgis.net/) - geospatial database
* [Bootstrap](http://getbootstrap.com/) - Responsive HTML, CSS and Javascript framework
* [Leaflet](http://leafletjs.com/) - javascript library interactive maps
## Team
* Derek Eder - developer, content
* Eric van Zanten - developer, GIS data merging
* Forest Gregg - process design, content
## Errors / Bugs
If something is not behaving intuitively, it is a bug, and should be reported.
Report it here: https://github.com/datamade/gary-counts-hhmap/issues
## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Commit, do not mess with rakefile, version, or history.
* Send me a pull request. Bonus points for topic branches.
## Copyright
Copyright (c) 2014 DataMade. Released under the [MIT License](https://github.com/datamade/gary-counts-hhmap/blob/master/LICENSE).