Shape2osm

From OpenStreetMap Wiki
Jump to navigation Jump to search

exclamation mark

Imports and automated edits should only be carried out by those with experience and understanding of the way the OpenStreetMap community creates maps, and only with careful planning and consultation with the local community.
See Import/Guidelines and Automated Edits code of conduct for more information. Imports/automated edits which do not follow these guidelines might be reverted!

This covers just one of a slew of programs for converting shapefiles to OSM data, and a very limited one at that. For other, more comprehensive (but possibly more difficult to use) methods see Import/Shapefile.

shape2osm is a single purpose python script to convert POINT shapefiles to .OSM files. Do not feed it anything else. It will croak. Or help improve it to make it do more things.

Download

Get shape2osm here.

Setup

Prerequisites:

Install these,

chmod 0755 shape2osm.py 

and you should be good to go.

Usage

shape2osm.py [-h] INFILE OUTFILE

Disclaimer

This script was only sparsely tested on Martijn van Exel's home server. There is no exception handling whatsoever. Use at your own risk.

License

Copyright (c) 2012 Martijn van Exel

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the 
"Software"), to deal in the Software without restriction, including 
without limitation the rights to use, copy, modify, merge, publish, 
distribute, sublicense, and/or sell copies of the Software, and to 
permit persons to whom the Software is furnished to do so, subject 
to the following conditions:

The above copyright notice and this permission notice shall be 
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.