geopic-tag-reader 1.3.1__py3-none-any.whl → 1.3.2__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.
@@ -2,4 +2,4 @@
2
2
  GeoPicTagReader
3
3
  """
4
4
 
5
- __version__ = "1.3.1"
5
+ __version__ = "1.3.2"
@@ -7,8 +7,8 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-09 10:49+0200\n"
11
- "PO-Revision-Date: 2024-10-09 10:49+0200\n"
10
+ "POT-Creation-Date: 2024-10-22 15:05+0200\n"
11
+ "PO-Revision-Date: 2024-10-22 15:05+0200\n"
12
12
  "Last-Translator: Automatically generated\n"
13
13
  "Language-Team: none\n"
14
14
  "Language: en\n"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-10-09 10:49+0200\n"
11
+ "POT-Creation-Date: 2024-10-22 15:05+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -0,0 +1,180 @@
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: 2024-10-09 10:49+0200\n"
11
+ "PO-Revision-Date: 2024-10-22 10:07+0000\n"
12
+ "Last-Translator: GBAB <pleineux@gmail.com>\n"
13
+ "Language-Team: Hungarian <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/hu/>\n"
15
+ "Language: hu\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 "Szélesség:"
25
+
26
+ #: geopic_tag_reader/main.py:27
27
+ msgid "Longitude:"
28
+ msgstr "Hosszúság:"
29
+
30
+ #: geopic_tag_reader/main.py:28
31
+ msgid "Timestamp:"
32
+ msgstr "Időbélyegző:"
33
+
34
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
35
+ msgid "not set"
36
+ msgstr "nincs megadva"
37
+
38
+ #: geopic_tag_reader/main.py:30
39
+ msgid "(GPS)"
40
+ msgstr "(GPS)"
41
+
42
+ #: geopic_tag_reader/main.py:31
43
+ msgid "(Camera)"
44
+ msgstr "(Kamera)"
45
+
46
+ #: geopic_tag_reader/main.py:32
47
+ msgid "Heading:"
48
+ msgstr "Irány:"
49
+
50
+ #: geopic_tag_reader/main.py:33
51
+ msgid "Type:"
52
+ msgstr "Típus:"
53
+
54
+ #: geopic_tag_reader/main.py:34
55
+ msgid "Make:"
56
+ msgstr "Gyártó:"
57
+
58
+ #: geopic_tag_reader/main.py:35
59
+ msgid "Model:"
60
+ msgstr "Modell:"
61
+
62
+ #: geopic_tag_reader/main.py:36
63
+ msgid "Focal length:"
64
+ msgstr "Fókusztávolság:"
65
+
66
+ #: geopic_tag_reader/main.py:37
67
+ msgid "Crop parameters:"
68
+ msgstr "Levágási paraméterek:"
69
+
70
+ #: geopic_tag_reader/main.py:38
71
+ msgid "Pitch:"
72
+ msgstr "Bólintás (előre-hátra):"
73
+
74
+ #: geopic_tag_reader/main.py:39
75
+ msgid "Roll:"
76
+ msgstr "Bedőlés:"
77
+
78
+ #: geopic_tag_reader/main.py:40
79
+ msgid "Yaw:"
80
+ msgstr "Elfordulás (jobbra-balra):"
81
+
82
+ #: geopic_tag_reader/main.py:43
83
+ msgid "Warnings raised by reader:"
84
+ msgstr "Figyelmeztetés a beolvasó alkalmazástól:"
85
+
86
+ #: geopic_tag_reader/reader.py:218
87
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
88
+ msgstr ""
89
+ "A beolvasott szélesség kívül esik a WGS84 határain (a [-90, 90] tartományban "
90
+ "kellene lennie)"
91
+
92
+ #: geopic_tag_reader/reader.py:220
93
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
94
+ msgstr ""
95
+ "A beolvasott hosszúság kívül esik a WGS84 határain (a [-180, 180] "
96
+ "tartományban kellene lennie)"
97
+
98
+ #: geopic_tag_reader/reader.py:248
99
+ #, python-brace-format
100
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
101
+ msgstr "Mapillary dátum/idő kihagyása, mivel nem ismerhető fel: {v}"
102
+
103
+ #: geopic_tag_reader/reader.py:374
104
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
105
+ msgstr "Nem létező vagy hibás GPS-koordináták a kép EXIF-címkéiben"
106
+
107
+ #: geopic_tag_reader/reader.py:380
108
+ msgid "No valid date in picture EXIF tags"
109
+ msgstr "Nincs érvényes dátum a kép EXIF-címkéiben"
110
+
111
+ #: geopic_tag_reader/reader.py:385
112
+ msgid "The picture is missing mandatory metadata:"
113
+ msgstr "A képről hiányoznak a kötelező metaadatok:"
114
+
115
+ #: geopic_tag_reader/reader.py:476 geopic_tag_reader/reader.py:505
116
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
117
+ msgstr ""
118
+ "GPSLatitudeRef nem található, feltételezve, hogy a GPSLatitudeRef északra "
119
+ "vonatkozik"
120
+
121
+ #: geopic_tag_reader/reader.py:484
122
+ msgid "Broken GPS coordinates in picture EXIF tags"
123
+ msgstr "Hibás GPS-koordináták a kép EXIF-címkéiben"
124
+
125
+ #: geopic_tag_reader/reader.py:487 geopic_tag_reader/reader.py:511
126
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
127
+ msgstr ""
128
+ "GPSLongitudeRef nem található, feltételezve, hogy a GPSLongitudeRef keletre "
129
+ "vonatkozik"
130
+
131
+ #: geopic_tag_reader/reader.py:572
132
+ msgid "Precise timezone information not found, fallback to UTC"
133
+ msgstr "Nem található pontos időzóna-információ: visszaállítás UTC-re"
134
+
135
+ #: geopic_tag_reader/reader.py:577
136
+ msgid ""
137
+ "Precise timezone information not found (and no GPS coordinates to help), "
138
+ "fallback to UTC"
139
+ msgstr ""
140
+ "Nem található pontos időzóna-információ (és nincsenek GPS koordináták sem, "
141
+ "amelyek segíthetnének): visszaállítás a UTC-re"
142
+
143
+ #: geopic_tag_reader/reader.py:581
144
+ #, python-brace-format
145
+ msgid ""
146
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
147
+ msgstr ""
148
+ "Az eredeti dátum/idő kihagyása (innen: {datefield}), mivel nem sikerült "
149
+ "felismerni: {v}"
150
+
151
+ #: geopic_tag_reader/reader.py:613
152
+ #, python-brace-format
153
+ msgid ""
154
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
155
+ "group)"
156
+ msgstr ""
157
+ "A GPSTimeStamp és a GPSDateTime nem tartalmaz támogatott időformátumot (a "
158
+ "{group} csoportban)"
159
+
160
+ #: geopic_tag_reader/reader.py:644
161
+ #, python-brace-format
162
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
163
+ msgstr ""
164
+ "A GPS dátum/idő ({group} csoport) kihagyása, mivel nem sikerült felismerni: "
165
+ "{v}"
166
+
167
+ #: geopic_tag_reader/reader.py:670
168
+ #, python-brace-format
169
+ msgid ""
170
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
171
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
172
+ msgstr ""
173
+ "A másodperc tizedesjegyeiből ({microsecondsFromSeconds}) kiolvasott "
174
+ "mikroszekundum-érték nem egyezik az EXIF mező ({microseconds}) értékével. "
175
+ "Megmarad a maximális érték."
176
+
177
+ #: geopic_tag_reader/writer.py:132
178
+ #, python-brace-format
179
+ msgid "Unsupported key in additional tags ({k})"
180
+ msgstr "Nem támogatott kulcs a kiegészítő címkékben ({k})"
@@ -1,29 +1,29 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geopic-tag-reader
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.8
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Requires-Dist: typer ~= 0.12
10
- Requires-Dist: xmltodict ~= 0.13
11
- Requires-Dist: pyexiv2 == 2.15.0
12
- Requires-Dist: timezonefinder == 6.2.0
13
- Requires-Dist: pytz ~= 2023.3
10
+ Requires-Dist: xmltodict ~= 0.14
11
+ Requires-Dist: pyexiv2 == 2.15.3
12
+ Requires-Dist: timezonefinder == 6.5.3
13
+ Requires-Dist: pytz ~= 2024.2
14
14
  Requires-Dist: types-pytz ~= 2023.3.0.1
15
15
  Requires-Dist: types-python-dateutil ~= 2.9.0
16
16
  Requires-Dist: flit ~= 3.8.0 ; extra == "build"
17
17
  Requires-Dist: black ~= 24.3 ; extra == "dev"
18
- Requires-Dist: mypy ~= 1.9 ; extra == "dev"
18
+ Requires-Dist: mypy ~= 1.12 ; extra == "dev"
19
19
  Requires-Dist: pytest ~= 7.2.0 ; extra == "dev"
20
20
  Requires-Dist: pytest-datafiles ~= 3.0 ; extra == "dev"
21
- Requires-Dist: types-xmltodict ~= 0.13 ; extra == "dev"
21
+ Requires-Dist: types-xmltodict ~= 0.14 ; extra == "dev"
22
22
  Requires-Dist: pre-commit ~= 3.3.3 ; extra == "dev"
23
23
  Requires-Dist: mkdocs-material ~= 9.5.21 ; extra == "docs"
24
24
  Requires-Dist: mkdocstrings[python] ~= 0.25.1 ; extra == "docs"
25
- Requires-Dist: python-dateutil ~= 2.8.2 ; extra == "write-exif"
26
- Requires-Dist: types-python-dateutil ~= 2.9.0.20240316 ; extra == "write-exif"
25
+ Requires-Dist: python-dateutil ~= 2.9.0 ; extra == "write-exif"
26
+ Requires-Dist: types-python-dateutil ~= 2.9.0.20241003 ; extra == "write-exif"
27
27
  Project-URL: Home, https://gitlab.com/panoramax/server/geo-picture-tag-reader
28
28
  Provides-Extra: build
29
29
  Provides-Extra: dev
@@ -1,4 +1,4 @@
1
- geopic_tag_reader/__init__.py,sha256=QI8Hrx0Lw4UoUSLBIPQPuGERSOY9BfR1P96fekycjKg,47
1
+ geopic_tag_reader/__init__.py,sha256=WTn7a7QSLYYNlN92hqwhkKewQ8H_jdOaDp0o3KFn31c,47
2
2
  geopic_tag_reader/camera.py,sha256=Nw6dQjnrUCCOXujjk8Y7IwjJPMuDf4DAGCmHk0LDfEg,1975
3
3
  geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
4
4
  geopic_tag_reader/main.py,sha256=6Jf2VJCVAyAu-P3HltYMY7ZGXVziJrZguAnHU4bNA9I,3793
@@ -7,21 +7,23 @@ geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  geopic_tag_reader/reader.py,sha256=D6sztaJcNDxO3UwQJQXitalVgZzRpccwlYpHdZmWulA,26784
8
8
  geopic_tag_reader/sequence.py,sha256=5jQKnYDVQq4VDa09e8xTW9Gf-CvqsijEtx5OCSnvGMU,11180
9
9
  geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
10
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=mso3GeJz5WySK1j0V1AcmTGoucCHObxkmB5Ed_Rrp44,3731
10
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=zC83pCKhHNhtiwVqdlc2n_oeUTpYwZ6WMyUcXDX0ZTA,3731
11
11
  geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=qxexGigWSIfEn4yIdtqQgd3w15oUc-SsHUScbCe6FDc,3924
12
12
  geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=QbzpTqoutNRGRMeUa7MZHXnfD92KVMVtxDt-3FUovfQ,5359
13
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=3EE6KpT7G7wdvSRbxCG2dFhxXuD4rtDIAfwuU2EaYVU,3486
14
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=uA__mk-m9HJh03TOqFQ3U81LYzSMr0qaV2k_pp366Jk,4970
13
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=7yWqFWb3IeiKWaBOF9tfCN5F6jIKqCvsmOoU6BkCzRM,3486
14
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=mQS8jxGOa2ZLXRIv1mpdWx-welQCawuMh3NoYzLl6ME,4970
15
15
  geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=MXMSCqwwP6HEs8R2NuLPA3YBENij2dK8jSsTExPeOrI,3883
16
16
  geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=U9ko5JAVz9ZrfUCh2vPLzwoy66--9n3g9Rpg5BOtldk,5511
17
17
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
18
18
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po,sha256=2Gz8bcblT976JFPd0Q_FRq45__on0Fi1GIw6ocY-I64,3499
19
19
  geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=dWd1_G_hoVFTPGin1E5qfhNEHcB6Ivo1Qj9ZN7CAB4Y,4620
20
20
  geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=0C2az512LN-CmenWFwhOoNMakQv1YB0mwou6TYDnSys,6335
21
+ geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo,sha256=Kv-vtBGwOLpOmJg7oqnHCNs8OwVhmvUtWeCDIMS9-cI,4000
22
+ geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po,sha256=qDKTBUChQ2RZzZHsj_9FGgLNGwsgDrOoHB_47B1uRlM,5514
21
23
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
22
24
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
23
- geopic_tag_reader-1.3.1.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
24
- geopic_tag_reader-1.3.1.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
25
- geopic_tag_reader-1.3.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
26
- geopic_tag_reader-1.3.1.dist-info/METADATA,sha256=0XnzC3WaWmeK2JAk8N-lf7dK1aKd6US3hVpxWJclM0Y,4616
27
- geopic_tag_reader-1.3.1.dist-info/RECORD,,
25
+ geopic_tag_reader-1.3.2.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
26
+ geopic_tag_reader-1.3.2.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
27
+ geopic_tag_reader-1.3.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
28
+ geopic_tag_reader-1.3.2.dist-info/METADATA,sha256=jswkYplneSGKeaep-Jf1iG9XdxWeu8UkeriayCmnpb4,4617
29
+ geopic_tag_reader-1.3.2.dist-info/RECORD,,