Skip to content

ntzm/mapillary-tools-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extended Mapillary tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages