https://github.com/bigfatdog/open-nyc-visualization
Visualizations for New York's open data
https://github.com/bigfatdog/open-nyc-visualization
canvas d3 datashader mapbox mapbox-gl nyc pixi-js react svg visualization webgl webworker
Last synced: 7 days ago
JSON representation
Visualizations for New York's open data
- Host: GitHub
- URL: https://github.com/bigfatdog/open-nyc-visualization
- Owner: BigFatDog
- License: mit
- Created: 2018-02-20T01:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T02:02:08.000Z (over 7 years ago)
- Last Synced: 2025-07-28T10:26:01.563Z (3 months ago)
- Topics: canvas, d3, datashader, mapbox, mapbox-gl, nyc, pixi-js, react, svg, visualization, webgl, webworker
- Language: JavaScript
- Homepage: https://bigfatdog.github.io/open-nyc.html
- Size: 29.7 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Visualizations for NYC open data
[Gallery](https://bigfatdog.github.io/open-nyc.html)
# Prerequisite
* Node# Setup
1. Download or clone this project
2. npm install
3. npm run start
4. Access to [localhost:3012](localhost:3012)Please note that certain visualizations needs additional back-end running:
* Census requires [datashader-server](https://github.com/BigFatDog/open-nyc-visualization/tree/master/shader-server)# Credits
Census backend is based on datashader's example [census 2010](https://anaconda.org/jbednar/census/notebook)# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details