openlexington/lexington-buildings

Name: lexington-buildings

Owner: OpenLexington

Description: Proposed import of buildings for Louisville using data from data.louisvilleky.gov.

Created: 2016-02-28 23:18:15.0

Updated: 2016-02-28 23:19:02.0

Pushed: 2016-03-02 05:05:21.0

Homepage:

Size: 350734

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OSM Import of Louisville, KY address and building data.

These scripts pre-process shapefile data from data.louisvilleky.gov and put it into a format suitable to be imported into OpenStreetMap.

To use, run:

make

And if everything works you should get output in the osm/ directory.

Note

You don't need to be able to run this to participate in the import. This is available for those who are curious or would like to improve the process.

Update

Updates to the addresses file on data.nola.gov January 2015 removed the ADDR_TYPE field from the shapefile. This causes convert.py to fail, and we depend on ADDR_TYPE to solve cases where two address points are in the exact same location.

Prerequisites

You will need at least a few GB of RAM for this to work well. We also attempt to do work in parallel, so more CPU cores will be helpful.

Python modules needed include:

On Linux (Debian/Ubuntu) you should make sure the following packages are installed first:

Then you can build/install fiona with:

sudo pip install fiona
Credits

Based on dcbuildings and nycbuildings.

Adapted for New Orleans by Matt Toups. Adpated for Louisville, KY by Michael Schnuerle and Ate Poorthuis.

More info

See http://wiki.openstreetmap.org/wiki/Louisville,_Kentucky/Building_Outlines_Import

Track the progress of this import at: http://tasks.openstreetmap.us/job/50


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.