Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sicor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EnMAP
sicor
Commits
bc19c80c
Commit
bc19c80c
authored
4 years ago
by
Niklas Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Updated version info.
parent
eed2423e
No related branches found
No related tags found
4 merge requests
!68
Master
,
!66
Master
,
!65
Master
,
!64
Master
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+10
-0
10 additions, 0 deletions
HISTORY.rst
README.rst
+4
-3
4 additions, 3 deletions
README.rst
docs/installation.rst
+4
-3
4 additions, 3 deletions
docs/installation.rst
sicor/version.py
+1
-1
1 addition, 1 deletion
sicor/version.py
with
19 additions
and
7 deletions
HISTORY.rst
+
10
−
0
View file @
bc19c80c
...
...
@@ -8,6 +8,16 @@ History
New features:
*
Bugfixes:
*
0.14.5 (2020-09-23)
-------------------
New features:
* Additional tables for multispectral mode are now downloaded during pip install.
Bugfixes:
* Moved imports of scikit-image from module level to function level to avoid
'ImportError: dlopen: cannot load any more object with static TLS'.
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
3
View file @
bc19c80c
...
...
@@ -31,7 +31,7 @@ Using conda_, the recommended approach is:
conda config --add channels conda-forge
conda install --yes -q gdal numpy scikit-image matplotlib pyproj rasterio shapely geopandas pyresample pytables h5py llvmlite pyfftw scikit-learn numba
Install SICOR via pip (recommended):
Install SICOR via pip (recommended)
. This may take a while since some needed tables are downloaded
:
.. code-block:: bash
...
...
@@ -60,8 +60,9 @@ After installation, some needed LFS files have to be downloaded:
git lfs pull
If you like to run SICOR in multispectral mode for Sentinel-2, several additional tables have to be downloaded.
In this case, you also need to install the ECMWF API client:
If you installed SICOR from Git and like to run it in multispectral mode for Sentinel-2, several additional tables have
to be downloaded (using pip, these tables are downloaded automatically). In this case, you also need to install the
ECMWF API client:
.. code-block:: bash
...
...
This diff is collapsed.
Click to expand it.
docs/installation.rst
+
4
−
3
View file @
bc19c80c
...
...
@@ -15,7 +15,7 @@ Using conda_, the recommended approach is:
conda config --add channels conda-forge
conda install --yes -q gdal numpy scikit-image matplotlib pyproj rasterio shapely geopandas pyresample pytables h5py llvmlite pyfftw scikit-learn numba
Install SICOR via pip (recommended):
Install SICOR via pip (recommended)
. This may take a while since some needed tables are downloaded
:
.. code-block:: bash
...
...
@@ -44,8 +44,9 @@ After installation, some needed LFS files have to be downloaded:
git lfs pull
If you like to run SICOR in multispectral mode for Sentinel-2, several additional tables have to be downloaded.
In this case, you also need to install the ECMWF API client:
If you installed SICOR from Git and like to run it in multispectral mode for Sentinel-2, several additional tables have
to be downloaded (using pip, these tables are downloaded automatically). In this case, you also need to install the
ECMWF API client:
.. code-block:: bash
...
...
This diff is collapsed.
Click to expand it.
sicor/version.py
+
1
−
1
View file @
bc19c80c
...
...
@@ -24,6 +24,6 @@
# If not, see <https://www.gnu.org/licenses/>.
__version__
=
'
0.14.
4.10
'
__version__
=
'
0.14.
5
'
__versionalias__
=
'
20200923.01
'
__author__
=
'
Niklas Bohn
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment