converting to shapefile
Last updated
Was this helpful?
Last updated
Was this helpful?
5) Converting to Shapefile There are various tools that convert OSM data into shapefiles, each with its own pros and cons. They all work via the command-line, so are best suited for those with a technical background. Some of the tools are: osm2shp C++ application for converting OSM to shapefile. osmlib Ruby library for converting to OSM. Hasn’t been maintained in a long time but still is functional. Not good with very large datasets. Easy to configure. ogr2ogr This library has recently added support for OSM, and can convert to all common geographic data formats.