Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 2.8 KB

File metadata and controls

92 lines (56 loc) · 2.8 KB

Vital Parks Public Repository

This repository serves as an example code base to compute travel analysis that powers the the NYC Parks Vital Parks Explorer. This repository does not include the data visualization but we hope to in the future. It encompasses:

  • Data Ingestion: Integrates park elements, walkable street data, MTA travel data, Census population data, and other relevant geospatial datasets
  • NetworkX Graph Construction: Stitch together a walking and transit network
  • Time Travel Analysis: Computes travel times from park elements to the nearest network node

For more details on the underlying data and processes, visit our wiki.

Project Setup Guide

Coming soon!