geovisio 2.7.0__py3-none-any.whl → 2.8.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.
- geovisio/__init__.py +11 -3
- geovisio/admin_cli/__init__.py +3 -1
- geovisio/admin_cli/cleanup.py +2 -2
- geovisio/admin_cli/user.py +75 -0
- geovisio/config_app.py +87 -4
- geovisio/templates/main.html +2 -2
- geovisio/templates/viewer.html +3 -3
- geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/da/LC_MESSAGES/messages.po +850 -0
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +235 -2
- geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +244 -153
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +790 -0
- geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +40 -3
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
- geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.po +875 -0
- geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ja/LC_MESSAGES/messages.po +719 -0
- geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/messages.pot +225 -148
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +24 -16
- geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pl/LC_MESSAGES/messages.po +727 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +719 -0
- geovisio/utils/auth.py +80 -8
- geovisio/utils/link.py +3 -2
- geovisio/utils/model_query.py +55 -0
- geovisio/utils/pictures.py +29 -62
- geovisio/utils/semantics.py +120 -0
- geovisio/utils/sequences.py +30 -23
- geovisio/utils/tokens.py +5 -3
- geovisio/utils/upload_set.py +87 -64
- geovisio/utils/website.py +50 -0
- geovisio/web/annotations.py +17 -0
- geovisio/web/auth.py +9 -5
- geovisio/web/collections.py +235 -63
- geovisio/web/configuration.py +17 -1
- geovisio/web/docs.py +99 -54
- geovisio/web/items.py +233 -100
- geovisio/web/map.py +129 -31
- geovisio/web/pages.py +240 -0
- geovisio/web/params.py +17 -0
- geovisio/web/prepare.py +165 -0
- geovisio/web/stac.py +17 -4
- geovisio/web/tokens.py +14 -4
- geovisio/web/upload_set.py +19 -10
- geovisio/web/users.py +176 -44
- geovisio/workers/runner_pictures.py +75 -50
- {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/METADATA +6 -5
- geovisio-2.8.0.dist-info/RECORD +89 -0
- {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/WHEEL +1 -1
- geovisio-2.7.0.dist-info/RECORD +0 -66
- {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/LICENSE +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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-06-25 17:01+0200\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2025-01-10 14:14+0000\n"
|
|
12
|
+
"Last-Translator: PanierAvide <adrien@pavie.info>\n"
|
|
13
13
|
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"fr/>\n"
|
|
15
15
|
"Language: fr\n"
|
|
@@ -653,7 +653,7 @@ msgstr "Création d'un UploadSet impossible"
|
|
|
653
653
|
|
|
654
654
|
#: geovisio/web/upload_set.py:466
|
|
655
655
|
msgid "The same picture has already been sent in a past upload"
|
|
656
|
-
msgstr "Cette même photo a déjà été
|
|
656
|
+
msgstr "Cette même photo a déjà été envoyée par le passé"
|
|
657
657
|
|
|
658
658
|
#: geovisio/web/upload_set.py:554
|
|
659
659
|
msgid "UploadSet doesn't exists"
|
|
@@ -812,3 +812,40 @@ msgstr ""
|
|
|
812
812
|
#: geovisio/web/upload_set.py:763
|
|
813
813
|
msgid "You're not authorized to delete this upload set"
|
|
814
814
|
msgstr "Vous n'avez pas l'autorisation de supprimer cet UploadSet"
|
|
815
|
+
|
|
816
|
+
#: geovisio/utils/upload_set.py:587
|
|
817
|
+
msgid ""
|
|
818
|
+
"A different picture with the same name has already been added to this "
|
|
819
|
+
"uploadset"
|
|
820
|
+
msgstr ""
|
|
821
|
+
"Une photo différente ayant le même nom a déjà été ajoutée à cet uploadset"
|
|
822
|
+
|
|
823
|
+
#: geovisio/web/items.py:1181
|
|
824
|
+
#, python-format
|
|
825
|
+
msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
|
|
826
|
+
msgstr "Pour le paramètre `longitude`, `%(v)s` n'est pas une longitude correcte"
|
|
827
|
+
|
|
828
|
+
#: geovisio/web/items.py:1186
|
|
829
|
+
#, python-format
|
|
830
|
+
msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
|
|
831
|
+
msgstr "Pour le paramètre `latitude`, `%(v)s`n'est pas une correct latitude"
|
|
832
|
+
|
|
833
|
+
#: geovisio/web/items.py:1173
|
|
834
|
+
msgid ""
|
|
835
|
+
"Parameter `capture_time` is not a valid datetime, it should be an iso "
|
|
836
|
+
"formated datetime (like '2017-07-21T17:32:28Z')."
|
|
837
|
+
msgstr ""
|
|
838
|
+
"Le paramètre`capture_time` n'est pas un correct datetime, il est préférable "
|
|
839
|
+
"d'utiliser un format iso datetime (like '2017-07-21T17:32:28Z')."
|
|
840
|
+
|
|
841
|
+
#: geovisio/web/items.py:1191
|
|
842
|
+
msgid "Longitude cannot be overridden alone, latitude also needs to be set"
|
|
843
|
+
msgstr ""
|
|
844
|
+
"La longitude ne peut pas être renseignée seule, la latitude doit être "
|
|
845
|
+
"également renseignée"
|
|
846
|
+
|
|
847
|
+
#: geovisio/web/items.py:1193
|
|
848
|
+
msgid "Latitude cannot be overridden alone, longitude also needs to be set"
|
|
849
|
+
msgstr ""
|
|
850
|
+
"La latitude ne peut pas être indiquée seule, la longitude doit être "
|
|
851
|
+
"également indiquée"
|
|
Binary file
|