geovisio 2.8.0__py3-none-any.whl → 2.9.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.
Files changed (61) hide show
  1. geovisio/__init__.py +16 -3
  2. geovisio/config_app.py +11 -1
  3. geovisio/translations/br/LC_MESSAGES/messages.mo +0 -0
  4. geovisio/translations/br/LC_MESSAGES/messages.po +762 -0
  5. geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
  6. geovisio/translations/da/LC_MESSAGES/messages.po +10 -1
  7. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  8. geovisio/translations/de/LC_MESSAGES/messages.po +10 -1
  9. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  10. geovisio/translations/en/LC_MESSAGES/messages.po +9 -7
  11. geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
  12. geovisio/translations/eo/LC_MESSAGES/messages.po +67 -1
  13. geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
  14. geovisio/translations/es/LC_MESSAGES/messages.po +4 -3
  15. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  16. geovisio/translations/fr/LC_MESSAGES/messages.po +37 -4
  17. geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
  18. geovisio/translations/hu/LC_MESSAGES/messages.po +4 -3
  19. geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
  20. geovisio/translations/it/LC_MESSAGES/messages.po +10 -1
  21. geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
  22. geovisio/translations/ja/LC_MESSAGES/messages.po +242 -154
  23. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  24. geovisio/translations/nl/LC_MESSAGES/messages.po +131 -25
  25. geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
  26. geovisio/translations/pl/LC_MESSAGES/messages.po +4 -3
  27. geovisio/translations/sv/LC_MESSAGES/messages.mo +0 -0
  28. geovisio/translations/sv/LC_MESSAGES/messages.po +822 -0
  29. geovisio/utils/annotations.py +186 -0
  30. geovisio/utils/cql2.py +134 -0
  31. geovisio/utils/db.py +7 -0
  32. geovisio/utils/fields.py +24 -7
  33. geovisio/utils/loggers.py +14 -0
  34. geovisio/utils/model_query.py +2 -2
  35. geovisio/utils/params.py +7 -4
  36. geovisio/utils/pic_shape.py +63 -0
  37. geovisio/utils/pictures.py +54 -12
  38. geovisio/utils/reports.py +10 -17
  39. geovisio/utils/semantics.py +165 -55
  40. geovisio/utils/sentry.py +0 -1
  41. geovisio/utils/sequences.py +141 -60
  42. geovisio/utils/tags.py +31 -0
  43. geovisio/utils/upload_set.py +26 -21
  44. geovisio/utils/website.py +3 -0
  45. geovisio/web/annotations.py +205 -9
  46. geovisio/web/auth.py +3 -2
  47. geovisio/web/collections.py +49 -34
  48. geovisio/web/configuration.py +2 -1
  49. geovisio/web/docs.py +55 -16
  50. geovisio/web/items.py +55 -54
  51. geovisio/web/map.py +25 -13
  52. geovisio/web/params.py +11 -21
  53. geovisio/web/stac.py +19 -12
  54. geovisio/web/upload_set.py +92 -11
  55. geovisio/web/users.py +31 -4
  56. geovisio/workers/runner_pictures.py +71 -10
  57. {geovisio-2.8.0.dist-info → geovisio-2.9.0.dist-info}/METADATA +24 -22
  58. geovisio-2.9.0.dist-info/RECORD +98 -0
  59. {geovisio-2.8.0.dist-info → geovisio-2.9.0.dist-info}/WHEEL +1 -1
  60. geovisio-2.8.0.dist-info/RECORD +0 -89
  61. {geovisio-2.8.0.dist-info → geovisio-2.9.0.dist-info/licenses}/LICENSE +0 -0
@@ -8,8 +8,8 @@ msgstr ""
8
8
  "Project-Id-Version: PROJECT VERSION\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
10
  "POT-Creation-Date: 2024-07-10 14:10+0200\n"
11
- "PO-Revision-Date: 2024-11-14 23:10+0000\n"
12
- "Last-Translator: BrechtD <brecht.devriese92@gmail.com>\n"
11
+ "PO-Revision-Date: 2025-04-01 19:33+0000\n"
12
+ "Last-Translator: Luna <luna@queerthoughts.org>\n"
13
13
  "Language-Team: Dutch <http://weblate.panoramax.xyz/projects/panoramax/api/nl/"
