geopic-tag-reader 1.1.5__py3-none-any.whl → 1.3.0__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.
@@ -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-07-10 13:05+0200\n"
11
+ "POT-Creation-Date: 2024-09-30 11:02+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"
@@ -29,112 +29,124 @@ msgstr ""
29
29
  msgid "Timestamp:"
30
30
  msgstr ""
31
31
 
32
- #: geopic_tag_reader/main.py:29
33
- msgid "Heading:"
32
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
33
+ msgid "not set"
34
34
  msgstr ""
35
35
 
36
36
  #: geopic_tag_reader/main.py:30
37
- msgid "Type:"
37
+ msgid "(GPS)"
38
38
  msgstr ""
39
39
 
40
40
  #: geopic_tag_reader/main.py:31
41
- msgid "Make:"
41
+ msgid "(Camera)"
42
42
  msgstr ""
43
43
 
44
44
  #: geopic_tag_reader/main.py:32
45
- msgid "Model:"
45
+ msgid "Heading:"
46
46
  msgstr ""
47
47
 
48
48
  #: geopic_tag_reader/main.py:33
49
- msgid "Focal length:"
49
+ msgid "Type:"
50
50
  msgstr ""
51
51
 
52
52
  #: geopic_tag_reader/main.py:34
53
- msgid "Crop parameters:"
53
+ msgid "Make:"
54
54
  msgstr ""
55
55
 
56
56
  #: geopic_tag_reader/main.py:35
57
- msgid "Pitch:"
57
+ msgid "Model:"
58
58
  msgstr ""
59
59
 
60
60
  #: geopic_tag_reader/main.py:36
61
- msgid "Roll:"
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:"
62
70
  msgstr ""
63
71
 
64
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
65
81
  msgid "Warnings raised by reader:"
66
82
  msgstr ""
67
83
 
68
- #: geopic_tag_reader/reader.py:183
84
+ #: geopic_tag_reader/reader.py:215
69
85
  msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
70
86
  msgstr ""
71
87
 
72
- #: geopic_tag_reader/reader.py:185
88
+ #: geopic_tag_reader/reader.py:217
73
89
  msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
74
90
  msgstr ""
75
91
 
76
- #: geopic_tag_reader/reader.py:227
92
+ #: geopic_tag_reader/reader.py:245
77
93
  #, python-brace-format
78
94
  msgid "Skipping Mapillary date/time as it was not recognized: {v}"
79
95
  msgstr ""
80
96
 
81
- #: geopic_tag_reader/reader.py:240
82
- msgid "Contradicting heading values found, GPSImgDirection value is used"
83
- msgstr ""
84
-
85
- #: geopic_tag_reader/reader.py:351
97
+ #: geopic_tag_reader/reader.py:371
86
98
  msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
87
99
  msgstr ""
88
100
 
89
- #: geopic_tag_reader/reader.py:357
101
+ #: geopic_tag_reader/reader.py:377
90
102
  msgid "No valid date in picture EXIF tags"
91
103
  msgstr ""
92
104
 
93
- #: geopic_tag_reader/reader.py:362
105
+ #: geopic_tag_reader/reader.py:382
94
106
  msgid "The picture is missing mandatory metadata:"
95
107
  msgstr ""
96
108
 
97
- #: geopic_tag_reader/reader.py:449 geopic_tag_reader/reader.py:478
109
+ #: geopic_tag_reader/reader.py:473 geopic_tag_reader/reader.py:502
98
110
  msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
99
111
  msgstr ""
100
112
 
101
- #: geopic_tag_reader/reader.py:457
113
+ #: geopic_tag_reader/reader.py:481
102
114
  msgid "Broken GPS coordinates in picture EXIF tags"
103
115
  msgstr ""
104
116
 
105
- #: geopic_tag_reader/reader.py:460 geopic_tag_reader/reader.py:484
117
+ #: geopic_tag_reader/reader.py:484 geopic_tag_reader/reader.py:508
106
118
  msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
107
119
  msgstr ""
108
120
 
