All Projects → NYCPlanning → labs-migration-viz

NYCPlanning / labs-migration-viz

Licence: other
A single-page interactive visualization of historic U.S. Census migration data for New York City

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to labs-migration-viz

Visavail
A D3.js Time Data Availability Visualization
Stars: ✭ 245 (+1261.11%)
Mutual labels:  d3
kotlin-js-D3js-example
A simple example of a D3 JavaScript program in Kotlin
Stars: ✭ 13 (-27.78%)
Mutual labels:  d3
advanced-istio-service-mesh-workshop
Advanced Istio Service Mesh Workshop
Stars: ✭ 28 (+55.56%)
Mutual labels:  labs
P2p Graph
Real-time P2P network visualization with D3
Stars: ✭ 245 (+1261.11%)
Mutual labels:  d3
DZ-Pharma-Data
Medications data for +4800 drugs sold in Algeria and their labs
Stars: ✭ 23 (+27.78%)
Mutual labels:  labs
vue-d3-template
A template project for using Vue with D3.js (easy serve on github.io)
Stars: ✭ 16 (-11.11%)
Mutual labels:  d3
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (+1200%)
Mutual labels:  d3
hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 286 (+1488.89%)
Mutual labels:  labs
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+138.89%)
Mutual labels:  d3
Labtainers
Labtainers: A Docker-based cyber lab framework
Stars: ✭ 226 (+1155.56%)
Mutual labels:  labs
Webpack Ops
📁 webpack bundle visualization // optimization // config tool
Stars: ✭ 251 (+1294.44%)
Mutual labels:  d3
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+1886066.67%)
Mutual labels:  d3
d3-force-graph
Force-directed graph using D3-force and WebGL, support massive data rendering and custom style.
Stars: ✭ 74 (+311.11%)
Mutual labels:  d3
Chart Tool
A responsive charting application
Stars: ✭ 244 (+1255.56%)
Mutual labels:  d3
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+1250%)
Mutual labels:  labs
Gtr Cof
Interactive music theory dashboard for guitarists. http://guitardashboard.com/
Stars: ✭ 244 (+1255.56%)
Mutual labels:  d3
bring-your-own-data-labs
Bring your own data Labs: Build a serverless data pipeline based on your own data
Stars: ✭ 40 (+122.22%)
Mutual labels:  labs
database labs
initial set of databases labs
Stars: ✭ 19 (+5.56%)
Mutual labels:  labs
d3-axis-for-react
d3-axis for React
Stars: ✭ 63 (+250%)
Mutual labels:  d3
sankeydiagram.net
sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
Stars: ✭ 51 (+183.33%)
Mutual labels:  d3

NYC Historic Migration Data Visualization

A single-page interactive visualization of historic U.S. Census migration data for New York City built with the guidance of NYC Planning's Population Division

The project's goals are as follows:

  1. To create a compelling web experience for exploring NYC migration trends data, in support of a broader initiative by the population division highlighting migration patterns.
  2. To create a re-usable template for future single-page dataviz projects, and a fully-functional project that can be used for learning basic web development and data visualization with d3.js.

Screenshot

How we work

NYC Planning Labs takes on a single project at a time, working closely with our customers from concept to delivery in a matter of weeks. We conduct regular maintenance between larger projects.

How you can help

In the spirit of free software, everyone is encouraged to help improve this project. Here are some ways you can contribute.

  • Comment on or clarify issues
  • Report bugs
  • Suggest new features
  • Write or edit documentation
  • Write code (no patch is too small)
    • Fix typos
    • Add comments
    • Clean up code
    • Add new features

Read more about contributing.

Requirements

You will need the following things properly installed on your computer.

Local Development

  • Clone this repo git clone https://github.com/NYCPlanning/labs-migration-viz.git
  • Navigate to the project directory cd labs-migration-viz
  • Start a local webserver
    • Python 2: cd labs-migration-viz && python -m SimpleHTTPServer 8000
    • Python 3: cd labs-migration-viz && python -m http.server 8000
  • Open the site in your browser at http://localhost:8000

Architecture

This project uses Bootstrap for layout, and a custom D3.js chart.

Deployment

This project can be deployed on any static web server.

  • Create a new Git remote called dokku: git remote add dokku dokku@{servername}:{appname}
  • Deploy via Dokku using git push dokku master. Because .static exists in the root of the repo, Dokku will deploy the app using the NGINX buildpack.

Contact Us

You can find us on Twitter at @nycplanninglabs, or comment on issues and we'll follow up as soon as we can. If you'd like to send an email, use [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].