-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'EnMAP-Box:main' into main
- Loading branch information
Showing
215 changed files
with
9,547 additions
and
2,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.