Skip to content

Commit

Permalink
Merge branch 'EnMAP-Box:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-torres authored Dec 10, 2024
2 parents 8d767ad + a53bdce commit 1e13820
Show file tree
Hide file tree
Showing 215 changed files with 9,547 additions and 2,559 deletions.
42 changes: 42 additions & 0 deletions .env/conda/enmapbox_full_3.34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_full_3.34 --file enmapbox_full_3.34.yml
# run to update : conda env update -n enmapbox_full_3.34 --file enmapbox_full_3.34.yml --prune
# run to delete : conda env remove -n enmapbox_full_3.34
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

channels:
- conda-forge
dependencies:
- qgis=3.34.6
- astropy
- catboost
- cdsapi
- cython
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- hy5py
- lightgbm
- matplotlib
- netcdf4
- numba>=0.56.4
- pip
- pygrib
- pyhdf
- pyopengl
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- sympy
- typeguard=2
- xarray
- xgboost
- pip:
- enpt-enmapboxapp
- flake8-qgis
name: enmapbox_full_3.34
variables:
QT_MAC_WANTS_LAYER: 1
42 changes: 42 additions & 0 deletions .env/conda/enmapbox_full_3.38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_full_3.38 --file enmapbox_full_3.38.yml
# run to update : conda env update -n enmapbox_full_3.38 --file enmapbox_full_3.38.yml --prune
# run to delete : conda env remove -n enmapbox_full_3.38
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

channels:
- conda-forge
dependencies:
- qgis=3.38.2
- astropy
- catboost
- cdsapi
- cython
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- h5py
- lightgbm
- matplotlib
- netcdf4
- numba>=0.56.4
- pip
- pygrib
- pyhdf
- pyopengl
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- sympy
- typeguard=2
- xarray
- xgboost
- pip:
- enpt-enmapboxapp
- flake8-qgis
name: enmapbox_full_3.38
variables:
QT_MAC_WANTS_LAYER: 1
89 changes: 38 additions & 51 deletions .env/conda/enmapbox_full_latest.yml
Original file line number Diff line number Diff line change
@@ -1,55 +1,42 @@
# create: conda env create -f enmapbox_full_latest.yml
# update: conda env update -f enmapbox_full_latest.yml --prune
# delete: conda remove -n enmapbox_full_latest --all
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_full_latest --file enmapbox_full_latest.yml
# run to update : conda env update -n enmapbox_full_latest --file enmapbox_full_latest.yml --prune
# run to delete : conda env remove -n enmapbox_full_latest
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
name: enmapbox_full_latest

channels:
- conda-forge
- conda-forge
dependencies:
# - python=3.9
- qgis>=3.36
- pip
- scikit-learn>=1 # if necessary, this will install scipy and numpy too
- matplotlib # avoids that conda uses the wrong pip
- enpt
- scipy<1.12 # workaround https://github.com/conda-forge/qgis-feedstock/issues/405
- xgboost
- lightgbm

# Polymer AC additional conda requirements
- cdsapi
- cython
- gdal
- netcdf4
- pygrib
- pyhdf
- xarray

# EnMAP-Box
- astropy
- catboost
- matplotlib
- astropy
- numba>=0.56.4
- sympy
- pyopengl
- netcdf4
- h5py

# Development
- gitpython
- git-lfs
- typeguard=2
- pytest
- pytest-cov
- pytest-xdist
- flake8
- docutils

- pip:
- enpt-enmapboxapp
- flake8-qgis
- pytest-env

- qgis>=3.40.1
- astropy
- catboost
- cdsapi
- cython
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- h5py
- lightgbm
- matplotlib
- netcdf4
- numba>=0.56.4
- pip
- pygrib
- pyhdf
- pyopengl
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- sympy
- typeguard=2
- xarray
- xgboost
- pip:
- enpt-enmapboxapp
- flake8-qgis
name: enmapbox_full_latest
variables:
QT_MAC_WANTS_LAYER: 1
QT_MAC_WANTS_LAYER: 1
88 changes: 38 additions & 50 deletions .env/conda/enmapbox_full_longterm.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,42 @@
# create: conda env create -f enmapbox_full_latest.yml
# update: conda env update -f enmapbox_full_latest.yml --prune
# delete: conda remove -n enmapbox_full_latest --all
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_full_longterm --file enmapbox_full_longterm.yml
# run to update : conda env update -n enmapbox_full_longterm --file enmapbox_full_longterm.yml --prune
# run to delete : conda env remove -n enmapbox_full_longterm
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
name: enmapbox_full_longterm

