Commit 6465d22d authored by Open Science Conservation Fund's avatar Open Science Conservation Fund
Browse files

new logic and modified data model for metadata extraction during collection...

new logic and modified data model for metadata extraction during collection upload and in CS; removed logic for defining resource name prefix
parent af23f49c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
    gettext \
    gdal-bin \
    ffmpeg \
    gosu
    gosu \
    exiftool

COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
    gettext \
    gdal-bin \
    ffmpeg \
    gosu
    gosu \
    exiftool

COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

+0 −2
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@
    "couldnt_add_to_research_project": "Nelze přidat do výzkumného projektu.",
    "add_to_classification_project": "Přidat do klasifikačního projektu",
    "choose_classification_project": "Vyberte klasifikační projekt",
    "define_prefix": "Definovat předponu",
    "prefix_defined": "Předpona definována: ",
    "append_location_id": "Připojit ID polohy",
    "define_your_prefix": "Definujte svou předponu",
    "show_on_map": "Zobrazit na mapě",
+0 −2
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@
    "couldnt_add_to_research_project": "Konnte nicht zum Forschungsprojekt hinzugefügt werden.",
    "add_to_classification_project": "Zum Klassifizierungsprojekt hinzufügen",
    "choose_classification_project": "Klassifizierungsprojekt auswählen",
    "define_prefix": "Präfix definieren",
    "prefix_defined": "Definiertes Präfix: ",
    "append_location_id": "Standort-ID anhängen",
    "define_your_prefix": "Definieren Sie Ihr Präfix",
    "show_on_map": "Auf Karte anzeigen",
+0 −2
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@
    "couldnt_add_to_research_project": "Could not add to research project.",
    "add_to_classification_project": "Add to classification project",
    "choose_classification_project": "Choose classification project",
    "define_prefix": "Define prefix",
    "prefix_defined": "Prefix defined: ",
    "append_location_id": "Append location ID",
    "define_your_prefix": "Define your prefix",
    "show_on_map": "Show on map",
Loading