109
- #: geopic_tag_reader/reader.py:537
121
+ #: geopic_tag_reader/reader.py:569
110
122
  msgid "Precise timezone information not found, fallback to UTC"
111
123
  msgstr ""
112
124
 
113
- #: geopic_tag_reader/reader.py:542
125
+ #: geopic_tag_reader/reader.py:574
114
126
  msgid ""
115
127
  "Precise timezone information not found (and no GPS coordinates to help), "
116
128
  "fallback to UTC"
117
129
  msgstr ""
118
130
 
119
- #: geopic_tag_reader/reader.py:546
131
+ #: geopic_tag_reader/reader.py:578
120
132
  #, python-brace-format
121
133
  msgid ""
122
134
  "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
123
135
  msgstr ""
124
136
 
125
- #: geopic_tag_reader/reader.py:580
137
+ #: geopic_tag_reader/reader.py:610
126
138
  #, python-brace-format
127
139
  msgid ""
128
140
  "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
129
141
  "group)"
130
142
  msgstr ""
131
143
 
132
- #: geopic_tag_reader/reader.py:611
144
+ #: geopic_tag_reader/reader.py:641
133
145
  #, python-brace-format
134
146
  msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
135
147
  msgstr ""
136
148
 
137
- #: geopic_tag_reader/reader.py:637
149
+ #: geopic_tag_reader/reader.py:667
138
150
  #, python-brace-format
139
151
  msgid ""
140
152
  "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geopic-tag-reader
3
- Version: 1.1.5
3
+ Version: 1.3.0
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.8
@@ -31,7 +31,7 @@ Provides-Extra: write-exif
31
31
 
32
32
  # ![Panoramax](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Panoramax.svg/40px-Panoramax.svg.png) Panoramax
33
33
 
34
- __Panoramax__ is a digital resource for sharing and exploiting 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).
34
+ __Panoramax__ is a digital resource for sharing and using 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).
35
35
 
36
36
 
37
37
  # 📷 GeoPic Tag Reader
@@ -56,7 +56,7 @@ pip install geopic_tag_reader
56
56
  geopic-tag-reader --help
57
57
  ```
58
58
 
59
- To know more about install and other options, see [install documentation](./docs/Install.md).
59
+ To know more about install and other options, see [install documentation](./docs/install.md).
60
60
 
61
61
  If at some point you're lost or need help, you can contact us through [issues](https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/issues) or by [email](mailto:panieravide@riseup.net).
62
62
 
@@ -88,7 +88,7 @@ geopic-tag-reader write \
88
88
  --output /path/to/edited_image.jpg
89
89
  ```
90
90
 
91
- [Full documentation is also available here](./docs/CLI_USAGE.md).
91
+ [Full documentation is also available here](./docs/index.md).
92
92
 
93
93
  ### As Python library
94
94
 
@@ -119,14 +119,14 @@ editedImg.write(editedImgBytes)
119
119
  editedImg.close()
