geopic-tag-reader 1.3.3__py3-none-any.whl → 1.4.1__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.
Files changed (27) hide show
  1. geopic_tag_reader/__init__.py +1 -1
  2. geopic_tag_reader/camera.py +118 -30
  3. geopic_tag_reader/cameras.csv +3777 -0
  4. geopic_tag_reader/main.py +3 -0
  5. geopic_tag_reader/reader.py +119 -21
  6. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  7. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po +221 -0
  8. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  9. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +14 -2
  10. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  11. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +52 -39
  12. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  13. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po +219 -0
  14. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  15. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +17 -5
  16. geopic_tag_reader/translations/geopic_tag_reader.pot +48 -35
  17. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  18. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po +68 -27
  19. geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  20. geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po +196 -0
  21. geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  22. geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.po +196 -0
  23. {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/METADATA +1 -1
  24. {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/RECORD +27 -18
  25. {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/LICENSE +0 -0
  26. {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/WHEEL +0 -0
  27. {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,196 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2025-01-06 15:31+0100\n"
11
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: Automatically generated\n"
13
+ "Language-Team: none\n"
14
+ "Language: zh_Hant\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: geopic_tag_reader/main.py:26
20
+ msgid "Latitude:"
21
+ msgstr ""
22
+
23
+ #: geopic_tag_reader/main.py:27
24
+ msgid "Longitude:"
25
+ msgstr ""
26
+
27
+ #: geopic_tag_reader/main.py:28
28
+ msgid "GPS accuracy:"
29
+ msgstr ""
30
+
31
+ #: geopic_tag_reader/main.py:28 geopic_tag_reader/main.py:31
32
+ #: geopic_tag_reader/main.py:32
33
+ msgid "not set"
34
+ msgstr ""
35
+
36
+ #: geopic_tag_reader/main.py:29
37
+ msgid "Timestamp:"
38
+ msgstr ""
39
+
40
+ #: geopic_tag_reader/main.py:31
41
+ msgid "(GPS)"
42
+ msgstr ""
43
+
44
+ #: geopic_tag_reader/main.py:32
45
+ msgid "(Camera)"
46
+ msgstr ""
47
+
48
+ #: geopic_tag_reader/main.py:33
49
+ msgid "Heading:"
50
+ msgstr ""
51
+
52
+ #: geopic_tag_reader/main.py:34
53
+ msgid "Type:"
54
+ msgstr ""
55
+
56
+ #: geopic_tag_reader/main.py:35
57
+ msgid "Make:"
58
+ msgstr ""
59
+
60
+ #: geopic_tag_reader/main.py:36
61
+ msgid "Model:"
62
+ msgstr ""
63
+
64
+ #: geopic_tag_reader/main.py:37
65
+ msgid "Focal length:"
66
+ msgstr ""
67
+
68
+ #: geopic_tag_reader/main.py:38
69
+ msgid "Field of view:"
70
+ msgstr ""
71
+
72
+ #: geopic_tag_reader/main.py:39
73
+ msgid "Sensor width:"
74
+ msgstr ""
75
+
76
+ #: geopic_tag_reader/main.py:40
77
+ msgid "Crop parameters:"
78
+ msgstr ""
79
+
80
+ #: geopic_tag_reader/main.py:41
81
+ msgid "Pitch:"
82
+ msgstr ""
83
+
84
+ #: geopic_tag_reader/main.py:42
85
+ msgid "Roll:"
86
+ msgstr ""
87
+
88
+ #: geopic_tag_reader/main.py:43
89
+ msgid "Yaw:"
90
+ msgstr ""
91
+
92
+ #: geopic_tag_reader/main.py:46
93
+ msgid "Warnings raised by reader:"
94
+ msgstr ""
95
+
96
+ #: geopic_tag_reader/reader.py:228
97
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
98
+ msgstr ""
99
+
100
+ #: geopic_tag_reader/reader.py:230
101
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
102
+ msgstr ""
103
+
104
+ #: geopic_tag_reader/reader.py:258
105
+ #, python-brace-format
106
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
107
+ msgstr ""
108
+
109
+ #: geopic_tag_reader/reader.py:288
110
+ msgid "No heading value was found, this reduces usability of picture"
111
+ msgstr ""
112
+
113
+ #: geopic_tag_reader/reader.py:331
114
+ msgid ""
115
+ "No make and model value found, no assumption on focal length or GPS "
116
+ "precision can be made"
117
+ msgstr ""
118
+
119
+ #: geopic_tag_reader/reader.py:382
120
+ msgid ""
121
+ "No focal length value was found, this prevents calculating field of view"
122
+ msgstr ""
123
+
124
+ #: geopic_tag_reader/reader.py:440
125
+ msgid "No GPS accuracy value found, this prevents computing a quality score"
126
+ msgstr ""
127
+
128
+ #: geopic_tag_reader/reader.py:442
129
+ msgid ""
130
+ "No GPS horizontal positioning error value found, GPS accuracy can only be "
131
+ "estimated"
132
+ msgstr ""
133
+
134
+ #: geopic_tag_reader/reader.py:449
135
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
136
+ msgstr ""
137
+
138
+ #: geopic_tag_reader/reader.py:455
139
+ msgid "No valid date in picture EXIF tags"
140
+ msgstr ""
141
+
142
+ #: geopic_tag_reader/reader.py:460
143
+ msgid "The picture is missing mandatory metadata:"
144
+ msgstr ""
145
+
146
+ #: geopic_tag_reader/reader.py:557 geopic_tag_reader/reader.py:586
147
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
148
+ msgstr ""
149
+
150
+ #: geopic_tag_reader/reader.py:565
151
+ msgid "Broken GPS coordinates in picture EXIF tags"
152
+ msgstr ""
153
+
154
+ #: geopic_tag_reader/reader.py:568 geopic_tag_reader/reader.py:592
155
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
156
+ msgstr ""
157
+
158
+ #: geopic_tag_reader/reader.py:653
159
+ msgid "Precise timezone information not found, fallback to UTC"
160
+ msgstr ""
161
+
162
+ #: geopic_tag_reader/reader.py:658
163
+ msgid ""
164
+ "Precise timezone information not found (and no GPS coordinates to help), "
165
+ "fallback to UTC"
166
+ msgstr ""
167
+
168
+ #: geopic_tag_reader/reader.py:662
169
+ #, python-brace-format
170
+ msgid ""
171
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
172
+ msgstr ""
173
+
174
+ #: geopic_tag_reader/reader.py:694
175
+ #, python-brace-format
176
+ msgid ""
177
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
178
+ "group)"
179
+ msgstr ""
180
+
181
+ #: geopic_tag_reader/reader.py:725
182
+ #, python-brace-format
183
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
184
+ msgstr ""
185
+
186
+ #: geopic_tag_reader/reader.py:751
187
+ #, python-brace-format
188
+ msgid ""
189
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
190
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
191
+ msgstr ""
192
+
193
+ #: geopic_tag_reader/writer.py:132
194
+ #, python-brace-format
195
+ msgid "Unsupported key in additional tags ({k})"
196
+ msgstr ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: geopic-tag-reader
3
- Version: 1.3.3
3
+ Version: 1.4.1
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.8
@@ -1,35 +1,44 @@
1
- geopic_tag_reader/__init__.py,sha256=ucR731-w_YG_z1wegd5xeHEx-j6mceYxab4f1TgPU14,47
2
- geopic_tag_reader/camera.py,sha256=Nw6dQjnrUCCOXujjk8Y7IwjJPMuDf4DAGCmHk0LDfEg,1975
1
+ geopic_tag_reader/__init__.py,sha256=c207yJughXGK1Geiv-VN-gE9vE98ljuh3fLvoZXl140,47
2
+ geopic_tag_reader/camera.py,sha256=PBLyM_f9_wfv7kcFRm-7rBrrB99IibjhTPiokwskYGQ,4136
3
+ geopic_tag_reader/cameras.csv,sha256=F_cE45CY4ocEsWb_9WfgGkumJzmspiK4ZL2LURgbigc,120406
3
4
  geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
4
- geopic_tag_reader/main.py,sha256=6Jf2VJCVAyAu-P3HltYMY7ZGXVziJrZguAnHU4bNA9I,3793
5
+ geopic_tag_reader/main.py,sha256=xeEXMq-fFu0CtUiAgAeS9mb872D65OAQup3UeF6w050,4032
5
6
  geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
6
7
  geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- geopic_tag_reader/reader.py,sha256=-RIXt8t-o8xd7p9Y78silpBpwE5PXtVzqf2SoFp9aao,28080
8
+ geopic_tag_reader/reader.py,sha256=6BNvBEZOWDjFPi-jCaDuL_yGRB8fXSp31ikml_nUM6k,31842
8
9
  geopic_tag_reader/sequence.py,sha256=5jQKnYDVQq4VDa09e8xTW9Gf-CvqsijEtx5OCSnvGMU,11180
9
10
  geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
10
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=P5U1XXIvUZSM7r3UAVocTd1ETcSB3GTvo5aGKUoUKgo,4394
11
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=LSka7rV906ZBj8fsZuva9xO7Dpj0QyLVEXK-F0vJLNw,4968
12
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=9OZSzFGTEvCJOST5xtNxif_PLl_taalwPtH4JL96Pj4,6704
13
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=Bh5T1RC5GAxw30193nv4ACICXZ6Mu1Hzmmf1kiLQgPM,4346
14
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=xTTIP1zTWuTGTDwhPiuaQVzkSmLrlz1zjN7sahrZkI4,6021
11
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=vATNccMqU2jZ9gkrdK4Y-IvIgGwQUa2TcCbld-Zi8IM,4622
12
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo,sha256=AdDcKqSs1t1RaN7toVGQvFVsTvgqx5FAhTnT0-MsdTA,4855
13
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po,sha256=5rxRuYVVqVhfNwYa8X2hPX6BO5Qsgl78OLLWUU5bdRw,6635
14
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=ZR8Oei98aHfeFtFvPQ_R5LkiybdO8VZ1zKf07y8hCRk,5104
15
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=xd37XFYDMHCwhvBFYhVSfNAc22tuym9rW9IJ2yTEjFk,6918
16
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=0pDCjKAenaVQ2fVZXDq2C4BvMmkof60smKkdcvechow,4504
17
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=yKCQTKTyxNWYwraR72EI0pxV959qUtPKfcxxzJ_X1Vs,6289
18
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo,sha256=07EPHLmZWEcaQJ77yQs4kw929D6q74HHIhJcxHBMX-o,4860
19
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po,sha256=qWFtKuS0qHQOzBegXQycuHxH-ghAou3-eiL_UZ85bXo,6634
15
20
  geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=MXMSCqwwP6HEs8R2NuLPA3YBENij2dK8jSsTExPeOrI,3883
16
21
  geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=U9ko5JAVz9ZrfUCh2vPLzwoy66--9n3g9Rpg5BOtldk,5511
17
22
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
18
23
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po,sha256=2Gz8bcblT976JFPd0Q_FRq45__on0Fi1GIw6ocY-I64,3499
19
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=P9o_npqa1sd4DJaiQOcUPrxbUXw3XUGFidAQ2zCrtHU,4933
20
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=iBZS91t6DIjFXoX1XC18rQo4MJkO-sql3Ula0o4CInY,7521
24
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=7sT7uqBuV89PN3vtZHkehVNZCHr2mjdzIXXyKS6TnNU,5106
25
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=y1_rrROgU09D10cpSaxOmOU8hABpb2eCNz2S4Mxw8A8,7772
21
26
  geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo,sha256=CU5PtFly8HX9KJDUItGmXooMZN7nLisfL7ZFfwLDqco,4000
22
27
  geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po,sha256=ovtIL3U4PKQXz3afM3durWsZ127J-uF3qE0FgGTPVkY,5514
23
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo,sha256=KuuVMK-F1WzzOe08fqA6Uqvnq_ua5SzmdM9L8Gbo4Ws,321
24
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po,sha256=IlFdnOxQGgaT9k0VHluRr_9lm9xnyudLpTRykrVcHWc,4367
28
+ geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo,sha256=tVgLgXRlFf-y7yuh7za7pZdoWGw6HXzcUo-47u6M7xg,5012
29
+ geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po,sha256=QW7HO3z0nwSV7G_YnqaScZwxDsvV9W6dKYvM2jQUrlI,6801
30
+ geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo,sha256=bD-oRHdahuYKDZgnBlhZbj4sSMJr9TJarALLVvoYsQw,321
31
+ geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po,sha256=srt50YtyM_mtjGpay5C-5gAPo7R7oT-uzyceoWR6tDs,4595
25
32
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
26
33
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
27
34
  geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=36TbtH30NxVP_ZKwG-Iorpiu9tJL_sGvkNYITjtuaNg,4670
28
35
  geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=LwzjmWqCFmIVmDpCEodoEXtvXjaLJZSrSgKTiwu-EBo,6482
29
36
  geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo,sha256=M3yThMFiMiahC3EhnaUBEMfii7sdoMZVdt214dSmKqY,4700
30
37
  geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po,sha256=v_bCCSYZ4mQZsVcItz8fO12m9X9f_PxdoMj4hwIcgpY,6384
31
- geopic_tag_reader-1.3.3.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
32
- geopic_tag_reader-1.3.3.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
33
- geopic_tag_reader-1.3.3.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
34
- geopic_tag_reader-1.3.3.dist-info/METADATA,sha256=72Q9b7OUjU8mFgkCY-eRNkqmv84YiD0WHEqb3ofPURw,4617
35
- geopic_tag_reader-1.3.3.dist-info/RECORD,,
38
+ geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.mo,sha256=6bKHZnihlDOQQ5IQMKIgWViL5BorECqJ2ERFkE4LC6s,326
39
+ geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.po,sha256=QIiHRmrEHny4njQPBsj07fqtK2QFTgrAFc-E3s7ddJU,4600
40
+ geopic_tag_reader-1.4.1.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
41
+ geopic_tag_reader-1.4.1.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
42
+ geopic_tag_reader-1.4.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
43
+ geopic_tag_reader-1.4.1.dist-info/METADATA,sha256=RYQn5vhNvc_vlZyomQvpfttYvmwSGiEABTyk5b0YPCw,4617
44
+ geopic_tag_reader-1.4.1.dist-info/RECORD,,