Usage

Remove objects with action=delete

  • It removes the objects with action=delete in a OSM file.
COMMAND REQUIRED DESCRIPTION
--input_osm yes Path to OSM file to process.
--output_osm yes Path to OSM output

Return:

OSM file - It contains objects that have action property different to delete.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest geo \
    removeactionosm \
    --input_osm=<INPUT_OSM> \
    --output_osm=<OUTPUT_OSM>

Use case:

  • Remove objects in the OSM file that have the action property as delete.

image