channels:
- conda-forge
- conda-forge
dependencies:
- python=3.9
- qgis=3.34
- pip
- scipy<1.12 # workaround https://github.com/conda-forge/qgis-feedstock/issues/405
- scikit-learn>=1 # if necessary, this will install scipy and numpy too
- matplotlib # avoids that conda uses the wrong pip
- enpt
- xgboost
- lightgbm

# Polymer AC additional conda requirements
- cdsapi
- cython
- gdal
- netcdf4
- pygrib
- pyhdf
- xarray

# EnMAP-Box
- astropy
- catboost
- matplotlib
- astropy
- numba>=0.56.4
- sympy
- pyopengl
- netcdf4
- h5py
# Development
- gitpython
- git-lfs
- typeguard=2
- pytest
- pytest-cov
- pytest-xdist
- flake8
- docutils

- pip:
- enpt-enmapboxapp
- flake8-qgis
- pytest-env

- qgis>=3.34.6
- astropy
- catboost
- cdsapi
- cython
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- h5py
- lightgbm
- matplotlib
- netcdf4
- numba>=0.56.4
- pip
- pygrib
- pyhdf
- pyopengl
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- sympy
- typeguard=2
- xarray
- xgboost
- pip:
- enpt-enmapboxapp
- flake8-qgis
name: enmapbox_full_longterm
variables:
QT_MAC_WANTS_LAYER: 1
QT_MAC_WANTS_LAYER: 1
27 changes: 27 additions & 0 deletions .env/conda/enmapbox_light_3.34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_light_3.34 --file enmapbox_light_3.34.yml
# run to update : conda env update -n enmapbox_light_3.34 --file enmapbox_light_3.34.yml --prune
# run to delete : conda env remove -n enmapbox_light_3.34
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

channels:
- conda-forge
dependencies:
- qgis=3.34.6
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- matplotlib
- pip
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- typeguard=2
- pip:
- flake8-qgis
name: enmapbox_light_3.34
variables:
QT_MAC_WANTS_LAYER: 1
27 changes: 27 additions & 0 deletions .env/conda/enmapbox_light_3.38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_light_3.38 --file enmapbox_light_3.38.yml
# run to update : conda env update -n enmapbox_light_3.38 --file enmapbox_light_3.38.yml --prune
# run to delete : conda env remove -n enmapbox_light_3.38
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

channels:
- conda-forge
dependencies:
- qgis=3.38.2
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- matplotlib
- pip
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- typeguard=2
- pip:
- flake8-qgis
name: enmapbox_light_3.38
variables:
QT_MAC_WANTS_LAYER: 1
51 changes: 23 additions & 28 deletions .env/conda/enmapbox_light_latest.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
# create: conda env create -f enmapbox_light_latest.yml
# update: conda env update -f enmapbox_light_latest.yml --prune
# delete: conda remove -n enmapbox_light_latest --all
# EnMAP-Box conda environment
# run to install: conda env create -n enmapbox_light_latest --file enmapbox_light_latest.yml
# run to update : conda env update -n enmapbox_light_latest --file enmapbox_light_latest.yml --prune
# run to delete : conda env remove -n enmapbox_light_latest
# see also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
name: enmapbox_light_latest

channels:
- conda-forge
- conda-forge
dependencies:
# - python=3.9
- qgis>=3.36
- pip
- scikit-learn>=1 # if necessary, this will install scipy and numpy too
- matplotlib
- scipy<1.12 # workaround https://github.com/conda-forge/qgis-feedstock/issues/405

# Development
- gitpython
- git-lfs
- typeguard=2
- pytest
- pytest-cov
- pytest-xdist
- flake8
- docutils


- pip:
- flake8-qgis
- pytest-env

- qgis>=3.40.1
- docutils
- enpt
- flake8
- git-lfs
- gitpython
- matplotlib
- pip
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn>=1
- typeguard=2
- pip:
- flake8-qgis
name: enmapbox_light_latest
variables:
QT_MAC_WANTS_LAYER: 1
QT_MAC_WANTS_LAYER: 1
Loading

0 comments on commit 1e13820

Please sign in to comment.