Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopez86/nycdatatools
Tools for Analyzing Open Data from New York
https://github.com/lopez86/nycdatatools
Last synced: 9 days ago
JSON representation
Tools for Analyzing Open Data from New York
- Host: GitHub
- URL: https://github.com/lopez86/nycdatatools
- Owner: lopez86
- License: mit
- Created: 2017-09-17T22:22:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T08:29:25.000Z (about 7 years ago)
- Last Synced: 2024-11-06T20:50:30.827Z (about 2 months ago)
- Language: Python
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NYCDataTools
This package is intended to provide some useful tools for analyzing data
about New York City. I include here some data files and Python code
to use the data.Current features are:
-Mapping latitude and longitude to borough, neighborhood, and census tract.
-Making plots of data arranged by these three geographic types.
-Some basic cleaning and preparation of census data and the NYC tree census data along with code to enter data into MySQL and/or Hive.
The current features allow one to compare geospatial data from NYC to demographic features at the census tract (typical population of several thousand residents) level.
## Data used here
So far, the data files included here are:
-A selection of ACS (US Census) estimates
Census data is from the federal government and thus is public open source data not subject to copyright within the US.
The copyright status of the NYC geospatial data for the different geographic regions is less clear, so I have not included it here. You can find that at the NYC Open Data site at:
2010 Census Tracts:
https://data.cityofnewyork.us/api/geospatial/fxpq-c8ku?method=export&format=ShapefileNTAs:
https://data.cityofnewyork.us/api/geospatial/cpf4-rkhq?method=export&format=ShapefileBoroughs:
https://data.cityofnewyork.us/api/geospatial/tqmj-j8zm?method=export&format=ShapefileIf you remove the part after the ?, you can download these in other formats (KML, KMZ, GeoJSON, etc). There are also additional maps including water areas.