Usage

Simplify sequences

  • It simplifies mapillary sequences by buffer.
COMMAND REQUIRED DESCRIPTION
--geojson_input yes Pathfile for geojson input.
--buffer yes Buffer size for simplifying.
--geojson_out no Pathfile for geojson output.

Return:

GeoJSON file - mapillary sequences simplified.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest mapillary \
    simplify_sequence \
    --geojson_input=<INPUT_GEOJSON> \
    --buffer=0.000015 \
    --geojson_out=<OUTPUT_GEOJSON>