Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.49 KB

OpenStreetMap: Changes to building footprints in New York City area

View map

This map showcases how municipal GIS departments could leverage OpenStreetMap for more efficient change management.

The particular example shows changes to New York City building footprint data between January 1st 2012 and June 6th, 2012. It is really simple though to modify convert.py to the feature type or time period you are interested in.

Thanks to Tom for providing a great headstart.

Update map

Requires Python 2.7 and TileMill.

Assumes you would like to update the map to show any building footprints changed after 2012-01-01 in NYC area

  1. Run

    curl http://www.overpass-api.de/api/xapi?map?bbox=-74.26,40.49,-73.7,40.92 -o nyc.osm python convert.py nyc.osm nycdelta/nyc.geojson 2012-01-01

  2. Open TileMill project, update legend with new date and render+upload map

Todo

  • Pass in feature types as argument to convert.py
  • Shapefile conversion of all edited buildings
  • Don't show edits outside of NYC
  • Clean up style.css

Background