14
14
  ">\n"
15
15
  "Language: nl\n"
@@ -30,11 +30,11 @@ msgstr "Volledige pagina"
30
30
 
31
31
  #: geovisio/templates/main.html:51
32
32
  msgid "Viewer"
33
- msgstr "Viewee"
33
+ msgstr "Viewer"
34
34
 
35
35
  #: geovisio/templates/main.html:52
36
36
  msgid "Embed pre-configured viewer"
37
- msgstr ""
37
+ msgstr "De gepreconfigureerde viewer insluiten"
38
38
 
39
39
  #: geovisio/templates/main.html:53
40
40
  msgid "Easiest way to have a working GeoVisio viewer on your website"
@@ -71,7 +71,7 @@ msgstr "Archief"
71
71
 
72
72
  #: geovisio/templates/viewer.html:22
73
73
  msgid "You need to enable JavaScript to run this app."
74
- msgstr "U moet JavaScript toestaan om deze te kunnen gebruiken."
74
+ msgstr "U moet JavaScript toestaan om deze app te kunnen gebruiken."
75
75
 
76
76
  #: geovisio/utils/auth.py:164
77
77
  msgid "Authentication is mandatory"
@@ -79,7 +79,7 @@ msgstr "Authenticatie is verplicht"
79
79
 
80
80
  #: geovisio/utils/auth.py:292
81
81
  msgid "Only Bearer token are supported"
82
- msgstr ""
82
+ msgstr "Alleen bearer tokens worden ondersteund"
83
83
 
84
84
  #: geovisio/utils/pictures.py:304
85
85
  #, python-format
@@ -87,33 +87,37 @@ msgid ""
87
87
  "Invalid '%(format)s' format for image, only the following formats are "
88
88
  "available: %(allowed_formats)s"
89
89
  msgstr ""
90
+ "Ongeldig %(format)s-formaat voor de afbeelding, alleen de volgende formaten "
91
+ "zijn toegestaan: %(allowed_formats)s"
90
92
 
91
93
  #: geovisio/utils/pictures.py:420
92
94
  msgid "Picture can't be found, you may check its ID"
93
- msgstr ""
95
+ msgstr "Foto onvindbaar, verifieer haar identificator"
94
96
 
95
97
  #: geovisio/utils/pictures.py:423
96
98
  msgid "Picture is not available (either hidden by admin or processing)"
97
- msgstr ""
99
+ msgstr "Foto niet beschikbaar (ofwel verborgen, ofwel in behandeling)"
98
100
 
99
101
  #: geovisio/utils/pictures.py:431
100
102
  msgid "HD Picture file is not available"
101
- msgstr ""
103
+ msgstr "HD-bestand van de foto is niet beschikbaar"
102
104
 
103
105
  #: geovisio/utils/pictures.py:450
104
106
  msgid "Picture derivates file are not available"
105
- msgstr ""
107
+ msgstr "Bestanden afgeleid van de foto niet beschikbaar"
106
108
 
107
109
  #: geovisio/utils/pictures.py:467 geovisio/web/pictures.py:59
108
110
  #: geovisio/web/pictures.py:108 geovisio/web/pictures.py:226
109
111
  msgid "Unable to read picture on filesystem"
110
- msgstr ""
112
+ msgstr "Lezen van foto op bestandssysteem onmogelijk"
111
113
 
112
114
  #: geovisio/utils/sequences.py:372
113
115
  msgid ""
114
116
  "Sort by file date is not possible on this sequence (no file date "
115
117
  "information available on pictures)"
116
118
  msgstr ""
119
+ "Sorteren op bestandsdatum is niet beschikbaar voor deze sequentie (geen "
120
+ "bestandsdatum beschikbaar op de foto's)"
117
121
 
118
122
  #: geovisio/utils/sequences.py:391
119
123
  #, python-format
@@ -121,20 +125,24 @@ msgid ""
121
125
  "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
122
126
  "missing mandatory metadata"
123
127
  msgstr ""
