diff --git a/.gitignore b/.gitignore
index b1bd05e..dbbefbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Launcher
+update.sh
+
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index b4c2f31..ea527a5 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -7,9 +7,9 @@ version: 2
# Set the version of Python and other tools you might need
build:
- os: ubuntu-20.04
+ os: ubuntu-22.04
tools:
- python: "3.8"
+ python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
diff --git a/.zenodo.json b/.zenodo.json
index 7acf567..a573784 100644
--- a/.zenodo.json
+++ b/.zenodo.json
@@ -3,17 +3,22 @@
{
"orcid": "0000-0002-0826-4487",
"affiliation": "UMR Marbec, IRD",
- "name": "Gaetan Morand"
+ "name": "Morand, Gaetan"
},
{
"affiliation": "UMR Marbec, IRD",
- "name": "Sylvain Poulain"
+ "name": "Poulain, Sylvain"
+ },
+ {
+ "orcid": "0000-0002-3519-6141",
+ "affiliation": "UMR Marbec, IRD",
+ "name": "Barde, Julien"
}
],
"license": "GPL-3.0",
- "title": "GeoEnrich v0.5.8: a new tool for scientists to painlessly enrich species occurrence data with environmental variables",
+ "title": "GeoEnrich v0.6.2: a new tool for scientists to painlessly enrich species occurrence data with environmental variables",
"related_identifiers": [
{
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e090ec..3d1563e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## v0.6.2
+
+#### New functions:
+ - Accept semicolon delimited CSV files for personal variable catalogs
+ - Use closest lower depth instead of closest depth to stay in the water column
+
+
+## v0.6.1
+
+#### Bug fixes:
+ - Fixed metadata generation when downlaoding Copernicus data
+
+## v0.6
+
+#### New functions:
+ - Added support for the new Copernicus data store (using copernicusmarine API)
+ - Added Support for 'nearest' mode for data recovery at depth.
+
+
## v0.5.8
#### New functions:
diff --git a/README.md b/README.md
index a9b1097..3b60254 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# **geoenrich 0.5.8**
+# **geoenrich 0.6.2**
[![Read the Docs](https://img.shields.io/readthedocs/geoenrich)](https://geoenrich.readthedocs.io/en/latest/)
[![License](https://img.shields.io/github/license/morand-g/geoenrich?color=green)](https://github.com/morand-g/geoenrich/blob/main/LICENSE)
@@ -29,9 +29,10 @@ Documentation on [Read the Docs](https://geoenrich.readthedocs.io).
![Illustration of an occurrence dataset enriched with bathymetry data](https://github.com/morand-g/geoenrich/blob/main/geoenrich/data/readme_illus_1.png?raw=true "Illustration of an occurrence dataset enriched with bathymetry data")
+# Acknowledgment
This project is being developed as part of the G2OI project, cofinanced by the European union, the Reunion region, and the French Republic.
-
+
## Installation
diff --git a/docker/Dockerfile b/docker/Dockerfile
index a53dd9b..12114ac 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,11 +1,11 @@
-FROM tiangolo/uwsgi-nginx-flask:python3.8
+FROM tiangolo/uwsgi-nginx-flask:python3.10
RUN apt-get update
-RUN apt-get install ffmpeg libsm6 libxext6 python3-mpi4py -y
+RUN apt-get install ffmpeg libsm6 libxext6 -y
-RUN python3 -m pip install geoenrich mpi4py
+RUN python3 -m pip install geoenrich
RUN rm /app/*
RUN curl https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/initialize.py -o /home/initialize.py
-RUN old_path="'./'" && new_path="'/app/data/'" && sed -i "s%$old_path%$new_path%g" /usr/local/lib/python3.8/site-packages/geoenrich/credentials_example.py
+RUN old_path="'./'" && new_path="'/app/data/'" && sed -i "s%$old_path%$new_path%g" /usr/local/lib/python3.10/site-packages/geoenrich/credentials_example.py
diff --git a/docker/app/main.py b/docker/app/main.py
index 47ab9a1..92fd16d 100644
--- a/docker/app/main.py
+++ b/docker/app/main.py
@@ -16,7 +16,7 @@
app = Flask(__name__)
# enable debugging mode
-app.config["DEBUG"] = True
+app.config["DEBUG"] = False
# App variables
app.config['UPLOAD_FOLDER'] = 'static/uploads/'
diff --git a/docker/app/templates/home.html b/docker/app/templates/home.html
index 0b83464..10198ac 100644
--- a/docker/app/templates/home.html
+++ b/docker/app/templates/home.html
@@ -79,16 +79,14 @@
GeoEnrich online