Usage
Match point sequences
- It filters points inside polygons.
COMMAND | REQUIRED | DESCRIPTION |
---|---|---|
--geojson_polygons | yes | Filter buffer file path (polygons). |
--geojson_points | yes | Points file path (points). |
--geojson_output | no | Filter check file path (points). |
Return:
GeoJSON file - points filtered.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest mapillary \
match_point_sequences \
--geojson_polygons=<INPUT_GEOJSON> \
--geojson_points=<INPUT_GEOJSON> \
--geojson_output=<OUTPUT_GEOJSON>