Skip to content

Commit 480d03e

Browse files
committed
updated version history
1 parent 5a61134 commit 480d03e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

docs/source/history/v3.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
.. _v3:
22

3+
FORCE v. 3.7.6
4+
--------------
5+
6+
Release: 14.02.2022
7+
8+
* **General**
9+
10+
* Landsat 9 support has been implemented for Level 2 and Higher Level Processing.
11+
12+
- Level 2: processing a Landsat 9 image is the same as processing Landsat 8
13+
- Higher Level: a new sensor tag has been added: ``LND09``
14+
15+
* **FORCE HLPS**
16+
17+
* in ``force-higher-level``, UDF sub-module:
18+
Fixed a bug that occured when using long time series.
19+
An integer overflow occured in the indexing variable when copying data from the
20+
C arrays to Python objects.
21+
22+
* in ``force-higher-level``, feature-based sub-modules:
23+
Fixed a bug that occured when using many features of the same multiband image.
24+
Before, there was a 1024 character limitation for reading lines from the parameter file.
25+
This was now increased to 65536 characters.
26+
Thanks to Jan Hemmerling for reporting this issue.
27+
28+
* in ``force-higher-level``, TSA sub-module:
29+
Daniel Scheffler fixed a bug in MSRre-like indices to prevent truncation.
30+
31+
* **FORCE L2PS**
32+
33+
* added some new plots to ``force-level2-report`` and fixed the issue of "empty" sensors.
34+
35+
36+
* **FORCE L1AS**
37+
38+
* Stefan Ernst fixed an issue in ``force-level1-csd`` that coordinates were reversed when using vector geometries as AOI.
39+
Instead of WFS-querying a remote server, a local copy of the MGRS/WRS-2 grids will be downloaded now.
40+
41+
* **FORCE AUX**
42+
43+
* ``force-procmask`` was changed to Unix-Stype usage.
44+
45+
346
FORCE v. 3.7.5
447
--------------
548

0 commit comments

Comments
 (0)