osmlab / nycbikelanes

NYC bike lane cleanup and update
7 stars 3 forks source link

Script for downloading OSM and city data #3

Closed ebrelsford closed 9 years ago

ebrelsford commented 9 years ago

This could be relatively simple like the Makefile for the NYC buildings import.

For OSM: Would make sense to download the Metro Extract, select the ways we want, and clip to the NYC borough boundaries. Or we could us overpass.

City data: isn't currently online, we might have to add it to this repo?

clhenrick commented 9 years ago

maybe don't simplify the osm data in the Makefile, it creates some odd paths that likely will throw off a PostGIS query: osm-bike-lane-simplify-error

ebrelsford commented 9 years ago

Yes that's the plan, I have a local version that doesn't do this, will merge soon!

On Mon, Feb 23, 2015 at 8:01 PM, Chris Henrick notifications@github.com wrote:

maybe don't simplify the osm data in the Makefile, it creates some odd paths that likely will through off a PostGIS query: [image: osm-bike-lane-simplify-error] https://cloud.githubusercontent.com/assets/161748/6341258/b92dfa72-bb96-11e4-8505-0a77dbf1f683.jpg

— Reply to this email directly or view it on GitHub https://github.com/osmlab/nycbikelanes/issues/3#issuecomment-75678437.

clhenrick commented 9 years ago

Cool!

-Chris

On Feb 23, 2015, at 11:21 PM, Eric Brelsford notifications@github.com wrote:

Yes that's the plan, I have a local version that doesn't do this, will merge soon!

On Mon, Feb 23, 2015 at 8:01 PM, Chris Henrick notifications@github.com wrote:

maybe don't simplify the osm data in the Makefile, it creates some odd paths that likely will through off a PostGIS query: [image: osm-bike-lane-simplify-error] https://cloud.githubusercontent.com/assets/161748/6341258/b92dfa72-bb96-11e4-8505-0a77dbf1f683.jpg

— Reply to this email directly or view it on GitHub https://github.com/osmlab/nycbikelanes/issues/3#issuecomment-75678437.

— Reply to this email directly or view it on GitHub.

ebrelsford commented 9 years ago

The Makefile has been updated to reflect these and other changes.