dcfemtech / hackforgood-waba-map

DCFemTech Hack for Good 2016 - WABA Bike Map Project
MIT License
10 stars 9 forks source link

Admin script to Fetch, Convert & Filter the latest bikeway data... #76

Closed alongthepike closed 8 years ago

alongthepike commented 8 years ago

...and save it locally. Currently supports only Montgomery County, but can be expanded using various strategies to the other jurisdictions.

The more robust, long-term solution to #56 as well as making gathering, converting & filtering all of the various sources of data for this project an automated, repeatable process.

Can be run as npm run fetch

alongthepike commented 8 years ago

Updated - now fetches fresh data, filters & converts it to a common format for every locality we have data for except PG (still need to implement conversion from shapefile).

alulsh commented 8 years ago

Wow, this is fantastic work @alongthepike! In particular I love how your script normalizes the data from all the localities.

In terms of making this easier to merge - mind removing the updates to the bikelane Geojson files from this PR? In other words, the only changed files in this PR should be a modified package.json and the addition of the new scripts/fetch.js file.

Also, I added a few line notes about minor code style concerns too - nothing that would prevent merging though.

We can update the bikelane GeoJSON files in a separate PR after running your script 😄 .

alongthepike commented 8 years ago

OK, I believe I have now addressed all of the feedback - camelCase, whitespace and double quotes as well as successfully removed the geojson commits.

alulsh commented 8 years ago

Awesome!! Merging 😎 .