historical map polygon and feature extractor
play

historical map polygon and feature extractor mauricio giraldo - PowerPoint PPT Presentation

historical map polygon and feature extractor mauricio giraldo arteaga NYPL Labs @mgiraldo NYGeoCon 2013 background ~120k polygons produced in three years by staff and volunteers (NYPL volunteers) building = building = not paper-colored


  1. historical map polygon and feature extractor mauricio giraldo arteaga NYPL Labs @mgiraldo NYGeoCon 2013

  2. background

  3. ~120k polygons produced in three years by staff and volunteers (NYPL ♥ volunteers)

  4. building =

  5. building = not paper-colored

  6. building = not paper-colored completely enclosed by black lines

  7. building = not paper-colored completely enclosed by black lines dashed lines are not walls

  8. building = not paper-colored completely enclosed by black lines dashed lines are not walls > 20m 2 (~180ft 2 )

  9. building = not paper-colored completely enclosed by black lines dashed lines are not walls > 20m 2 (~180ft 2 ) < 3,000m 2 (~27,000ft 2 )

  10. building = not paper-colored completely enclosed by black lines dashed lines are not walls > 20m 2 (~180ft 2 ) < 3,000m 2 (~27,000ft 2 ) + attributes (color, dots, crosses...)

  11. process

  12. https://github.com/NYPL/ map-vectorizer try it!

  13. gdal_polygonize.py generates polygons automagically!

  14. $ gdal_polygonize.py test.tif -f "ESRI Shapefile" test.shp test

  15. $ gdal_polygonize.py test.tif -f "ESRI Shapefile" test.shp test

  16. gdal_polygonize.py generates polygons automagically! (not really)

  17. we need to optimize the input

  18. differences in resampling cubic nearest neighbor

  19. differences in resampling cubic nearest neighbor

  20. we need to simplify the output (for those polygons that we care about)

  21. pts = spsample(polygon, n=1000, type="hexagonal")

  22. pts = spsample(polygon, n=1000, type="regular") pts = spsample(polygon, n=1000, type="hexagonal")

  23. pts = spsample(polygon, n=1000, type="regular") pts = spsample(polygon, n=1000, type="random") pts = spsample(polygon, n=1000, type="hexagonal")

  24. x.as = ashape(pts@coords,alpha=2.0)

  25. x.as = ashape(pts@coords,alpha=2.0) lower alpha produces more concave shapes (good) but holes may start appearing (bad)

  26. Ramer–Douglas–Peucker and other point reduction algorithms can be considered

  27. 66,056 polygons produced in one day (as opposed to years)

  28. but: adjacency is not being enforced false positives/negatives buildings may also overlap

  29. we need to validate the output http://buildinginspector.nypl.org *not included in the paper

  30. 2 weeks later...

  31. 341,005 flags for 66,055 unique polygons 62,402 polygons with consensus Yes 84.2% Fix 6.4% No 9.4% “consensus” = 75%+ agreement of 3+ flags

  32. no sleep till Brooklyn 14k+ more polygons

  33. thank you mauricio giraldo arteaga NYPL Labs @mgiraldo NYGeoCon 2013

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend