Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 799 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 799 Bytes

Mapillary Tools Extended

Some tools I use to process Mapillary images.

Config

Create a file called config.yml with the following structure:

# The directory to read images from
input_directory: data
# The directory to put images in that could not be processed
failed_directory: failed
# Do you want to use the GPS date + time instead of the image's date + time
use_gps_timestamps: true
# Areas that you want to exclude from Mapillary. Any image in this zone will be moved to the
# failed_directory
privacy_zones:
  - name: Home
    centre:
      latitude: 51.12025812870583
      longitude: -1.3962235945372675
    # Distance in metres
    distance: 45
  - name: Parents' House
    centre:
      latitude: 51.2841183328633
      longitude: -1.1910003863281807
    distance: 50