geopic-tag-reader 1.3.0__tar.gz → 1.3.2__tar.gz
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.
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/CHANGELOG.md +16 -2
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/LICENSE +1 -1
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/PKG-INFO +11 -10
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/README.md +1 -1
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/__init__.py +1 -1
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/reader.py +4 -1
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +17 -17
- geopic_tag_reader-1.3.2/geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader-1.3.2/geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po +182 -0
- geopic_tag_reader-1.3.2/geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +10 -2
- geopic_tag_reader-1.3.0/geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po → geopic_tag_reader-1.3.2/geopic_tag_reader/translations/geopic_tag_reader.pot +46 -33
- geopic_tag_reader-1.3.2/geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader-1.3.2/geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po +180 -0
- {geopic_tag_reader-1.3.0/geopic_tag_reader/translations/es → geopic_tag_reader-1.3.2/geopic_tag_reader/translations/ko}/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader-1.3.0/geopic_tag_reader/translations/geopic_tag_reader.pot → geopic_tag_reader-1.3.2/geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po +4 -5
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/pyproject.toml +9 -8
- geopic_tag_reader-1.3.0/geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/.gitignore +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/.gitlab-ci.yml +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/.pre-commit-config.yaml +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/CODE_OF_CONDUCT.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/Makefile +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/docs/develop.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/docs/index.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/docs/install.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/docs/tech/api_reference.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/docs/tech/cli.md +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/camera.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/i18n.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/main.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/model.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/py.typed +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/sequence.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/geopic_tag_reader/writer.py +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/mkdocs.yml +0 -0
- {geopic_tag_reader-1.3.0 → geopic_tag_reader-1.3.2}/pytest.ini +0 -0
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.3.2] - 2024-10-22
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update some dependencies and especially pyexiv2 that is now compatible with python 3.13
|
|
15
|
+
|
|
16
|
+
## [1.3.1] - 2024-10-09
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Checks for 360° pictures now use the width/height from image itself (instead of metadata, that could not be set)
|
|
21
|
+
|
|
10
22
|
## [1.3.0] - 2024-09-30
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -223,9 +235,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
223
235
|
|
|
224
236
|
### Added
|
|
225
237
|
|
|
226
|
-
- EXIF tag reading methods extracted from [GeoVisio API](https://gitlab.com/panoramax/server/api)
|
|
238
|
+
- EXIF tag reading methods extracted from [Panoramax/GeoVisio API](https://gitlab.com/panoramax/server/api)
|
|
227
239
|
|
|
228
|
-
[Unreleased]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.
|
|
240
|
+
[Unreleased]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.2...main
|
|
241
|
+
[1.3.2]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.1...1.3.2
|
|
242
|
+
[1.3.1]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.0...1.3.1
|
|
229
243
|
[1.3.0]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.2.0...1.3.0
|
|
230
244
|
[1.2.0]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.1.5...1.2.0
|
|
231
245
|
[1.1.5]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.1.4...1.1.5
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: geopic-tag-reader
|
|
3
|
-
Version: 1.3.
|
|
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.
|
|
11
|
-
Requires-Dist: pyexiv2 == 2.
|
|
12
|
-
Requires-Dist: timezonefinder == 6.
|
|
13
|
-
Requires-Dist: pytz ~=
|
|
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
|
+
Requires-Dist: types-python-dateutil ~= 2.9.0
|
|
15
16
|
Requires-Dist: flit ~= 3.8.0 ; extra == "build"
|
|
16
17
|
Requires-Dist: black ~= 24.3 ; extra == "dev"
|
|
17
|
-
Requires-Dist: mypy ~= 1.
|
|
18
|
+
Requires-Dist: mypy ~= 1.12 ; extra == "dev"
|
|
18
19
|
Requires-Dist: pytest ~= 7.2.0 ; extra == "dev"
|
|
19
20
|
Requires-Dist: pytest-datafiles ~= 3.0 ; extra == "dev"
|
|
20
|
-
Requires-Dist: types-xmltodict ~= 0.
|
|
21
|
+
Requires-Dist: types-xmltodict ~= 0.14 ; extra == "dev"
|
|
21
22
|
Requires-Dist: pre-commit ~= 3.3.3 ; extra == "dev"
|
|
22
23
|
Requires-Dist: mkdocs-material ~= 9.5.21 ; extra == "docs"
|
|
23
24
|
Requires-Dist: mkdocstrings[python] ~= 0.25.1 ; extra == "docs"
|
|
24
|
-
Requires-Dist: python-dateutil ~= 2.
|
|
25
|
-
Requires-Dist: types-python-dateutil ~= 2.9.0.
|
|
25
|
+
Requires-Dist: python-dateutil ~= 2.9.0 ; extra == "write-exif"
|
|
26
|
+
Requires-Dist: types-python-dateutil ~= 2.9.0.20241003 ; extra == "write-exif"
|
|
26
27
|
Project-URL: Home, https://gitlab.com/panoramax/server/geo-picture-tag-reader
|
|
27
28
|
Provides-Extra: build
|
|
28
29
|
Provides-Extra: dev
|
|
@@ -36,7 +37,7 @@ __Panoramax__ is a digital resource for sharing and using 📍📷 field photos.
|
|
|
36
37
|
|
|
37
38
|
# 📷 GeoPic Tag Reader
|
|
38
39
|
|
|
39
|
-
This repository only contains the Python library to __read and write standardized metadata__ from geolocated pictures EXIF metadata. It can be used completely apart from all
|
|
40
|
+
This repository only contains the Python library to __read and write standardized metadata__ from geolocated pictures EXIF metadata. It can be used completely apart from all Panoramax components for your own projects and needs.
|
|
40
41
|
|
|
41
42
|
## Features
|
|
42
43
|
|
|
@@ -5,7 +5,7 @@ __Panoramax__ is a digital resource for sharing and using 📍📷 field photos.
|
|
|
5
5
|
|
|
6
6
|
# 📷 GeoPic Tag Reader
|
|
7
7
|
|
|
8
|
-
This repository only contains the Python library to __read and write standardized metadata__ from geolocated pictures EXIF metadata. It can be used completely apart from all
|
|
8
|
+
This repository only contains the Python library to __read and write standardized metadata__ from geolocated pictures EXIF metadata. It can be used completely apart from all Panoramax components for your own projects and needs.
|
|
9
9
|
|
|
10
10
|
## Features
|
|
11
11
|
|
|
@@ -174,7 +174,10 @@ def readPictureMetadata(picture: bytes, lang_code: str = "en") -> GeoPicTags:
|
|
|
174
174
|
img = pyexiv2.ImageData(picture)
|
|
175
175
|
data = {}
|
|
176
176
|
data.update(img.read_exif())
|
|
177
|
+
data.update(img.read_iptc())
|
|
177
178
|
data.update(img.read_xmp())
|
|
179
|
+
width = img.get_pixel_width()
|
|
180
|
+
height = img.get_pixel_height()
|
|
178
181
|
|
|
179
182
|
imgComment = img.read_comment()
|
|
180
183
|
if imgComment is not None and len(imgComment.strip()) > 0:
|
|
@@ -352,7 +355,7 @@ def readPictureMetadata(picture: bytes, lang_code: str = "en") -> GeoPicTags:
|
|
|
352
355
|
if isExifTagUsable(data, "Xmp.GPano.ProjectionType"):
|
|
353
356
|
pic_type = data["Xmp.GPano.ProjectionType"]
|
|
354
357
|
# 360° based on known models
|
|
355
|
-
elif camera.is_360(make, model,
|
|
358
|
+
elif camera.is_360(make, model, width, height):
|
|
356
359
|
pic_type = "equirectangular"
|
|
357
360
|
# Flat by default
|
|
358
361
|
else:
|
|
Binary file
|
|
@@ -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-
|
|
11
|
-
"PO-Revision-Date: 2024-
|
|
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"
|
|
@@ -81,48 +81,48 @@ msgstr "Yaw:"
|
|
|
81
81
|
msgid "Warnings raised by reader:"
|
|
82
82
|
msgstr "Warnings raised by reader:"
|
|
83
83
|
|
|
84
|
-
#: geopic_tag_reader/reader.py:
|
|
84
|
+
#: geopic_tag_reader/reader.py:218
|
|
85
85
|
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
86
86
|
msgstr "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
87
87
|
|
|
88
|
-
#: geopic_tag_reader/reader.py:
|
|
88
|
+
#: geopic_tag_reader/reader.py:220
|
|
89
89
|
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
90
90
|
msgstr "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
91
91
|
|
|
92
|
-
#: geopic_tag_reader/reader.py:
|
|
92
|
+
#: geopic_tag_reader/reader.py:248
|
|
93
93
|
#, python-brace-format
|
|
94
94
|
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
95
95
|
msgstr "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
96
96
|
|
|
97
|
-
#: geopic_tag_reader/reader.py:
|
|
97
|
+
#: geopic_tag_reader/reader.py:374
|
|
98
98
|
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
99
99
|
msgstr "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
100
100
|
|
|
101
|
-
#: geopic_tag_reader/reader.py:
|
|
101
|
+
#: geopic_tag_reader/reader.py:380
|
|
102
102
|
msgid "No valid date in picture EXIF tags"
|
|
103
103
|
msgstr "No valid date in picture EXIF tags"
|
|
104
104
|
|
|
105
|
-
#: geopic_tag_reader/reader.py:
|
|
105
|
+
#: geopic_tag_reader/reader.py:385
|
|
106
106
|
msgid "The picture is missing mandatory metadata:"
|
|
107
107
|
msgstr "The picture is missing mandatory metadata:"
|
|
108
108
|
|
|
109
|
-
#: geopic_tag_reader/reader.py:
|
|
109
|
+
#: geopic_tag_reader/reader.py:476 geopic_tag_reader/reader.py:505
|
|
110
110
|
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
111
111
|
msgstr "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
112
112
|
|
|
113
|
-
#: geopic_tag_reader/reader.py:
|
|
113
|
+
#: geopic_tag_reader/reader.py:484
|
|
114
114
|
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
115
115
|
msgstr "Broken GPS coordinates in picture EXIF tags"
|
|
116
116
|
|
|
117
|
-
#: geopic_tag_reader/reader.py:
|
|
117
|
+
#: geopic_tag_reader/reader.py:487 geopic_tag_reader/reader.py:511
|
|
118
118
|
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
119
119
|
msgstr "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
120
120
|
|
|
121
|
-
#: geopic_tag_reader/reader.py:
|
|
121
|
+
#: geopic_tag_reader/reader.py:572
|
|
122
122
|
msgid "Precise timezone information not found, fallback to UTC"
|
|
123
123
|
msgstr "Precise timezone information not found, fallback to UTC"
|
|
124
124
|
|
|
125
|
-
#: geopic_tag_reader/reader.py:
|
|
125
|
+
#: geopic_tag_reader/reader.py:577
|
|
126
126
|
msgid ""
|
|
127
127
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
128
128
|
"fallback to UTC"
|
|
@@ -130,14 +130,14 @@ msgstr ""
|
|
|
130
130
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
131
131
|
"fallback to UTC"
|
|
132
132
|
|
|
133
|
-
#: geopic_tag_reader/reader.py:
|
|
133
|
+
#: geopic_tag_reader/reader.py:581
|
|
134
134
|
#, python-brace-format
|
|
135
135
|
msgid ""
|
|
136
136
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
137
137
|
msgstr ""
|
|
138
138
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
139
139
|
|
|
140
|
-
#: geopic_tag_reader/reader.py:
|
|
140
|
+
#: geopic_tag_reader/reader.py:613
|
|
141
141
|
#, python-brace-format
|
|
142
142
|
msgid ""
|
|
143
143
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
@@ -146,12 +146,12 @@ msgstr ""
|
|
|
146
146
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
147
147
|
"group)"
|
|
148
148
|
|
|
149
|
-
#: geopic_tag_reader/reader.py:
|
|
149
|
+
#: geopic_tag_reader/reader.py:644
|
|
150
150
|
#, python-brace-format
|
|
151
151
|
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
152
152
|
msgstr "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
153
153
|
|
|
154
|
-
#: geopic_tag_reader/reader.py:
|
|
154
|
+
#: geopic_tag_reader/reader.py:670
|
|
155
155
|
#, python-brace-format
|
|
156
156
|
msgid ""
|
|
157
157
|
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
Binary file
|
|
@@ -0,0 +1,182 @@
|
|
|
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-07-10 13:05+0200\n"
|
|
11
|
+
"PO-Revision-Date: 2024-10-02 08:07+0000\n"
|
|
12
|
+
"Last-Translator: DaniCS <daniel.callejas.sevilla@gmail.com>\n"
|
|
13
|
+
"Language-Team: Spanish <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
|
+
"tag-reader/es/>\n"
|
|
15
|
+
"Language: es\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 "Latitud:"
|
|
25
|
+
|
|
26
|
+
#: geopic_tag_reader/main.py:27
|
|
27
|
+
msgid "Longitude:"
|
|
28
|
+
msgstr "Longitud:"
|
|
29
|
+
|
|
30
|
+
#: geopic_tag_reader/main.py:28
|
|
31
|
+
msgid "Timestamp:"
|
|
32
|
+
msgstr "Fecha y hora:"
|
|
33
|
+
|
|
34
|
+
#: geopic_tag_reader/main.py:29
|
|
35
|
+
msgid "Heading:"
|
|
36
|
+
msgstr "Orientación:"
|
|
37
|
+
|
|
38
|
+
#: geopic_tag_reader/main.py:30
|
|
39
|
+
msgid "Type:"
|
|
40
|
+
msgstr "Tipo:"
|
|
41
|
+
|
|
42
|
+
#: geopic_tag_reader/main.py:31
|
|
43
|
+
msgid "Make:"
|
|
44
|
+
msgstr "Marca:"
|
|
45
|
+
|
|
46
|
+
#: geopic_tag_reader/main.py:32
|
|
47
|
+
msgid "Model:"
|
|
48
|
+
msgstr "Modelo:"
|
|
49
|
+
|
|
50
|
+
#: geopic_tag_reader/main.py:33
|
|
51
|
+
msgid "Focal length:"
|
|
52
|
+
msgstr "Distancia focal:"
|
|
53
|
+
|
|
54
|
+
#: geopic_tag_reader/main.py:34
|
|
55
|
+
msgid "Crop parameters:"
|
|
56
|
+
msgstr "Parámetros de recorte:"
|
|
57
|
+
|
|
58
|
+
#: geopic_tag_reader/main.py:35
|
|
59
|
+
msgid "Pitch:"
|
|
60
|
+
msgstr "Ángulo de cabeceo:"
|
|
61
|
+
|
|
62
|
+
#: geopic_tag_reader/main.py:36
|
|
63
|
+
msgid "Roll:"
|
|
64
|
+
msgstr "Ángulo de alabeo:"
|
|
65
|
+
|
|
66
|
+
#: geopic_tag_reader/main.py:39
|
|
67
|
+
msgid "Warnings raised by reader:"
|
|
68
|
+
msgstr "Avisos del lector:"
|
|
69
|
+
|
|
70
|
+
#: geopic_tag_reader/reader.py:183
|
|
71
|
+
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
72
|
+
msgstr ""
|
|
73
|
+
"La latitud está fuera del rango WGS84 (debería estar comprendida en [-90, "
|
|
74
|
+
"90])"
|
|
75
|
+
|
|
76
|
+
#: geopic_tag_reader/reader.py:185
|
|
77
|
+
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
78
|
+
msgstr ""
|
|
79
|
+
"La longitud está fuera del rango WGS84 (debería estar comprendida en [-180, "
|
|
80
|
+
"180])"
|
|
81
|
+
|
|
82
|
+
#: geopic_tag_reader/reader.py:227
|
|
83
|
+
#, python-brace-format
|
|
84
|
+
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
85
|
+
msgstr ""
|
|
86
|
+
"No se tiene en cuenta la fecha/hora Mapillary porque no se reconoce: {v}"
|
|
87
|
+
|
|
88
|
+
#: geopic_tag_reader/reader.py:240
|
|
89
|
+
msgid "Contradicting heading values found, GPSImgDirection value is used"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
#: geopic_tag_reader/reader.py:351
|
|
93
|
+
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
94
|
+
msgstr "Las etiquetas EXIF no incluyen coordenadas GPS, o no son utilizables"
|
|
95
|
+
|
|
96
|
+
#: geopic_tag_reader/reader.py:357
|
|
97
|
+
msgid "No valid date in picture EXIF tags"
|
|
98
|
+
msgstr "Las etiquetas EXIF de la imagen no proporcionan una fecha válida"
|
|
99
|
+
|
|
100
|
+
#: geopic_tag_reader/reader.py:362
|
|
101
|
+
msgid "The picture is missing mandatory metadata:"
|
|
102
|
+
msgstr "Faltan metadatos obligatorios en la imagen:"
|
|
103
|
+
|
|
104
|
+
#: geopic_tag_reader/reader.py:449 geopic_tag_reader/reader.py:478
|
|
105
|
+
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
106
|
+
msgstr "No se encuentra GPSLatitudeRef, se asume que es Norte"
|
|
107
|
+
|
|
108
|
+
#: geopic_tag_reader/reader.py:457
|
|
109
|
+
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
110
|
+
msgstr "Las coordenadas GPS en la etiqueta EXIF no son válidas"
|
|
111
|
+
|
|
112
|
+
#: geopic_tag_reader/reader.py:460 geopic_tag_reader/reader.py:484
|
|
113
|
+
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
114
|
+
msgstr "No se encuentra GPSLongitudeRef, se asume que GPSLongitudeRef es este"
|
|
115
|
+
|
|
116
|
+
#: geopic_tag_reader/reader.py:537
|
|
117
|
+
msgid "Precise timezone information not found, fallback to UTC"
|
|
118
|
+
msgstr ""
|
|
119
|
+
"No se encuentra información de huso horario, se utiliza hora UTC en su lugar"
|
|
120
|
+
|
|
121
|
+
#: geopic_tag_reader/reader.py:542
|
|
122
|
+
msgid ""
|
|
123
|
+
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
124
|
+
"fallback to UTC"
|
|
125
|
+
msgstr ""
|
|
126
|
+
"No se encuentra información de huso horario (y no hay coordenadas GPS para "
|
|
127
|
+
"deducirla), se utiliza hora UTC en su lugar"
|
|
128
|
+
|
|
129
|
+
#: geopic_tag_reader/reader.py:546
|
|
130
|
+
#, python-brace-format
|
|
131
|
+
msgid ""
|
|
132
|
+
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
133
|
+
msgstr ""
|
|
134
|
+
"Se deja sin procesar la fecha/hora original (de {datefield}) porque no se "
|
|
135
|
+
"puede leer: {v}"
|
|
136
|
+
|
|
137
|
+
#: geopic_tag_reader/reader.py:580
|
|
138
|
+
#, python-brace-format
|
|
139
|
+
msgid ""
|
|
140
|
+
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
141
|
+
"group)"
|
|
142
|
+
msgstr ""
|
|
143
|
+
"GPSTimeStamp y GPSDateTime no contienen un formato de hora admitido (en el "
|
|
144
|
+
"grup {group})"
|
|
145
|
+
|
|
146
|
+
#: geopic_tag_reader/reader.py:611
|
|
147
|
+
#, python-brace-format
|
|
148
|
+
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
149
|
+
msgstr ""
|
|
150
|
+
"Se deja sin procesar la fecha/hora GPS (grupo {group}) porque no se puede "
|
|
151
|
+
"leer: {v}"
|
|
152
|
+
|
|
153
|
+
#: geopic_tag_reader/reader.py:637
|
|
154
|
+
#, python-brace-format
|
|
155
|
+
msgid ""
|
|
156
|
+
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
157
|
+
"not matching value from EXIF field ({microseconds}). Max value will be kept."
|
|
158
|
+
msgstr ""
|
|
159
|
+
"Los microsegundos en el valor de segundos decimales "
|
|
160
|
+
"({microsecondsFromSeconds}) no concuerdan con el valor del campo EXIF "
|
|
161
|
+
"({microseconds}). Se toma el valor más grande."
|
|
162
|
+
|
|
163
|
+
#: geopic_tag_reader/writer.py:132
|
|
164
|
+
#, python-brace-format
|
|
165
|
+
msgid "Unsupported key in additional tags ({k})"
|
|
166
|
+
msgstr "La clave {k} en las etiquetas adicionales no está admitida"
|
|
167
|
+
|
|
168
|
+
#: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
|
|
169
|
+
msgid "not set"
|
|
170
|
+
msgstr "no definido"
|
|
171
|
+
|
|
172
|
+
#: geopic_tag_reader/main.py:30
|
|
173
|
+
msgid "(GPS)"
|
|
174
|
+
msgstr "(GPS)"
|
|
175
|
+
|
|
176
|
+
#: geopic_tag_reader/main.py:31
|
|
177
|
+
msgid "(Camera)"
|
|
178
|
+
msgstr "(Cámara)"
|
|
179
|
+
|
|
180
|
+
#: geopic_tag_reader/main.py:40
|
|
181
|
+
msgid "Yaw:"
|
|
182
|
+
msgstr "Ángulo de deriva:"
|
|
Binary file
|
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"POT-Creation-Date: 2024-06-18 09:12+0200\n"
|
|
11
|
-
"PO-Revision-Date: 2024-
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2024-10-03 14:07+0000\n"
|
|
12
|
+
"Last-Translator: operon <operon@sfr.fr>\n"
|
|
13
13
|
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
14
|
"tag-reader/fr/>\n"
|
|
15
15
|
"Language: fr\n"
|
|
@@ -192,3 +192,11 @@ msgstr ""
|
|
|
192
192
|
#: geopic_tag_reader/main.py:37
|
|
193
193
|
msgid "Yaw:"
|
|
194
194
|
msgstr "Lacet :"
|
|
195
|
+
|
|
196
|
+
#: geopic_tag_reader/main.py:31
|
|
197
|
+
msgid "(Camera)"
|
|
198
|
+
msgstr "(Caméra)"
|
|
199
|
+
|
|
200
|
+
#: geopic_tag_reader/main.py:30
|
|
201
|
+
msgid "(GPS)"
|
|
202
|
+
msgstr "(GPS)"
|
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
+
#, fuzzy
|
|
6
7
|
msgid ""
|
|
7
8
|
msgstr ""
|
|
8
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-10-22 15:05+0200\n"
|
|
11
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
12
|
-
"Last-Translator:
|
|
13
|
-
"Language-Team:
|
|
14
|
-
"Language:
|
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
|
+
"Language: \n"
|
|
15
16
|
"MIME-Version: 1.0\n"
|
|
16
|
-
"Content-Type: text/plain; charset=
|
|
17
|
+
"Content-Type: text/plain; charset=CHARSET\n"
|
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
18
19
|
|
|
19
20
|
#: geopic_tag_reader/main.py:26
|
|
@@ -28,112 +29,124 @@ msgstr ""
|
|
|
28
29
|
msgid "Timestamp:"
|
|
29
30
|
msgstr ""
|
|
30
31
|
|
|
31
|
-
#: geopic_tag_reader/main.py:
|
|
32
|
-
msgid "
|
|
32
|
+
#: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
|
|
33
|
+
msgid "not set"
|
|
33
34
|
msgstr ""
|
|
34
35
|
|
|
35
36
|
#: geopic_tag_reader/main.py:30
|
|
36
|
-
msgid "
|
|
37
|
+
msgid "(GPS)"
|
|
37
38
|
msgstr ""
|
|
38
39
|
|
|
39
40
|
#: geopic_tag_reader/main.py:31
|
|
40
|
-
msgid "
|
|
41
|
+
msgid "(Camera)"
|
|
41
42
|
msgstr ""
|
|
42
43
|
|
|
43
44
|
#: geopic_tag_reader/main.py:32
|
|
44
|
-
msgid "
|
|
45
|
+
msgid "Heading:"
|
|
45
46
|
msgstr ""
|
|
46
47
|
|
|
47
48
|
#: geopic_tag_reader/main.py:33
|
|
48
|
-
msgid "
|
|
49
|
+
msgid "Type:"
|
|
49
50
|
msgstr ""
|
|
50
51
|
|
|
51
52
|
#: geopic_tag_reader/main.py:34
|
|
52
|
-
msgid "
|
|
53
|
+
msgid "Make:"
|
|
53
54
|
msgstr ""
|
|
54
55
|
|
|
55
56
|
#: geopic_tag_reader/main.py:35
|
|
56
|
-
msgid "
|
|
57
|
+
msgid "Model:"
|
|
57
58
|
msgstr ""
|
|
58
59
|
|
|
59
60
|
#: geopic_tag_reader/main.py:36
|
|
60
|
-
msgid "
|
|
61
|
+
msgid "Focal length:"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
#: geopic_tag_reader/main.py:37
|
|
65
|
+
msgid "Crop parameters:"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
#: geopic_tag_reader/main.py:38
|
|
69
|
+
msgid "Pitch:"
|
|
61
70
|
msgstr ""
|
|
62
71
|
|
|
63
72
|
#: geopic_tag_reader/main.py:39
|
|
73
|
+
msgid "Roll:"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
#: geopic_tag_reader/main.py:40
|
|
77
|
+
msgid "Yaw:"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: geopic_tag_reader/main.py:43
|
|
64
81
|
msgid "Warnings raised by reader:"
|
|
65
82
|
msgstr ""
|
|
66
83
|
|
|
67
|
-
#: geopic_tag_reader/reader.py:
|
|
84
|
+
#: geopic_tag_reader/reader.py:218
|
|
68
85
|
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
69
86
|
msgstr ""
|
|
70
87
|
|
|
71
|
-
#: geopic_tag_reader/reader.py:
|
|
88
|
+
#: geopic_tag_reader/reader.py:220
|
|
72
89
|
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
73
90
|
msgstr ""
|
|
74
91
|
|
|
75
|
-
#: geopic_tag_reader/reader.py:
|
|
92
|
+
#: geopic_tag_reader/reader.py:248
|
|
76
93
|
#, python-brace-format
|
|
77
94
|
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
78
95
|
msgstr ""
|
|
79
96
|
|
|
80
|
-
#: geopic_tag_reader/reader.py:
|
|
81
|
-
msgid "Contradicting heading values found, GPSImgDirection value is used"
|
|
82
|
-
msgstr ""
|
|
83
|
-
|
|
84
|
-
#: geopic_tag_reader/reader.py:351
|
|
97
|
+
#: geopic_tag_reader/reader.py:374
|
|
85
98
|
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
86
99
|
msgstr ""
|
|
87
100
|
|
|
88
|
-
#: geopic_tag_reader/reader.py:
|
|
101
|
+
#: geopic_tag_reader/reader.py:380
|
|
89
102
|
msgid "No valid date in picture EXIF tags"
|
|
90
103
|
msgstr ""
|
|
91
104
|
|
|
92
|
-
#: geopic_tag_reader/reader.py:
|
|
105
|
+
#: geopic_tag_reader/reader.py:385
|
|
93
106
|
msgid "The picture is missing mandatory metadata:"
|
|
94
107
|
msgstr ""
|
|
95
108
|
|
|
96
|
-
#: geopic_tag_reader/reader.py:
|
|
109
|
+
#: geopic_tag_reader/reader.py:476 geopic_tag_reader/reader.py:505
|
|
97
110
|
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
98
111
|
msgstr ""
|
|
99
112
|
|
|
100
|
-
#: geopic_tag_reader/reader.py:
|
|
113
|
+
#: geopic_tag_reader/reader.py:484
|
|
101
114
|
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
102
115
|
msgstr ""
|
|
103
116
|
|
|
104
|
-
#: geopic_tag_reader/reader.py:
|
|
117
|
+
#: geopic_tag_reader/reader.py:487 geopic_tag_reader/reader.py:511
|
|
105
118
|
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
106
119
|
msgstr ""
|
|
107
120
|
|
|
108
|
-
#: geopic_tag_reader/reader.py:
|
|
121
|
+
#: geopic_tag_reader/reader.py:572
|
|
109
122
|
msgid "Precise timezone information not found, fallback to UTC"
|
|
110
123
|
msgstr ""
|
|
111
124
|
|
|
112
|
-
#: geopic_tag_reader/reader.py:
|
|
125
|
+
#: geopic_tag_reader/reader.py:577
|
|
113
126
|
msgid ""
|
|
114
127
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
115
128
|
"fallback to UTC"
|
|
116
129
|
msgstr ""
|
|
117
130
|
|
|
118
|
-
#: geopic_tag_reader/reader.py:
|
|
131
|
+
#: geopic_tag_reader/reader.py:581
|
|
119
132
|
#, python-brace-format
|
|
120
133
|
msgid ""
|
|
121
134
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
122
135
|
msgstr ""
|
|
123
136
|
|
|
124
|
-
#: geopic_tag_reader/reader.py:
|
|
137
|
+
#: geopic_tag_reader/reader.py:613
|
|
125
138
|
#, python-brace-format
|
|
126
139
|
msgid ""
|
|
127
140
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
128
141
|
"group)"
|
|
129
142
|
msgstr ""
|
|
130
143
|
|
|
131
|
-
#: geopic_tag_reader/reader.py:
|
|
144
|
+
#: geopic_tag_reader/reader.py:644
|
|
132
145
|
#, python-brace-format
|
|
133
146
|
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
134
147
|
msgstr ""
|
|
135
148
|
|
|
136
|
-
#: geopic_tag_reader/reader.py:
|
|
149
|
+
#: geopic_tag_reader/reader.py:670
|
|
137
150
|
#, python-brace-format
|
|
138
151
|
msgid ""
|
|
139
152
|
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
Binary file
|
|
@@ -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})"
|
|
Binary file
|
|
@@ -3,18 +3,17 @@
|
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
-
#, fuzzy
|
|
7
6
|
msgid ""
|
|
8
7
|
msgstr ""
|
|
9
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
9
|
"Report-Msgid-Bugs-To: \n"
|
|
11
10
|
"POT-Creation-Date: 2024-09-30 11:02+0200\n"
|
|
12
11
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
|
-
"Last-Translator:
|
|
14
|
-
"Language-Team:
|
|
15
|
-
"Language: \n"
|
|
12
|
+
"Last-Translator: Automatically generated\n"
|
|
13
|
+
"Language-Team: none\n"
|
|
14
|
+
"Language: ko\n"
|
|
16
15
|
"MIME-Version: 1.0\n"
|
|
17
|
-
"Content-Type: text/plain; charset=
|
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
18
|
|
|
20
19
|
#: geopic_tag_reader/main.py:26
|
|
@@ -9,11 +9,12 @@ classifiers = ["License :: OSI Approved :: MIT License"]
|
|
|
9
9
|
dynamic = ["version", "description"]
|
|
10
10
|
dependencies = [
|
|
11
11
|
"typer ~= 0.12",
|
|
12
|
-
"xmltodict ~= 0.
|
|
13
|
-
"pyexiv2 == 2.
|
|
14
|
-
"timezonefinder == 6.
|
|
15
|
-
"pytz ~=
|
|
12
|
+
"xmltodict ~= 0.14",
|
|
13
|
+
"pyexiv2 == 2.15.3",
|
|
14
|
+
"timezonefinder == 6.5.3",
|
|
15
|
+
"pytz ~= 2024.2",
|
|
16
16
|
"types-pytz ~= 2023.3.0.1",
|
|
17
|
+
"types-python-dateutil ~= 2.9.0",
|
|
17
18
|
]
|
|
18
19
|
requires-python = ">=3.8"
|
|
19
20
|
|
|
@@ -26,17 +27,17 @@ geopic-tag-reader="geopic_tag_reader.main:app"
|
|
|
26
27
|
[project.optional-dependencies]
|
|
27
28
|
dev = [
|
|
28
29
|
"black ~= 24.3",
|
|
29
|
-
"mypy ~= 1.
|
|
30
|
+
"mypy ~= 1.12",
|
|
30
31
|
"pytest ~= 7.2.0",
|
|
31
32
|
"pytest-datafiles ~= 3.0",
|
|
32
|
-
"types-xmltodict ~= 0.
|
|
33
|
+
"types-xmltodict ~= 0.14",
|
|
33
34
|
"pre-commit ~= 3.3.3",
|
|
34
35
|
]
|
|
35
36
|
build = ["flit ~= 3.8.0"]
|
|
36
37
|
# optional dependencies to be able to write exif tags
|
|
37
38
|
write-exif = [
|
|
38
|
-
"python-dateutil ~= 2.
|
|
39
|
-
"types-python-dateutil ~= 2.9.0.
|
|
39
|
+
"python-dateutil ~= 2.9.0",
|
|
40
|
+
"types-python-dateutil ~= 2.9.0.20241003",
|
|
40
41
|
]
|
|
41
42
|
|
|
42
43
|
docs = [
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|