caged / osm-building-import

The old college try to prepare and import Portland, OR building data into OpenStreetMap.
MIT License
2 stars 0 forks source link

Portland, Oregon OpenStreetMap Building Import

coverage

Getting started

# Pulls down portland building footprints, addresses, election precincts and existing
# OSM building data and imports the data into the pdx_osm database
script/bootstrap -d pdx_osm

# Runs all the required alterations that prepares all addresses and buildings
# for OSM import.  
script/finalize -d pdx_osm

# Exports buildings in all precincts or the supplied precinct to an OSM file reacy
# for validation in JOSM
script/export -d pdx_osm [-p PRECINCT_NUMBER]

Development Guidelines

Thanks

Without the fantastic work of the projects that come before this and the effort of those involved, this project would not exist. They were a great source of inspiration and invaluable resources.