128
+ "Sorteren op %(sort)s is niet beschikbaar voor deze sequentie, foto %(pic)s "
129
+ "ontbreekt verplichte metadata"
124
130
 
125
131
  #: geovisio/utils/tokens.py:43
126
132
  msgid "JWT token signature does not match"
127
- msgstr ""
133
+ msgstr "Handtekening van de JWT-token komt niet overeen"
128
134
 
129
135
  #: geovisio/utils/tokens.py:59
130
136
  msgid "Token does not exist anymore"
131
- msgstr ""
137
+ msgstr "Token onbeschikbaar"
132
138
 
133
139
  #: geovisio/utils/tokens.py:63
134
140
  msgid ""
135
141
  "Token not yet claimed, this token cannot be used yet. Either claim this "
136
142
  "token or generate a new one"
137
143
  msgstr ""
144
+ "Token nog niet geclaimd, dit token kan nog niet gebruikt worden. Claim dit "
145
+ "token of genereer een nieuw"
138
146
 
139
147
  #: geovisio/utils/upload_set.py:143 geovisio/web/params.py:359
140
148
  msgid "Unsupported filter parameter"
@@ -142,37 +150,41 @@ msgstr "Filter parameter is niet ondersteund"
142
150
 
143
151
  #: geovisio/web/auth.py:62
144
152
  msgid "Impossible to finish authentication flow"
145
- msgstr ""
153
+ msgstr "Onmogelijk om de authenticatieflow te voltooiien"
146
154
 
147
155
  #: geovisio/web/auth.py:66
148
156
  msgid ""
149
157
  "You can try to clear your cookies and retry. If the problem persists, "
150
158
  "contact your instance administrator."
151
159
  msgstr ""
160
+ "Je kan proberen je cookies te verwijderen en opnieuw te proberen. Als het "
161
+ "probleem aanhoudt, contacteer dan de administrator van je instantie."
152
162
 
153
163
  #: geovisio/web/collections.py:263
154
164
  #, python-format
155
165
  msgid "There is no collection created after %(d)s"
156
- msgstr ""
166
+ msgstr "Er is geen sequentie gecreëerd na %(d)s"
157
167
 
158
168
  #: geovisio/web/collections.py:265
159
169
  #, python-format
160
170
  msgid "There is no collection created before %(d)s"
161
- msgstr ""
171
+ msgstr "Er is geen sequentie gecreëerd voor %(d)s"
162
172
 
163
173
  #: geovisio/web/collections.py:372 geovisio/web/items.py:372
164
174
  msgid "Collection doesn't exist"
165
- msgstr ""
175
+ msgstr "De collectie bestaat niet"
166
176
 
167
177
  #: geovisio/web/collections.py:432
168
178
  msgid "Impossible to find a thumbnail for the collection"
169
- msgstr ""
179
+ msgstr "Onmogelijk om een thumbnail voor de sequentie te vinden"
170
180
 
171
181
  #: geovisio/web/collections.py:545 geovisio/web/items.py:1142
172
182
  msgid ""
173
183
  "Picture visibility parameter (visible) should be either unset, true or "
174
184
  "false"
175
185
  msgstr ""
186
+ "De parameter voor de zichtbaarheid van de foto (“visible”) moet ofwel niet "
187
+ "ingesteld zijn, ofwel “true” of “false”"
176
188
 
177
189
  #: geovisio/web/collections.py:551
178
190
  msgid ""
@@ -182,13 +194,15 @@ msgstr ""
182
194
 
183
195
  #: geovisio/web/collections.py:557
184
196
  msgid "Sort order parameter is invalid"
185
- msgstr ""
197
+ msgstr "De parameter voor de sorteervolgorde is ongeldig"
186
198
 
187
199
  #: geovisio/web/collections.py:568
188
200
  msgid ""
189
201
  "Relative heading is not valid, should be an integer in degrees from -180 "
190
202
  "to 180"
191
203
  msgstr ""
204
+ "De relatieve richting is ongeldig, moet een geheel getal tussen -180 en 180 "
205
+ "graden zijn"
192
206
 
193
207
  #: geovisio/web/collections.py:585
