geopic-tag-reader 1.8.0__py3-none-any.whl → 1.8.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 +1 -0
  3. geopic_tag_reader/cameras.csv +8 -0
  4. geopic_tag_reader/reader.py +11 -0
  5. geopic_tag_reader/sequence.py +1 -1
  6. geopic_tag_reader/translations/be/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  7. geopic_tag_reader/translations/be/LC_MESSAGES/geopic_tag_reader.po +216 -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 +31 -30
  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 +19 -19
  12. geopic_tag_reader/translations/geopic_tag_reader.pot +16 -16
  13. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  14. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po +3 -3
  15. geopic_tag_reader/translations/pt/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  16. geopic_tag_reader/translations/pt/LC_MESSAGES/geopic_tag_reader.po +222 -0
  17. geopic_tag_reader/translations/pt_BR/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  18. geopic_tag_reader/translations/pt_BR/LC_MESSAGES/geopic_tag_reader.po +223 -0
  19. geopic_tag_reader/translations/tr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  20. geopic_tag_reader/translations/tr/LC_MESSAGES/geopic_tag_reader.po +216 -0
  21. geopic_tag_reader/translations/uk/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  22. geopic_tag_reader/translations/uk/LC_MESSAGES/geopic_tag_reader.po +220 -0
  23. {geopic_tag_reader-1.8.0.dist-info → geopic_tag_reader-1.8.1.dist-info}/METADATA +1 -1
  24. {geopic_tag_reader-1.8.0.dist-info → geopic_tag_reader-1.8.1.dist-info}/RECORD +27 -17
  25. {geopic_tag_reader-1.8.0.dist-info → geopic_tag_reader-1.8.1.dist-info}/WHEEL +0 -0
  26. {geopic_tag_reader-1.8.0.dist-info → geopic_tag_reader-1.8.1.dist-info}/entry_points.txt +0 -0
  27. {geopic_tag_reader-1.8.0.dist-info → geopic_tag_reader-1.8.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,216 @@
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-08-25 15:35+0200\n"
11
+ "PO-Revision-Date: 2025-10-15 11:58+0000\n"
12
+ "Last-Translator: burakonder <phpcoder_istanbul@windowslive.com>\n"
13
+ "Language-Team: Turkish <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/tr/>\n"
15
+ "Language: tr\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.4.3\n"
21
+
22
+ #: geopic_tag_reader/main.py:26
23
+ msgid "Latitude:"
24
+ msgstr "Enlem:"
25
+
26
+ #: geopic_tag_reader/main.py:27
27
+ msgid "Longitude:"
28
+ msgstr "Boylam:"
29
+
30
+ #: geopic_tag_reader/main.py:28
31
+ msgid "GPS accuracy:"
32
+ msgstr "GPS doğruluğu:"
33
+
34
+ #: geopic_tag_reader/main.py:28 geopic_tag_reader/main.py:31
35
+ #: geopic_tag_reader/main.py:32
36
+ msgid "not set"
37
+ msgstr "ayarlanmamış"
38
+
39
+ #: geopic_tag_reader/main.py:29
40
+ msgid "Timestamp:"
41
+ msgstr "Zaman damgası:"
42
+
43
+ #: geopic_tag_reader/main.py:31
44
+ msgid "(GPS)"
45
+ msgstr "(GPS)"
46
+
47
+ #: geopic_tag_reader/main.py:32
48
+ msgid "(Camera)"
49
+ msgstr "(Kamera)"
50
+
51
+ #: geopic_tag_reader/main.py:33
52
+ msgid "Heading:"
53
+ msgstr "Başlık:"
54
+
55
+ #: geopic_tag_reader/main.py:34
56
+ msgid "Type:"
57
+ msgstr "Tip:"
58
+
59
+ #: geopic_tag_reader/main.py:35
60
+ msgid "Make:"
61
+ msgstr "Oluşturan:"
62
+
63
+ #: geopic_tag_reader/main.py:36
64
+ msgid "Model:"
65
+ msgstr "Model:"
66
+
67
+ #: geopic_tag_reader/main.py:37
68
+ msgid "Focal length:"
69
+ msgstr "Odak uzaklığı:"
70
+
71
+ #: geopic_tag_reader/main.py:38
72
+ msgid "Field of view:"
73
+ msgstr "Görüş alanı:"
74
+
75
+ #: geopic_tag_reader/main.py:39
76
+ msgid "Sensor width:"
77
+ msgstr "Sensör genişliği:"
78
+
79
+ #: geopic_tag_reader/main.py:40
80
+ msgid "Crop parameters:"
81
+ msgstr "Kırpma parametresi:"
82
+
83
+ #: geopic_tag_reader/main.py:41
84
+ msgid "Pitch:"
85
+ msgstr "Eğim:"
86
+
87
+ #: geopic_tag_reader/main.py:42
88
+ msgid "Roll:"
89
+ msgstr "Yuvarla:"
90
+
91
+ #: geopic_tag_reader/main.py:43
92
+ msgid "Yaw:"
93
+ msgstr "Yalpalama:"
94
+
95
+ #: geopic_tag_reader/main.py:46
96
+ msgid "Warnings raised by reader:"
97
+ msgstr "Okuyucularımızın uyarıları:"
98
+
99
+ #: geopic_tag_reader/reader.py:246
100
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
101
+ msgstr ""
102
+ "Okunan enlem WGS84 sınırlarının dışındadır (-90, 90 aralığında olmalıdır)"
103
+
104
+ #: geopic_tag_reader/reader.py:248
105
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
106
+ msgstr ""
107
+ "Okunan boylam WGS84 sınırlarının dışındadır (-180, 180 aralığında olmalıdır)"
108
+
109
+ #: geopic_tag_reader/reader.py:276
110
+ #, python-brace-format
111
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
112
+ msgstr "Tanınmadığı için Mapillary tarih/saati atlanıyor: {v}"
113
+
114
+ #: geopic_tag_reader/reader.py:306
115
+ msgid "No heading value was found, this reduces usability of picture"
116
+ msgstr "Başlık değeri bulunamadı, bu durum resmin kullanılabilirliğini azaltır"
117
+
118
+ #: geopic_tag_reader/reader.py:349
119
+ msgid ""
120
+ "No make and model value found, no assumption on focal length or GPS "
121
+ "precision can be made"
122
+ msgstr ""
123
+ "Marka ve model değeri bulunamadı, odak uzaklığı veya GPS hassasiyeti "
124
+ "konusunda herhangi bir varsayımda bulunulamaz"
125
+
126
+ #: geopic_tag_reader/reader.py:418
127
+ msgid ""
128
+ "No focal length value was found, this prevents calculating field of view"
129
+ msgstr ""
130
+ "Odak uzaklığı değeri bulunamadı, bu durum görüş alanının hesaplanmasını "
131
+ "engelliyor"
132
+
133
+ #: geopic_tag_reader/reader.py:470
134
+ msgid "No GPS accuracy value found, this prevents computing a quality score"
135
+ msgstr ""
136
+ "GPS doğruluk değeri bulunamadı, bu durum kalite puanının hesaplanmasını "
137
+ "engelliyor"
138
+
139
+ #: geopic_tag_reader/reader.py:472
140
+ msgid ""
141
+ "No GPS horizontal positioning error value found, GPS accuracy can only be "
142
+ "estimated"
143
+ msgstr ""
144
+ "GPS yatay konumlandırma hatası değeri bulunamadı, GPS doğruluğu yalnızca "
145
+ "tahmin edilebilir"
146
+
147
+ #: geopic_tag_reader/reader.py:479
148
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
149
+ msgstr "Resim EXIF etiketlerinde GPS koordinatları veya bozuk koordinatlar yok"
150
+
151
+ #: geopic_tag_reader/reader.py:485
152
+ msgid "No valid date in picture EXIF tags"
153
+ msgstr "Resim EXIF etiketlerinde geçerli tarih yok"
154
+
155
+ #: geopic_tag_reader/reader.py:490
156
+ msgid "The picture is missing mandatory metadata:"
157
+ msgstr "Resimde zorunlu meta veriler eksik:"
158
+
159
+ #: geopic_tag_reader/reader.py:604 geopic_tag_reader/reader.py:633
160
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
161
+ msgstr "GPSLatitudeRef bulunamadı, GPSLatitudeRef'in Kuzey olduğu varsayılıyor"
162
+
163
+ #: geopic_tag_reader/reader.py:612
164
+ msgid "Broken GPS coordinates in picture EXIF tags"
165
+ msgstr "Resim EXIF etiketlerinde bozuk GPS koordinatları"
166
+
167
+ #: geopic_tag_reader/reader.py:615 geopic_tag_reader/reader.py:639
168
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
169
+ msgstr "GPSLongitudeRef bulunamadı, GPSLongitudeRef'in Doğu olduğu varsayılıyor"
170
+
171
+ #: geopic_tag_reader/reader.py:700
172
+ msgid "Precise timezone information not found, fallback to UTC"
173
+ msgstr "Kesin saat dilimi bilgisi bulunamadı, UTC'ye geri dönüldü"
174
+
175
+ #: geopic_tag_reader/reader.py:705
176
+ msgid ""
177
+ "Precise timezone information not found (and no GPS coordinates to help), "
178
+ "fallback to UTC"
179
+ msgstr ""
180
+ "Kesin saat dilimi bilgisi bulunamadı (ve yardımcı olacak GPS koordinatları "
181
+ "da yok), UTC'ye geri dönün"
182
+
183
+ #: geopic_tag_reader/reader.py:709
184
+ #, python-brace-format
185
+ msgid ""
186
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
187
+ msgstr "Orijinal tarih/saat ({datefield}) tanınmadığı için atlanıyor: {v}"
188
+
189
+ #: geopic_tag_reader/reader.py:741
190
+ #, python-brace-format
191
+ msgid ""
192
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
193
+ "group)"
194
+ msgstr ""
195
+ "GPSTimeStamp ve GPSDateTime desteklenen saat biçimini içermiyor ({group} "
196
+ "grubunda)"
197
+
198
+ #: geopic_tag_reader/reader.py:772
199
+ #, python-brace-format
200
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
201
+ msgstr "Tanınmadığı için GPS tarihi/saati ({group} grubu) atlanıyor: {v}"
202
+
203
+ #: geopic_tag_reader/reader.py:798
204
+ #, python-brace-format
205
+ msgid ""
206
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
207
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
208
+ msgstr ""
209
+ "Ondalık saniye değerinden ({microsecondsFromSeconds}) okunan mikrosaniye "
210
+ "değeri, EXIF alanından ({microseconds}) alınan değerle eşleşmiyor. Maksimum "
211
+ "değer korunacaktır."
212
+
213
+ #: geopic_tag_reader/writer.py:132
214
+ #, python-brace-format
215
+ msgid "Unsupported key in additional tags ({k})"
216
+ msgstr "Ek etiketlerde desteklenmeyen anahtar ({k})"
@@ -0,0 +1,220 @@
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-08-25 15:35+0200\n"
11
+ "PO-Revision-Date: 2025-10-14 14:39+0000\n"
12
+ "Last-Translator: mike140 <mic140@ukr.net>\n"
13
+ "Language-Team: Ukrainian <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/uk/>\n"
15
+ "Language: uk\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
+ "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21
+ "X-Generator: Weblate 5.4.3\n"
22
+
23
+ #: geopic_tag_reader/main.py:26
24
+ msgid "Latitude:"
25
+ msgstr "Широта:"
26
+
27
+ #: geopic_tag_reader/main.py:27
28
+ msgid "Longitude:"
29
+ msgstr "Довгота:"
30
+
31
+ #: geopic_tag_reader/main.py:28
32
+ msgid "GPS accuracy:"
33
+ msgstr "Точність GPS:"
34
+
35
+ #: geopic_tag_reader/main.py:28 geopic_tag_reader/main.py:31
36
+ #: geopic_tag_reader/main.py:32
37
+ msgid "not set"
38
+ msgstr "не встановлено"
39
+
40
+ #: geopic_tag_reader/main.py:29
41
+ msgid "Timestamp:"
42
+ msgstr "Часовий штамп:"
43
+
44
+ #: geopic_tag_reader/main.py:31
45
+ msgid "(GPS)"
46
+ msgstr "(GPS)"
47
+
48
+ #: geopic_tag_reader/main.py:32
49
+ msgid "(Camera)"
50
+ msgstr "(Камера)"
51
+
52
+ #: geopic_tag_reader/main.py:33
53
+ msgid "Heading:"
54
+ msgstr "Заголовок:"
55
+
56
+ #: geopic_tag_reader/main.py:34
57
+ msgid "Type:"
58
+ msgstr "Тип:"
59
+
60
+ #: geopic_tag_reader/main.py:35
61
+ msgid "Make:"
62
+ msgstr "Зробити:"
63
+
64
+ #: geopic_tag_reader/main.py:36
65
+ msgid "Model:"
66
+ msgstr "Модель:"
67
+
68
+ #: geopic_tag_reader/main.py:37
69
+ msgid "Focal length:"
70
+ msgstr "Фокусна відстань:"
71
+
72
+ #: geopic_tag_reader/main.py:38
73
+ msgid "Field of view:"
74
+ msgstr "Поле зору:"
75
+
76
+ #: geopic_tag_reader/main.py:39
77
+ msgid "Sensor width:"
78
+ msgstr "Ширина датчика:"
79
+
80
+ #: geopic_tag_reader/main.py:40
81
+ msgid "Crop parameters:"
82
+ msgstr "Параметри обрізки:"
83
+
84
+ #: geopic_tag_reader/main.py:41
85
+ msgid "Pitch:"
86
+ msgstr "Поле:"
87
+
88
+ #: geopic_tag_reader/main.py:42
89
+ msgid "Roll:"
90
+ msgstr "Рулон:"
91
+
92
+ #: geopic_tag_reader/main.py:43
93
+ msgid "Yaw:"
94
+ msgstr "Відхилення:"
95
+
96
+ #: geopic_tag_reader/main.py:46
97
+ msgid "Warnings raised by reader:"
98
+ msgstr "Попередження, висловлені читачем:"
99
+
100
+ #: geopic_tag_reader/reader.py:246
101
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
102
+ msgstr ""
103
+ "Зчитувана широта виходить за межі WGS84 (повинна бути в діапазоні [-90, 90])"
104
+
105
+ #: geopic_tag_reader/reader.py:248
106
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
107
+ msgstr "Довгота виходить за межі WGS84 (повинна бути в діапазоні [-180, 180])"
108
+
109
+ #: geopic_tag_reader/reader.py:276
110
+ #, python-brace-format
111
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
112
+ msgstr "Пропуск дати/часу Mapillary, оскільки вони не були розпізнані: {v}"
113
+
114
+ #: geopic_tag_reader/reader.py:306
115
+ msgid "No heading value was found, this reduces usability of picture"
116
+ msgstr ""
117
+ "Не знайдено значення заголовка, це знижує зручність використання зображення"
118
+
119
+ #: geopic_tag_reader/reader.py:349
120
+ msgid ""
121
+ "No make and model value found, no assumption on focal length or GPS "
122
+ "precision can be made"
123
+ msgstr ""
124
+ "Не знайдено значення марки та моделі, неможливо зробити припущення щодо "
125
+ "фокусної відстані або точності GPS"
126
+
127
+ #: geopic_tag_reader/reader.py:418
128
+ msgid ""
129
+ "No focal length value was found, this prevents calculating field of view"
130
+ msgstr ""
131
+ "Не знайдено значення фокусної відстані, що унеможливлює розрахунок поля зору"
132
+
133
+ #: geopic_tag_reader/reader.py:470
134
+ msgid "No GPS accuracy value found, this prevents computing a quality score"
135
+ msgstr ""
136
+ "Не знайдено значення точності GPS, що унеможливлює обчислення показника "
137
+ "якості"
138
+
139
+ #: geopic_tag_reader/reader.py:472
140
+ msgid ""
141
+ "No GPS horizontal positioning error value found, GPS accuracy can only be "
142
+ "estimated"
143
+ msgstr ""
144
+ "Не виявлено значення горизонтальної похибки позиціонування GPS, точність GPS "
145
+ "можна лише оцінити"
146
+
147
+ #: geopic_tag_reader/reader.py:479
148
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
149
+ msgstr ""
150
+ "Відсутність GPS-координат або пошкоджені координати в тегах EXIF зображення"
151
+
152
+ #: geopic_tag_reader/reader.py:485
153
+ msgid "No valid date in picture EXIF tags"
154
+ msgstr "Немає дійсної дати в тегах EXIF зображення"
155
+
156
+ #: geopic_tag_reader/reader.py:490
157
+ msgid "The picture is missing mandatory metadata:"
158
+ msgstr "На зображенні відсутні обов'язкові метадані:"
159
+
160
+ #: geopic_tag_reader/reader.py:604 geopic_tag_reader/reader.py:633
161
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
162
+ msgstr "GPSLatitudeRef не знайдено, припускаючи, що GPSLatitudeRef є північним"
163
+
164
+ #: geopic_tag_reader/reader.py:612
165
+ msgid "Broken GPS coordinates in picture EXIF tags"
166
+ msgstr "Пошкоджені GPS-координати в тегах EXIF зображення"
167
+
168
+ #: geopic_tag_reader/reader.py:615 geopic_tag_reader/reader.py:639
169
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
170
+ msgstr "GPSLongitudeRef не знайдено, припускаючи, що GPSLongitudeRef є східним"
171
+
172
+ #: geopic_tag_reader/reader.py:700
173
+ msgid "Precise timezone information not found, fallback to UTC"
174
+ msgstr "Точна інформація про часовий пояс не знайдена, використовується UTC"
175
+
176
+ #: geopic_tag_reader/reader.py:705
177
+ msgid ""
178
+ "Precise timezone information not found (and no GPS coordinates to help), "
179
+ "fallback to UTC"
180
+ msgstr ""
181
+ "Точна інформація про часовий пояс не знайдена (і немає координат GPS, які "
182
+ "могли б допомогти), перехід на UTC"
183
+
184
+ #: geopic_tag_reader/reader.py:709
185
+ #, python-brace-format
186
+ msgid ""
187
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
188
+ msgstr ""
189
+ "Пропускається оригінальна дата/час (з {datefield}), оскільки вони не були "
190
+ "розпізнані: {v}"
191
+
192
+ #: geopic_tag_reader/reader.py:741
193
+ #, python-brace-format
194
+ msgid ""
195
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
196
+ "group)"
197
+ msgstr ""
198
+ "GPSTimeStamp і GPSDateTime не містять підтримуваного формату часу (у групі "
199
+ "{group})"
200
+
201
+ #: geopic_tag_reader/reader.py:772
202
+ #, python-brace-format
203
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
204
+ msgstr ""
205
+ "Пропуск дати/часу GPS (група {group}), оскільки вони не були розпізнані: {v}"
206
+
207
+ #: geopic_tag_reader/reader.py:798
208
+ #, python-brace-format
209
+ msgid ""
210
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
211
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
212
+ msgstr ""
213
+ "Мікросекунди, зчитані з десяткового значення секунд "
214
+ "({microsecondsFromSeconds}), не відповідають значенню з поля EXIF "
215
+ "({microseconds}). Буде збережено максимальне значення."
216
+
217
+ #: geopic_tag_reader/writer.py:132
218
+ #, python-brace-format
219
+ msgid "Unsupported key in additional tags ({k})"
220
+ msgstr "Непідтримуваний ключ у додаткових тегах ({k})"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geopic-tag-reader
3
- Version: 1.8.0
3
+ Version: 1.8.1
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.9
@@ -1,24 +1,26 @@
1
- geopic_tag_reader/__init__.py,sha256=R1g8ksEjS4-95HpvS59-gaKksq0XeBHj281o0I285k0,47
2
- geopic_tag_reader/camera.py,sha256=ucuAVsLq_luKe8-wFXd7ruPVyhVK43p9niyoCXkAysQ,4131
3
- geopic_tag_reader/cameras.csv,sha256=mAV0sJvVwNGNnvUHnzBrac53VfhCmEV1Z5hvgm4ErRY,120476
1
+ geopic_tag_reader/__init__.py,sha256=CO4PB_i02VLg0AbAbpC8t3CmExbPqtTNBUgoLbVoW0E,47
2
+ geopic_tag_reader/camera.py,sha256=XMFeGJ5yLqpcdUkvJIEtm8S3FG-zhaOY_AYsv2bUR38,4145
3
+ geopic_tag_reader/cameras.csv,sha256=uULQN3lNi7f5yjaXkrMO14u-UYq7iRbix6H55iwF96c,120696
4
4
  geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
5
5
  geopic_tag_reader/main.py,sha256=xeEXMq-fFu0CtUiAgAeS9mb872D65OAQup3UeF6w050,4032
6
6
  geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
7
7
  geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- geopic_tag_reader/reader.py,sha256=xaRJwN9iftCMRyNN1BvsTZDVMlG_G3EaIvomz73PryM,33400
9
- geopic_tag_reader/sequence.py,sha256=hVSYmhVFlzrH7Ger7f19aB3G79EWWNeabHGj_kzmFjs,14443
8
+ geopic_tag_reader/reader.py,sha256=q2PyCZXsGWdCq5ywmPwadcPFr2jIgOCviMcuGRf3MAE,34021
9
+ geopic_tag_reader/sequence.py,sha256=rjfZil3krwFDRgObK_JQKNZ1JHc6xWH1QjzMGor7LXQ,14455
10
10
  geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
11
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=4zEdLOiQhD6lk8bMYEa2Z1CrafSwQpUuUWUpUWMyaMk,4622
11
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=VYAUG75puJkwUNKUjZmHg9e4kj5EYELE2Q8fg4qbTo8,4622
12
12
  geopic_tag_reader/translations/ar/LC_MESSAGES/geopic_tag_reader.mo,sha256=irAVZnI56p6_8zyput5y1r4zsQ7Pv-EFLQTOK2Gt2ug,321
13
13
  geopic_tag_reader/translations/ar/LC_MESSAGES/geopic_tag_reader.po,sha256=rR1cRk9rtGmFfWQktCZKLAijHy0I-ndtkpI1KyYEjx4,4595
14
+ geopic_tag_reader/translations/be/LC_MESSAGES/geopic_tag_reader.mo,sha256=Q3opCCe_-WybJ0kgpTf1eFHPVxTF0oNzxaGJbBAkWxw,6101
15
+ geopic_tag_reader/translations/be/LC_MESSAGES/geopic_tag_reader.po,sha256=r0iJAmy25Ppy9kqlHjXkfb2_smA4JJ7hSon3uJYl1Zk,7895
14
16
  geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.mo,sha256=o9Rr5Polmq4nr_XMwsDuVq7SvsTFFvVMg9y1opxeMM4,321
15
17
  geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.po,sha256=0wLUmdSgGtFRDnMiU3dm5cOUUFNC-8FT8q2qz-wtV9I,4595
16
18
  geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo,sha256=vJACTGCsEvqDvguAF1ZdqybQjAjkuDJ0pPucg3JoTdE,4855
17
19
  geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po,sha256=VY2ktiabJsSmDu7plGjtIzP_m8acOJSftnANqFtv1MM,6635
18
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=Y7nUp-_OhdZS3s0WjYn-Dyxu6MRU-NHaUOyazpRdlic,5137
19
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=Ppn4A7n5m_bBePZuQ1Hq3jtf7ReS2C4VDRJLD-o9IRo,6954
20
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=oQ7_-DVyqjedIguy3lHJeNTP-rz0psx05AL3cmMyGSI,4504
21
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=bQbuqpy4TQvJg3PLJrh3QIuqFqWGvdNZktmV_Djyo5U,6289
20
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=OyGS9Oid8LLK_MZgo_WRDyZR9MMP5lRn7o9zcceeYrk,5184
21
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=0FAmMWR_fA1kVDlyY0OMcMKekjo0iMoMdmGwnRGd1ZQ,7006
22
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=-brK5Fm8mhgCrASGhHgUZhPOV8mo1yWNOoPcSrfKgjc,4504
23
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=Fqh93c2A6Z4zAzEuz0pVGvRwCZMj0E3IEd-LHkCKRnU,6289
22
24
  geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo,sha256=5cpIaSHwwcSwPNfJG_bLErZs8S-8dD4kYNHpSVWMong,4860
23
25
  geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po,sha256=1KrHLPpTJCCb5cPC6Ss3n2PDZ2S_f-2EkLVv1XvZ9LI,6634
24
26
  geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=IizWkn7zrx5GC5jZNlpGQzOdJPAiMB9dCXoH2NzkXKY,3827
@@ -35,18 +37,26 @@ geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo,sha256=6Vo8Gp
35
37
  geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po,sha256=RnOvP7qdZjwgyKK5DAe3ipJ53WrxXkjl7G_ylKiZ8tc,7054
36
38
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
37
39
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
38
- geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=XvWkTW5Oi1GxGkE7RVdyjvqAOPGkG5Aw9IsQ134fCy4,4938
39
- geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=VuPilgGtV_0uU1G-U8jwdYYHYL5yuz60g-cEFOrFWJU,6727
40
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=QQaDkQT9f5tWfbenSg3e5QfzIvwQMfIfVITvK_AHZBo,4936
41
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=z5E6CP-E4GyFfWOoAI5461k6kmNBv3_yU3JPyLcmbGU,6725
40
42
  geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo,sha256=QyfhilOoJnuB8LUWif7U4I4RzMInRcWoKJN56h-ToRU,4650
41
43
  geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po,sha256=AoVIZRmcE7g-btZFbkYDXwYobJUG8HG6un3fIJAkG5A,6372
44
+ geopic_tag_reader/translations/pt/LC_MESSAGES/geopic_tag_reader.mo,sha256=XuqhqtzTfFMFkbYLAVboof6jdE7kl9nS6d1VAUamjvs,5032
45
+ geopic_tag_reader/translations/pt/LC_MESSAGES/geopic_tag_reader.po,sha256=h0VcBEEMkGYcwK1VqoS2r5Rw8TCPTGWZyW9gjjwplPM,6846
46
+ geopic_tag_reader/translations/pt_BR/LC_MESSAGES/geopic_tag_reader.mo,sha256=NnpbMdwGU_2so9Gi-60v466MBnQcY5Y9aM_BOTLDa1o,5067
47
+ geopic_tag_reader/translations/pt_BR/LC_MESSAGES/geopic_tag_reader.po,sha256=xQt4lSW_Z26-BOB_ohRSn1EL6yxSqLTZzEN4Lw3BKaU,6884
42
48
  geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.mo,sha256=VAxfaefhpupimHB69UFsvl8o5isvH8x9To7RuXsiuq8,4779
43
49
  geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.po,sha256=mutLf-6jOZjHdYrDNAdShQGg0eR_vo87Ed_1CPiJqwM,6638
44
50
  geopic_tag_reader/translations/ti/LC_MESSAGES/geopic_tag_reader.mo,sha256=arpJUsQQe_1uK-1lWg63Egj0-xReMIcvtgZt1XqQM5M,321
45
51
  geopic_tag_reader/translations/ti/LC_MESSAGES/geopic_tag_reader.po,sha256=moCvnE_DIZVfqIHAhuu8L4K8UOb-2RBrjirlWHwc0ko,4595
52
+ geopic_tag_reader/translations/tr/LC_MESSAGES/geopic_tag_reader.mo,sha256=LY5i29ZQebkolc6UiYeqS9ycZOUCJjFxmSShHa6NKLA,4925
53
+ geopic_tag_reader/translations/tr/LC_MESSAGES/geopic_tag_reader.po,sha256=_XHVKc6TzdKg8OmTROLDzSZGMPAtpp3r_Adk7-QWbKA,6719
54
+ geopic_tag_reader/translations/uk/LC_MESSAGES/geopic_tag_reader.mo,sha256=4_c57RY1rF_3AIjsFiLdJuj4_dERzimJBTMAWb2cKGY,6247
55
+ geopic_tag_reader/translations/uk/LC_MESSAGES/geopic_tag_reader.po,sha256=bBt0TtT5p1T3mOCqoRKXojIhXscHPtGatqNkiSmQJgE,8053
46
56
  geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.mo,sha256=6bKHZnihlDOQQ5IQMKIgWViL5BorECqJ2ERFkE4LC6s,326
47
57
  geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.po,sha256=QIiHRmrEHny4njQPBsj07fqtK2QFTgrAFc-E3s7ddJU,4600
48
- geopic_tag_reader-1.8.0.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
49
- geopic_tag_reader-1.8.0.dist-info/licenses/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
50
- geopic_tag_reader-1.8.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
51
- geopic_tag_reader-1.8.0.dist-info/METADATA,sha256=J5t4EMbkxZi6HwtyLkkK8dEFvsR0_V2uUWHqiMGKwB0,4669
52
- geopic_tag_reader-1.8.0.dist-info/RECORD,,
58
+ geopic_tag_reader-1.8.1.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
59
+ geopic_tag_reader-1.8.1.dist-info/licenses/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
60
+ geopic_tag_reader-1.8.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
61
+ geopic_tag_reader-1.8.1.dist-info/METADATA,sha256=Mv9OhPX2pwDj25Ew3CwJeGuj9qf4biXpsMmvO0G9QN4,4669
62
+ geopic_tag_reader-1.8.1.dist-info/RECORD,,