mapillary-tools 0.14.0a2__py3-none-any.whl → 0.14.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mapillary_tools/__init__.py +1 -1
- mapillary_tools/api_v4.py +1 -0
- mapillary_tools/authenticate.py +9 -9
- mapillary_tools/blackvue_parser.py +79 -22
- mapillary_tools/config.py +38 -17
- mapillary_tools/constants.py +2 -0
- mapillary_tools/exiftool_read_video.py +52 -15
- mapillary_tools/exiftool_runner.py +4 -24
- mapillary_tools/ffmpeg.py +406 -232
- mapillary_tools/geotag/__init__.py +0 -0
- mapillary_tools/geotag/base.py +2 -2
- mapillary_tools/geotag/factory.py +97 -88
- mapillary_tools/geotag/geotag_images_from_exiftool.py +26 -19
- mapillary_tools/geotag/geotag_images_from_gpx.py +13 -6
- mapillary_tools/geotag/geotag_images_from_video.py +35 -0
- mapillary_tools/geotag/geotag_videos_from_exiftool.py +39 -13
- mapillary_tools/geotag/geotag_videos_from_gpx.py +22 -9
- mapillary_tools/geotag/options.py +25 -3
- mapillary_tools/geotag/video_extractors/base.py +1 -1
- mapillary_tools/geotag/video_extractors/exiftool.py +1 -1
- mapillary_tools/geotag/video_extractors/gpx.py +60 -70
- mapillary_tools/geotag/video_extractors/native.py +9 -31
- mapillary_tools/history.py +4 -1
- mapillary_tools/process_geotag_properties.py +16 -8
- mapillary_tools/process_sequence_properties.py +9 -11
- mapillary_tools/sample_video.py +7 -6
- mapillary_tools/serializer/description.py +587 -0
- mapillary_tools/serializer/gpx.py +132 -0
- mapillary_tools/types.py +44 -610
- mapillary_tools/upload.py +176 -197
- mapillary_tools/upload_api_v4.py +94 -51
- mapillary_tools/uploader.py +284 -138
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/METADATA +87 -31
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/RECORD +38 -35
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/WHEEL +1 -1
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/entry_points.txt +0 -0
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/licenses/LICENSE +0 -0
- {mapillary_tools-0.14.0a2.dist-info → mapillary_tools-0.14.0b1.dist-info}/top_level.txt +0 -0
|
@@ -1,32 +1,37 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mapillary_tools
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.0b1
|
|
4
4
|
Summary: Mapillary Image/Video Import Pipeline
|
|
5
|
-
|
|
6
|
-
Author: Mapillary
|
|
5
|
+
Author-email: Mapillary <support@mapillary.com>
|
|
7
6
|
License: BSD
|
|
8
|
-
|
|
7
|
+
Project-URL: Homepage, https://github.com/mapillary/mapillary_tools
|
|
8
|
+
Project-URL: Repository, https://github.com/mapillary/mapillary_tools
|
|
9
|
+
Project-URL: Issues, https://github.com/mapillary/mapillary_tools/issues
|
|
10
|
+
Keywords: mapillary,gis,computer vision,street view
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
14
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Requires-Python: >=3.9
|
|
9
22
|
Description-Content-Type: text/markdown
|
|
10
23
|
License-File: LICENSE
|
|
11
24
|
Requires-Dist: appdirs<2.0.0,>=1.4.4
|
|
12
25
|
Requires-Dist: construct<3.0.0,>=2.10.0
|
|
13
26
|
Requires-Dist: exifread==2.3.2
|
|
14
|
-
Requires-Dist: piexif==1.1.3
|
|
15
27
|
Requires-Dist: gpxpy<1.6.0,>=1.5.0
|
|
28
|
+
Requires-Dist: jsonschema~=4.17.3
|
|
29
|
+
Requires-Dist: piexif==1.1.3
|
|
16
30
|
Requires-Dist: pynmea2<2.0.0,>=1.12.0
|
|
17
31
|
Requires-Dist: requests[socks]<3.0.0,>=2.20.0
|
|
18
32
|
Requires-Dist: tqdm<5.0,>=4.0
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist: jsonschema~=4.17.3
|
|
21
|
-
Dynamic: author
|
|
22
|
-
Dynamic: description
|
|
23
|
-
Dynamic: description-content-type
|
|
24
|
-
Dynamic: home-page
|
|
25
|
-
Dynamic: license
|
|
33
|
+
Requires-Dist: typing-extensions>=4.12.2
|
|
26
34
|
Dynamic: license-file
|
|
27
|
-
Dynamic: requires-dist
|
|
28
|
-
Dynamic: requires-python
|
|
29
|
-
Dynamic: summary
|
|
30
35
|
|
|
31
36
|
<p align="center">
|
|
32
37
|
<a href="https://github.com/mapillary/mapillary_tools/">
|
|
@@ -58,18 +63,40 @@ mapillary_tools --help
|
|
|
58
63
|
<!--ts-->
|
|
59
64
|
|
|
60
65
|
- [Supported File Formats](#supported-file-formats)
|
|
66
|
+
- [Image Formats](#image-formats)
|
|
67
|
+
- [Video Formats](#video-formats)
|
|
61
68
|
- [Installation](#installation)
|
|
69
|
+
- [Standalone Executable](#standalone-executable)
|
|
70
|
+
- [Installing via pip](#installing-via-pip)
|
|
71
|
+
- [Installing on Android Devices](#installing-on-android-devices)
|
|
62
72
|
- [Usage](#usage)
|
|
63
73
|
- [Process and Upload](#process-and-upload)
|
|
64
74
|
- [Process](#process)
|
|
65
75
|
- [Upload](#upload)
|
|
66
76
|
- [Advanced Usage](#advanced-usage)
|
|
67
77
|
- [Local Video Processing](#local-video-processing)
|
|
78
|
+
- [Install FFmpeg](#install-ffmpeg)
|
|
79
|
+
- [Video Processing](#video-processing)
|
|
68
80
|
- [Geotagging with GPX](#geotagging-with-gpx)
|
|
81
|
+
- [New video geotagging features (experimental)](#new-video-geotagging-features-experimental)
|
|
82
|
+
- [Usage](#usage-1)
|
|
83
|
+
- [Examples](#examples)
|
|
84
|
+
- [Generic supported videos](#generic-supported-videos)
|
|
85
|
+
- [External GPX](#external-gpx)
|
|
86
|
+
- [Insta360 stitched videos](#insta360-stitched-videos)
|
|
87
|
+
- [Limitations of `--video_geotag_source`](#limitations-of---video_geotag_source)
|
|
69
88
|
- [Authenticate](#authenticate)
|
|
89
|
+
- [Examples](#examples-1)
|
|
70
90
|
- [Image Description](#image-description)
|
|
71
91
|
- [Zip Images](#zip-images)
|
|
72
92
|
- [Development](#development)
|
|
93
|
+
- [Setup](#setup)
|
|
94
|
+
- [Option 1: Using uv (Recommended)](#option-1-using-uv-recommended)
|
|
95
|
+
- [Option 2: Using pip with virtual environment](#option-2-using-pip-with-virtual-environment)
|
|
96
|
+
- [Running the code](#running-the-code)
|
|
97
|
+
- [Tests](#tests)
|
|
98
|
+
- [Code Quality](#code-quality)
|
|
99
|
+
- [Release and Build](#release-and-build)
|
|
73
100
|
|
|
74
101
|
<!--te-->
|
|
75
102
|
|
|
@@ -495,29 +522,49 @@ git clone git@github.com:mapillary/mapillary_tools.git
|
|
|
495
522
|
cd mapillary_tools
|
|
496
523
|
```
|
|
497
524
|
|
|
498
|
-
|
|
525
|
+
### Option 1: Using uv (Recommended)
|
|
526
|
+
|
|
527
|
+
Use [uv](https://docs.astral.sh/uv/) - a fast Python package manager.
|
|
528
|
+
|
|
529
|
+
Install the project in development mode with all dependencies:
|
|
499
530
|
|
|
500
531
|
```sh
|
|
501
|
-
|
|
532
|
+
# Install the project and development dependencies
|
|
533
|
+
uv sync --group dev
|
|
534
|
+
|
|
535
|
+
# Activate the virtual environment
|
|
536
|
+
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
|
502
537
|
```
|
|
503
538
|
|
|
504
|
-
|
|
539
|
+
### Option 2: Using pip with virtual environment
|
|
540
|
+
|
|
541
|
+
Set up a virtual environment (recommended):
|
|
505
542
|
|
|
506
543
|
```sh
|
|
507
|
-
|
|
508
|
-
|
|
544
|
+
python -m venv .venv
|
|
545
|
+
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
|
509
546
|
```
|
|
510
547
|
|
|
511
|
-
|
|
548
|
+
Install the project in development mode:
|
|
512
549
|
|
|
513
550
|
```sh
|
|
514
|
-
|
|
551
|
+
# Install the project and all dependencies in editable mode
|
|
552
|
+
pip install -e .
|
|
553
|
+
|
|
554
|
+
# Install development dependencies
|
|
555
|
+
pip install --group dev
|
|
515
556
|
```
|
|
516
557
|
|
|
558
|
+
## Running the code
|
|
559
|
+
|
|
517
560
|
Run the code from the repository:
|
|
518
561
|
|
|
519
562
|
```sh
|
|
520
|
-
|
|
563
|
+
# If you have mapillary_tools installed in editable mode
|
|
564
|
+
mapillary_tools --version
|
|
565
|
+
|
|
566
|
+
# Alternatively
|
|
567
|
+
python -m mapillary_tools.commands --version
|
|
521
568
|
```
|
|
522
569
|
|
|
523
570
|
## Tests
|
|
@@ -525,19 +572,28 @@ python3 -m mapillary_tools.commands --version
|
|
|
525
572
|
Run tests:
|
|
526
573
|
|
|
527
574
|
```sh
|
|
528
|
-
#
|
|
529
|
-
|
|
530
|
-
#
|
|
531
|
-
|
|
575
|
+
# Test all cases
|
|
576
|
+
pytest -s -vv tests
|
|
577
|
+
# Or test a single case specifically
|
|
578
|
+
pytest -s -vv tests/unit/test_camm_parser.py::test_build_and_parse
|
|
532
579
|
```
|
|
533
580
|
|
|
534
|
-
|
|
581
|
+
## Code Quality
|
|
582
|
+
|
|
583
|
+
Run code formatting and linting:
|
|
535
584
|
|
|
536
585
|
```sh
|
|
537
|
-
#
|
|
538
|
-
|
|
539
|
-
|
|
586
|
+
# Format code with ruff
|
|
587
|
+
ruff format mapillary_tools tests
|
|
588
|
+
|
|
589
|
+
# Lint code with ruff
|
|
590
|
+
ruff check mapillary_tools tests
|
|
591
|
+
|
|
592
|
+
# Sort imports with usort
|
|
540
593
|
usort format mapillary_tools tests
|
|
594
|
+
|
|
595
|
+
# Type checking with mypy
|
|
596
|
+
mypy mapillary_tools
|
|
541
597
|
```
|
|
542
598
|
|
|
543
599
|
## Release and Build
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
mapillary_tools/__init__.py,sha256=
|
|
2
|
-
mapillary_tools/api_v4.py,sha256=
|
|
3
|
-
mapillary_tools/authenticate.py,sha256=
|
|
4
|
-
mapillary_tools/blackvue_parser.py,sha256=
|
|
5
|
-
mapillary_tools/config.py,sha256=
|
|
6
|
-
mapillary_tools/constants.py,sha256=
|
|
1
|
+
mapillary_tools/__init__.py,sha256=BXYNPTo5QIOW_UpAqv3arB1SDKpH8qZZAzzNEEAG4Io,21
|
|
2
|
+
mapillary_tools/api_v4.py,sha256=2Xb72FcddR0KEohH_zulRlHaGzb1BgqYt84r0IiHr4c,10139
|
|
3
|
+
mapillary_tools/authenticate.py,sha256=rO39j--CSGTXnYWOKOgkXKvK7l7p7Nnh1bnbihDyQ_U,11094
|
|
4
|
+
mapillary_tools/blackvue_parser.py,sha256=ea2JtU9MWU6yB0bQlF970_Of0bJVofSTRq1P30WKW-0,5623
|
|
5
|
+
mapillary_tools/config.py,sha256=97zsyPnZXGincEkM__c6UNWH25EMTtRKZGsp6vBpHy8,3326
|
|
6
|
+
mapillary_tools/constants.py,sha256=KvTizvc4PLQhU7RDB3Eabgr2B4cIvRfV4mCM05YeB9Y,3859
|
|
7
7
|
mapillary_tools/exceptions.py,sha256=P8vEh3pfOqyzJgOiQiRAcWsZTrcawjic7i4v3k335tM,2411
|
|
8
8
|
mapillary_tools/exif_read.py,sha256=gagyRv06RkZPRHQhyV-5-uQzxHgxOsVqUX2aC8QmCyM,32145
|
|
9
9
|
mapillary_tools/exif_write.py,sha256=Ue0ngLKCfuLQM7X4h5ETjSInUDcyEBWOR6v8ko7DJ1o,8769
|
|
10
10
|
mapillary_tools/exiftool_read.py,sha256=5uatYE9mgbg2d9NAnPfX22nSRBjXhJ9ayMqNMd4QwGM,15779
|
|
11
|
-
mapillary_tools/exiftool_read_video.py,sha256=
|
|
12
|
-
mapillary_tools/exiftool_runner.py,sha256=
|
|
13
|
-
mapillary_tools/ffmpeg.py,sha256=
|
|
11
|
+
mapillary_tools/exiftool_read_video.py,sha256=23O_bjUOVq6j7i3xMz6fY-XIEsjinsCejK_0nrbFyOM,16084
|
|
12
|
+
mapillary_tools/exiftool_runner.py,sha256=g4gSyqeh3D6EnMJ-c3s-RnO2EP_jD354Qkaz0Y-4D04,1658
|
|
13
|
+
mapillary_tools/ffmpeg.py,sha256=akpvvsjAR-Iiv-hOrUoJvPM9vUU3JqMQ5HJL1_NgwB8,22908
|
|
14
14
|
mapillary_tools/geo.py,sha256=MSfkjSAgTAeuBqncQ8-QXvDuJ7ar7bTt5P_e9HDIgVs,10604
|
|
15
|
-
mapillary_tools/history.py,sha256=
|
|
15
|
+
mapillary_tools/history.py,sha256=5Zk4iXSXny9kImzOKrnZmZ3sDjXtCcnJC5pzqHcf-Vk,1753
|
|
16
16
|
mapillary_tools/ipc.py,sha256=DwWQb9hNshx0bg0Fo5NjY0mXjs-FkbR6tIQmjMgMtmg,1089
|
|
17
|
-
mapillary_tools/process_geotag_properties.py,sha256=
|
|
18
|
-
mapillary_tools/process_sequence_properties.py,sha256=
|
|
19
|
-
mapillary_tools/sample_video.py,sha256=
|
|
17
|
+
mapillary_tools/process_geotag_properties.py,sha256=ND4Mz8NIIhbiD0aFk4Eo33WRpt3VYwCBbOBaxmP-rbU,14246
|
|
18
|
+
mapillary_tools/process_sequence_properties.py,sha256=XqddHPsj5EjIKbu8omqPcufWdEbrMS_MNf8se5DXL1M,23480
|
|
19
|
+
mapillary_tools/sample_video.py,sha256=gViQQ4CSHihzk42kGq_Rx4sr9sBPsGvPXXx2Bgj5grU,13980
|
|
20
20
|
mapillary_tools/telemetry.py,sha256=lL6qQbtOZft4DZZrCNK3njlwHT_30zLyYS_YRN5pgHY,1568
|
|
21
|
-
mapillary_tools/types.py,sha256=
|
|
22
|
-
mapillary_tools/upload.py,sha256=
|
|
23
|
-
mapillary_tools/upload_api_v4.py,sha256=
|
|
24
|
-
mapillary_tools/uploader.py,sha256=
|
|
21
|
+
mapillary_tools/types.py,sha256=pIU2wcxiOUWT5Pd05pgNzY9EVEDlwoldtlF2IIYYvE0,5909
|
|
22
|
+
mapillary_tools/upload.py,sha256=s29bRwYuaZuTuy3TIBspgCwA8ueYN-RiDvOFkWI-kfY,24411
|
|
23
|
+
mapillary_tools/upload_api_v4.py,sha256=4aw0uMkKL-zhQ-jPv0GgDvnYSX1DA8zRk4TOFyU9EJA,7753
|
|
24
|
+
mapillary_tools/uploader.py,sha256=KUEwHdIZ8xN2JMUvUG--T_S_VgREJuvARqNWsnPpKsk,23202
|
|
25
25
|
mapillary_tools/utils.py,sha256=ft-TrqgwWq1a-HpQqnCWIortZbjjTOywllPi8HBA3FU,6642
|
|
26
26
|
mapillary_tools/camm/camm_builder.py,sha256=ub6Z9ijep8zAo1NOlU51Gxk95kQ2vfN58YgVCLmNMRk,9211
|
|
27
27
|
mapillary_tools/camm/camm_parser.py,sha256=aNHP65hNXYQBWBTfhaj_S5XYzmAHhjwcAfGhbm83__o,18043
|
|
@@ -35,26 +35,27 @@ mapillary_tools/commands/upload.py,sha256=YnA1iSvNcFeV7kMs1p4TdaPBUWUFYb7X-vFhQe
|
|
|
35
35
|
mapillary_tools/commands/video_process.py,sha256=-wQeeIwWXPmy81HQHam5A0huMLRHknkEFa_V1OwElU4,890
|
|
36
36
|
mapillary_tools/commands/video_process_and_upload.py,sha256=hOyq9L9TuD0JcqFSOOxdCdgsBA1iJ6fu1TtDbsUr8sI,1088
|
|
37
37
|
mapillary_tools/commands/zip.py,sha256=DVQuMLpbstwiy5o4pU_fBvM6eORuFjLeySd80AhHKU0,991
|
|
38
|
-
mapillary_tools/geotag/
|
|
39
|
-
mapillary_tools/geotag/
|
|
38
|
+
mapillary_tools/geotag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
+
mapillary_tools/geotag/base.py,sha256=19-3P5nbFehOxacTT042nQUITzGnXndgnW_mXLO5q9s,4948
|
|
40
|
+
mapillary_tools/geotag/factory.py,sha256=Yn8bf0_uA_ukF1Od_yrFIkBYnO0EFq-uvsVrbO2FUrM,9967
|
|
40
41
|
mapillary_tools/geotag/geotag_images_from_exif.py,sha256=a5fDOp4tlEoVNwrOCJBrvSPzu1LbyxL4RNrNDD0tPP0,608
|
|
41
|
-
mapillary_tools/geotag/geotag_images_from_exiftool.py,sha256=
|
|
42
|
-
mapillary_tools/geotag/geotag_images_from_gpx.py,sha256=
|
|
42
|
+
mapillary_tools/geotag/geotag_images_from_exiftool.py,sha256=TTJb9tq1kYSPn_gwDDAcviueYwoUIbIEoLl-abAB8T8,5716
|
|
43
|
+
mapillary_tools/geotag/geotag_images_from_gpx.py,sha256=xh7lqQT-e3PMIisdRIkkfbWP-GrCRZF0KAo03V0ixEI,6401
|
|
43
44
|
mapillary_tools/geotag/geotag_images_from_gpx_file.py,sha256=HYQkwak32YBDuRrTNiIZOmE3iImCRc22HWWb485WRS4,1121
|
|
44
45
|
mapillary_tools/geotag/geotag_images_from_nmea_file.py,sha256=J8xj6ch9bMPRubJtsRGeb3sb9LyB0ZYy65NPEOVkUe8,1597
|
|
45
|
-
mapillary_tools/geotag/geotag_images_from_video.py,sha256=
|
|
46
|
-
mapillary_tools/geotag/geotag_videos_from_exiftool.py,sha256=
|
|
47
|
-
mapillary_tools/geotag/geotag_videos_from_gpx.py,sha256=
|
|
46
|
+
mapillary_tools/geotag/geotag_images_from_video.py,sha256=3NV3-NfSkxT0n_n8Ajqjab24x29H2vL98DpwJqnIvT8,4411
|
|
47
|
+
mapillary_tools/geotag/geotag_videos_from_exiftool.py,sha256=ge29zKj9jLQFLmmzb0IyE69wenuwJ3XGmMyANT0UIAI,4288
|
|
48
|
+
mapillary_tools/geotag/geotag_videos_from_gpx.py,sha256=IoV7asxl7dojF1lftvohm1jK_LboFg_mBz25GiV_CsY,1653
|
|
48
49
|
mapillary_tools/geotag/geotag_videos_from_video.py,sha256=T8XS4lVF2Wz4eDXNi5Vt076M5dxjxJXibVrWhqVvErs,863
|
|
49
|
-
mapillary_tools/geotag/options.py,sha256=
|
|
50
|
+
mapillary_tools/geotag/options.py,sha256=0CSQUuhVE-WdAVQXWXjwMtxujW1yB6yxRkFmVKH8LkQ,5092
|
|
50
51
|
mapillary_tools/geotag/utils.py,sha256=0DenLVCLP-GZdk0rCFP0V1tjMGK4XAvYro3I_1RKgCA,1733
|
|
51
52
|
mapillary_tools/geotag/image_extractors/base.py,sha256=XoNrLCbJtd-MN-snbhv6zyr6zBfJRoJkntV0ptrh6qg,358
|
|
52
53
|
mapillary_tools/geotag/image_extractors/exif.py,sha256=cCUegbFqWxjAP4oOP1nZmwoJISWeKgjGO8h_t7nucHs,2079
|
|
53
54
|
mapillary_tools/geotag/image_extractors/exiftool.py,sha256=zokJmf-D2rPvASRJs3dZzEu7j82igpMOr4SE6Z1nsVg,497
|
|
54
|
-
mapillary_tools/geotag/video_extractors/base.py,sha256=
|
|
55
|
-
mapillary_tools/geotag/video_extractors/exiftool.py,sha256=
|
|
56
|
-
mapillary_tools/geotag/video_extractors/gpx.py,sha256=
|
|
57
|
-
mapillary_tools/geotag/video_extractors/native.py,sha256=
|
|
55
|
+
mapillary_tools/geotag/video_extractors/base.py,sha256=KxyKxoh_mV-XBnJq3dSzNEt2rQqZAKjmS3GazsdYbnc,350
|
|
56
|
+
mapillary_tools/geotag/video_extractors/exiftool.py,sha256=mH9arsWBaArYhNMxnrRpoEa3YrMjSpCiZaz-baJRMCo,2305
|
|
57
|
+
mapillary_tools/geotag/video_extractors/gpx.py,sha256=jE3UQs6rTzIElPBvS7eKgR83JAZnbteXM1V5TbNCdyY,3753
|
|
58
|
+
mapillary_tools/geotag/video_extractors/native.py,sha256=4I0Vjo3xCaYuJktxUGHalEv-eW5h-4fHzgwhjImEuWs,4572
|
|
58
59
|
mapillary_tools/gpmf/gpmf_gps_filter.py,sha256=7cg8wEjC1DrujKY76FZguXsaPqTRkG9-t32OeuOJQIc,2755
|
|
59
60
|
mapillary_tools/gpmf/gpmf_parser.py,sha256=uOVXkwJxC3Y2YfTdzUDpt7Bh0pdVqa5u0WUuv7pEJEs,24670
|
|
60
61
|
mapillary_tools/gpmf/gps_filter.py,sha256=zhXkuvr0Dd1bxGTYBwvk6P7xasY_RLuWjHaX7CdBayc,3796
|
|
@@ -64,9 +65,11 @@ mapillary_tools/mp4/io_utils.py,sha256=KZaJTlgFS27Oh3pcA5MKXYFoCifqgFaEZJyU6lb1j
|
|
|
64
65
|
mapillary_tools/mp4/mp4_sample_parser.py,sha256=0ILTq8M6mXFTI3agKgljpvO9uYa7HXGUGZpdHT8a6ac,11547
|
|
65
66
|
mapillary_tools/mp4/simple_mp4_builder.py,sha256=9TUGk1hzI6mQFN1P30jwHL3dCYz3Zz7rsm8UBvMAqMc,12734
|
|
66
67
|
mapillary_tools/mp4/simple_mp4_parser.py,sha256=g3vvPhBoNu7anhVzC5_XQCV7IwfRWro1vJ6d6GyDkHE,6315
|
|
67
|
-
mapillary_tools
|
|
68
|
-
mapillary_tools
|
|
69
|
-
mapillary_tools-0.14.
|
|
70
|
-
mapillary_tools-0.14.
|
|
71
|
-
mapillary_tools-0.14.
|
|
72
|
-
mapillary_tools-0.14.
|
|
68
|
+
mapillary_tools/serializer/description.py,sha256=ZYg68FoA1oA6PPXRMx9RyxUCoCh3mKpG7cYTlcO3xKk,18368
|
|
69
|
+
mapillary_tools/serializer/gpx.py,sha256=fwnJ0KF8d8IWRoIGM70NrYDmS89akC3tyRnY3fYc-R8,4344
|
|
70
|
+
mapillary_tools-0.14.0b1.dist-info/licenses/LICENSE,sha256=l2D8cKfFmmJq_wcVq_JElPJrlvWQOzNWx7gMLINucxc,1292
|
|
71
|
+
mapillary_tools-0.14.0b1.dist-info/METADATA,sha256=jz6asGlxY7OFZbmqSHQ1_SxATrzJWMnPsElBl618HkE,22188
|
|
72
|
+
mapillary_tools-0.14.0b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
73
|
+
mapillary_tools-0.14.0b1.dist-info/entry_points.txt,sha256=A3f3LP-BO_P-U8Y29QfpT4jx6Mjk3sXjTi2Yew4bvj8,75
|
|
74
|
+
mapillary_tools-0.14.0b1.dist-info/top_level.txt,sha256=FbDkMgOrt1S70ho1WSBrOwzKOSkJFDwwqFOoY5-527s,16
|
|
75
|
+
mapillary_tools-0.14.0b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|