194
208
  #, python-format
@@ -203,29 +217,31 @@ msgstr ""
203
217
  #, python-format
204
218
  msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
205
219
  msgstr ""
220
+ "Sequentie %(c)s is in toestand “%(s)s”, de zichtbaarheid kan op dit moment "
221
+ "niet aangepast worden"
206
222
 
207
223
  #: geovisio/web/collections.py:697
208
224
  #, python-format
209
225
  msgid "Collection %(c)s wasn't found in database"
210
- msgstr ""
226
+ msgstr "Sequentie %(c)s werd niet gevonden in de database"
211
227
 
212
228
  #: geovisio/web/collections.py:792
213
229
  msgid "Sequence doesn't exists"
214
- msgstr ""
230
+ msgstr "Sequentie bestaat niet"
215
231
 
216
232
  #: geovisio/web/collections.py:937 geovisio/web/stac.py:340
217
233
  #, python-format
218
234
  msgid "Impossible to find user %(u)s"
219
- msgstr ""
235
+ msgstr "Onmogelijk om gebruiker %(u)s te vinden"
220
236
 
221
237
  #: geovisio/web/collections.py:968 geovisio/web/stac.py:350
222
238
  #, python-format
223
239
  msgid "No data loaded for user %(u)s"
224
- msgstr ""
240
+ msgstr "Geen gegevens geladen voor gebruiker %(u)s"
225
241
 
226
242
  #: geovisio/web/collections.py:970
227
243
  msgid "No matching sequences found"
228
- msgstr ""
244
+ msgstr "Geen overeenkomende sequentie gevonden"
229
245
 
230
246
  #: geovisio/web/items.py:335
231
247
  msgid "limit parameter should be an integer between 1 and 10000"
@@ -536,7 +552,7 @@ msgstr ""
536
552
 
537
553
  #: geovisio/web/upload_set.py:241 geovisio/web/upload_set.py:342
538
554
  msgid "Impossible to parse parameters"
539
- msgstr ""
555
+ msgstr "Lezen van parameters onmogelijk"
540
556
 
541
557
  #: geovisio/web/upload_set.py:279
542
558
  msgid ""
@@ -600,3 +616,93 @@ msgstr ""
600
616
  #: geovisio/utils/excluded_areas.py:82
601
617
  msgid "Impossible to find excluded area"
602
618
  msgstr "Onmogelijk om uitgesloten gebied te vinden"
