Usage

Duplicate objects

  • It gets the duplicate objects, identified by a unique attribute or primary key. This script can work with aws - s3 uri.
COMMAND REQUIRED DESCRIPTION
--geojson_input yes Path to GeoJSON to process.
--key yes Primary key or any key to find duplicates.
--geojson_output yes Path to GeoJSON output.

Return:

GeoJSON file - It contains those duplicate features by a given key.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest geo \
    duplicatefeatures \
    --geojson_input=<INPUT_GEOJSON> \
    --key=key \
    --geojson_output=<OUTPUT_GEOJSON>