This project is under development. For the previous version of the Export Tool, see hotosm/osm-export-tool.
osm-export-tool jakarta.osm.pbf jakarta -f gpkg,shp
Input formats:
- OSM PBF
- OSM XML
Output formats:
- OSM PBF
- OSM XML
- GeoPackage
- Shapefile
- KML
- OsmAnd
- Maps.ME
- Garmin
- OGC GeoPackage (.gpkg)
- This is the default export format, and the most flexible for modern GIS applications.
- Shapefile (.shp)
- Each layer and geometry type is a separate .SHP file. This is because each .SHP file only supports a single geometry type and column schema.
- KML (.kml)
- Each layer and geometry type is a separate .KML file. This is because the GDAL/OGR KML driver does not support interleaved writing of features with different geometry types.
-
Maps.ME
-
OsmAnd
-
Garmin