619
+
620
+ #: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
621
+ #: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
622
+ msgid "Impossible to create an Excluded Area"
623
+ msgstr "Onmogelijk om een uitgesloten zone te creëren"
624
+
625
+ #: geovisio/utils/upload_set.py:600
626
+ msgid ""
627
+ "A different picture with the same name has already been added to this "
628
+ "uploadset"
629
+ msgstr "Een andere foto met dezelfde naam is al toegevoegd aan deze uploadset"
630
+
631
+ #: geovisio/web/excluded_areas.py:133
632
+ msgid "You must be logged-in as admin to access all excluded areas"
633
+ msgstr ""
634
+ "Je moet ingelogd zijn als admin om toegang te hebben tot alle uitgesloten "
635
+ "zones"
636
+
637
+ #: geovisio/utils/upload_set.py:183
638
+ msgid ""
639
+ "The picture has invalid EXIF or XMP metadata, making it impossible to use"
640
+ msgstr ""
641
+ "De foto heeft ongeldige EXIT- of XMP-metadata, wat haar onbruikbaar maakt"
642
+
643
+ #: geovisio/utils/upload_set.py:186
644
+ msgid "Something went very wrong, but not due to the picture itself"
645
+ msgstr "Er is iets grondig verkeerd gegaan, maar niet door de afbeelding zelf"
646
+
647
+ #: geovisio/utils/auth.py:283
648
+ #, python-format
649
+ msgid ""
650
+ "You need to accept the terms of service before uploading any pictures. You "
651
+ "can do so by validating them here: %(url)s"
652
+ msgstr ""
653
+ "Je moet de gebruiksvoorwaarden accepteren voor het uploaden van foto's. Je "
654
+ "kan dat doen door ze hier te valideren: %(url)s"
655
+
656
+ #: geovisio/utils/upload_set.py:177
657
+ msgid ""
658
+ "The picture is too similar to another one (nearby and taken almost at the "
659
+ "same time)"
660
+ msgstr ""
661
+ "De foto is te gelijkaardig aan een andere (te dichtbij en bijna op hetzelfde "
662
+ "moment genomen)"
663
+
664
+ #: geovisio/utils/upload_set.py:180
665
+ msgid "The sent file is not a valid JPEG"
666
+ msgstr "Het geüploade bestand is geen geldige JPEG-afbeelding"
667
+
668
+ #: geovisio/web/excluded_areas.py:232
669
+ msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
670
+ msgstr ""
671
+ "De parameter om alle uitgesloten zones te vervangen moet geldige JSON zijn"
672
+
673
+ #: geovisio/web/collections.py:697
674
+ msgid ""
675
+ "You're not authorized to edit those fields for this sequence. Only the owner "
676
+ "can change the visibility and the title"
677
+ msgstr ""
678
+ "Je hebt geen toestemming om die velden te bewerken voor deze sequentie. "
679
+ "Alleen de eigenaar kan de zichtbaarheid en de titel aanpassen"
680
+
681
+ #: geovisio/web/collections.py:707
682
+ msgid ""
683
+ "You're not authorized to edit this sequence, collaborative editing is not "
684
+ "allowed"
685
+ msgstr ""
686
+ "Je hebt geen toestemming om deze sequentie te bewerken, collaboratieve "
687
+ "bewerkingen zijn niet toegestaan"
688
+
689
+ #: geovisio/web/excluded_areas.py:135
690
+ msgid "You're not authorized to access all excluded areas"
691
+ msgstr "Je hebt geen toegang tot alle uitgesloten zones"
692
+
693
+ #: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
694
+ msgid "Parameter for creating an Excluded Area should be a valid JSON"
695
+ msgstr ""
696
+ "De parameters om een uitgesloten zone te creëren moeten geldige JSON zijn"
697
+
698
+ #: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
699
+ msgid "You must be logged-in as admin to edit excluded areas"
700
+ msgstr "Je moet ingelogd zijn als admin om uitgesloten zones te bewerken"
701
+
702
+ #: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
703
+ msgid "Impossible to replace all Excluded Areas"
704
+ msgstr "Onmogelijk om alle uitgesloten zones te vervangen"
705
+
706
+ #: geovisio/web/excluded_areas.py:272
707
+ msgid "You must be logged-in as admin to delete excluded areas"
708
+ msgstr "Je moet ingelogd zijn als admin om uitgesloten zones te verwijderen"
@@ -8,8 +8,8 @@ msgstr ""
8
8
  "Project-Id-Version: PROJECT VERSION\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
10
  "POT-Creation-Date: 2024-10-28 10:15+0100\n"
11
- "PO-Revision-Date: 2024-11-25 10:10+0000\n"
12
- "Last-Translator: Filip Czaplicki <weblatepanoramax722252@starsep.com>\n"
11
+ "PO-Revision-Date: 2025-02-27 12:32+0000\n"
12
+ "Last-Translator: PanierAvide <adrien@pavie.info>\n"
13
13
  "Language-Team: Polish <http://weblate.panoramax.xyz/projects/panoramax/api/"
14
14
  "pl/>\n"
15
15
  "Language: pl\n"
@@ -250,6 +250,7 @@ msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now
250
250
  msgstr ""
251
251
 
252
252
  #: geovisio/web/collections.py:766
253
+ #, fuzzy
253
254
  msgid "Sequence doesn't exists"
254
255
  msgstr "Sekwencja nie istnieje"
255
256
 
@@ -332,7 +333,7 @@ msgid "No more items in this collection (last available rank is %(r)s)"
332
333
  msgstr ""
333
334
 
334
335
  #: geovisio/web/items.py:413
335
- #, python-format
336
+ #, fuzzy, python-format
336
337
  msgid "Picture with id %(p)s does not exists"
337
338
  msgstr "Zdjęcie z id %(p)s nie istnieje"
338
339