Usage

Download images

  • It downloads the Mapillary images and obtains output points with the images URL.
COMMAND REQUIRED DESCRIPTION
--input_file_points yes Mapillary points file path.
--output_images_path no Output images path.
--output_file_points no Output points for images.

Return:

GeoJSON file - output points with the images URL.

Folder - it contains the downloaded images from Mapillary.

Command line:

docker run --rm -v ${PWD}:/mnt/data -e MAPILLARY_ACCESS_TOKEN=$MAPILLARY_ACCESS_TOKEN -it developmentseed/geokit:python.latest mapillary \
    download_mapillary_imgs \
    --input_file_points=<INPUT_GEOJSON> \
    --output_images_path=<OUTPUT_IMAGES_PATH> \
    --output_file_points=<OUTPUT_GEOJSON>