120
120
  ```
121
121
 
122
- [Full documentation is also available here](./docs/API_USAGE.md).
122
+ [Full documentation is also available here](./docs/tech/api_reference.md).
123
123
 
124
124
 
125
125
  ## Contributing
126
126
 
127
127
  Pull requests are welcome. For major changes, please open an [issue](https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/issues) first to discuss what you would like to change.
128
128
 
129
- More information about developing is available in [documentation](./docs/Develop.md).
129
+ More information about developing is available in [documentation](./docs/develop.md).
130
130
 
131
131
 
132
132
  ## ⚖️ License
@@ -0,0 +1,25 @@
1
+ geopic_tag_reader/__init__.py,sha256=pmpiI8zEitwrzuj5eWxIJ1DHBOJz0c9TY6X_2QRTfLw,47
2
+ geopic_tag_reader/camera.py,sha256=Nw6dQjnrUCCOXujjk8Y7IwjJPMuDf4DAGCmHk0LDfEg,1975
3
+ geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
4
+ geopic_tag_reader/main.py,sha256=6Jf2VJCVAyAu-P3HltYMY7ZGXVziJrZguAnHU4bNA9I,3793
5
+ geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
6
+ geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ geopic_tag_reader/reader.py,sha256=q9W_iBa7r0d08HLfO4576lA6EvjXUQfiqbwkY6iqMqE,26746
8
+ geopic_tag_reader/sequence.py,sha256=5jQKnYDVQq4VDa09e8xTW9Gf-CvqsijEtx5OCSnvGMU,11180
9
+ geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
10
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=ZeU-Z4eWyM0OLW7u2pcAwov5cyyW9J-wAvdLch292xw,3731
11
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=qxexGigWSIfEn4yIdtqQgd3w15oUc-SsHUScbCe6FDc,3924
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=I7UwM4hYi-vNQn1TTXltfehveYsg1c7ZIxwORsbj_iM,3486
14
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=V1kZ5_vtxRJAejrbfJKzgAe2aCww9Hp-ybk_cPY_Myg,4970
15
+ geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=pp2rm7hKmdBWStn-uLEwH5_yPMi3satuzU_H_EfLVoY,321
16
+ geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=O-22SB_bJlqYELYc-Cmf1MxoniW6PvE5nKA_Vkl2oC4,3563
17
+ geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
18
+ 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=fyKou__ABeiq-bqXN_cL7zA1W2cZ6DUYhk5Tr83j2J4,4566
20
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=aJnB1wso7PFX70QYdVIgF77uTn-OaNZ3yYAqAJD5Gho,6213
21
+ geopic_tag_reader-1.3.0.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
22
+ geopic_tag_reader-1.3.0.dist-info/LICENSE,sha256=oHWDwXkJJb9zJzThMN3F9Li4yFhz1qxOUByouY7L3bI,1070
23
+ geopic_tag_reader-1.3.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
24
+ geopic_tag_reader-1.3.0.dist-info/METADATA,sha256=nbRFltBwvQEsG0z0Ip3xbN4dSfSW1fnN1XjmiCwiIFU,4578
25
+ geopic_tag_reader-1.3.0.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- geopic_tag_reader/__init__.py,sha256=Tdx1b4S9WATUtv3DVaKW9FJJ_gxRrPY2pMeqMRhowwQ,47
2
- geopic_tag_reader/camera.py,sha256=Nw6dQjnrUCCOXujjk8Y7IwjJPMuDf4DAGCmHk0LDfEg,1975
3
- geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
4
- geopic_tag_reader/main.py,sha256=NJFDdPlyj0HvBcPABTVPqdSPm0SP3lnW4HF1fmhONY4,3550
5
- geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
6
- geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- geopic_tag_reader/reader.py,sha256=4tk-qvN-mBryp8FbtG9smQkSlWDjWZU1CDedm07MqP0,25746
8
- geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
9
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=0XUn_uln5VJXCWpo_sd8fT1KB1pJ96YtXce2n3GIFXM,3590
10
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=nlWCiLPEBoIKXeRdZToF51tMvJVGhGjGjrwdVjWta9s,3490
11
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=3P1q0P7c-UPcK7LgUC4KcAkpkyDRTsmVdycCWoRhl78,4870
12
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=QX_oy4YPYibj39MoJnLVJaj6a1TFEKh97P3bH3tXNxE,4511
13
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=VG_7k8g4o07IFYoUvSeMHQRYpswgVRV8eKp0ITf4DYU,6148
14
- geopic_tag_reader-1.1.5.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
15
- geopic_tag_reader-1.1.5.dist-info/LICENSE,sha256=oHWDwXkJJb9zJzThMN3F9Li4yFhz1qxOUByouY7L3bI,1070
16
- geopic_tag_reader-1.1.5.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
17
- geopic_tag_reader-1.1.5.dist-info/METADATA,sha256=CQF-A4uNx6ScvC_GHlIQjKqy42nJH66-iyysYnuQpNo,4578
18
- geopic_tag_reader-1.1.5.dist-info/RECORD,,