Skip to content

DCFemTech Hack for Good 2016 - WABA Bike Map Project

License

Notifications You must be signed in to change notification settings

OurStreets/hackforgood-waba-map

 
 

Repository files navigation

AlongthePike fork of WABA Bike Infrastructure Map Project

Development

This is a fork of the original WABA Bike Map project from DCFemTech where I am continuing to work on the infrastructure code which fetches, maps and filters the raw GIS files from each jurisdiction to produce consistent, more useful GeoJSON.

Once you've installed Node, to run this project:

  1. Clone the repo locally: git clone https://github.com/alongthepike/hackforgood-waba-map.git or git clone [email protected]:alongthepike/hackforgood-waba-map.git depending on your git setup
  2. Change into the directory: cd hackforgood-waba-map
  3. Install dependencies: npm install
  4. Fetch and process the jurisdictional GIS files: npm run fetch

Data Sources

Location URL Description
Montgomery County, MD Bikeways from dataMontgomery Filtered by category = "Paved Off-Road Trail" or "Bike Lanes" or "Separated Bike Lanes"
Fairfax County, VA Bicycle infrastructure from one-off Shapefile I was sent by Fairfax in 2018 and County Trails from Fairfax GIS Data and Non-County Trails from Fairfax GIS Data Routes filtered by STATUS = 'Bike Lane', Trails filtered by SURFACE_MATERIAL = 'Asphalt' or SURFACE_MATERIAL = 'Concrete'
Arlington County, VA Bike routes from Arlington County GIS Data Filtered by Route_Type = "Off Street Trail" or "Marked Route".
Alexandria City, VA Bike trails from Alexandria Open GIS Data Portal Filtered by (TRAILTYPE = "Off Street" or "On Street") and SHARROW = "No"
Prince George's County, MD Master Plan Trails from PG Planning Open Data Portal Filtered by FACILITY_S = "Existing" AND "FACILITY_T = "Bike Lane" OR "FACILITY_T" = "Hard Surface Trail"
Washington, DC Bicycle Lanes from opendata.dc.gov and Bike Trails from opendata.dc.gov Filtered by FACILITY = "Existing Bike Lane" OR "Climbing Lane" OR "Contraflow Bike Lane" or "Cycle Track"

About

DCFemTech Hack for Good 2016 - WABA Bike Map Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • HTML 10.6%
  • CSS 8.3%