This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Translate DC building shapefiles with ogr2osm https://github.com/pnorman/ogr2osm | |
# | |
# Run: | |
# python ogr2osm/ogr2osm.py addresses.shp -t ogr2osm/translations/dcaddresses.py | |
# | |
# This will create a buildings.osm file ready to be opened, *reviewed* and uploaded with JOSM or Potlatch. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Translate DC building shapefiles with ogr2osm https://github.com/pnorman/ogr2osm | |
# | |
# Run: | |
# python ogr2osm/ogr2osm.py buildings.shp -t ogr2osm/translations/dcbuildings.py | |
# | |
# This will create a buildings.osm file ready to be opened, *reviewed* and uploaded with JOSM or Potlatch. | |
# |