项目作者: ntzm

项目描述 :
Extended Mapillary tools
高级语言: Rust
项目地址: git://github.com/ntzm/mapillary-tools-extended.git
创建时间: 2021-01-31T10:36:26Z
项目社区:https://github.com/ntzm/mapillary-tools-extended

开源协议:MIT License

下载


Mapillary Tools Extended

Some tools I use to process Mapillary images.

Config

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

  1. # The directory to read images from
  2. input_directory: data
  3. # The directory to put images in that could not be processed
  4. failed_directory: failed
  5. # Do you want to use the GPS date + time instead of the image's date + time
  6. use_gps_timestamps: true
  7. # Areas that you want to exclude from Mapillary. Any image in this zone will be moved to the
  8. # failed_directory
  9. privacy_zones:
  10. - name: Home
  11. centre:
  12. latitude: 51.12025812870583
  13. longitude: -1.3962235945372675
  14. # Distance in metres
  15. distance: 45
  16. - name: Parents' House
  17. centre:
  18. latitude: 51.2841183328633
  19. longitude: -1.1910003863281807
  20. distance: 50