You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Framework for Operational Radiometric Correction for Environmental monitoring**
4
4
5
-
**Version 3.7.1-develop**
5
+
**Version 3.7.2-develop**
6
6
7
7

8
8
@@ -27,7 +27,7 @@ Non-native data sources can also be processed, e.g. Sentinel-1 SAR data or envir
27
27
28
28
**Learn how to use FORCE**. Have a look at the [Tutorials](https://force-eo.readthedocs.io/en/latest/howto/index.html). Check regularly for new content.
29
29
30
-
**Get help**, and help others in the FORCE self-help [Google group](https://groups.google.com/d/forum/force_eo)
30
+
**Get help**, and help others in the FORCE [discussion section](https://github.com/davidfrantz/force/discussions)
31
31
32
32
**Follow** the FORCE project at [ResearchGate](https://www.researchgate.net/project/FORCE-Framework-for-Operational-Radiometric-Correction-for-Environmental-monitoring)
Copy file name to clipboardExpand all lines: docs/source/howto/stm.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
.. _tut-stm:
2
2
3
-
.. |copy| unicode:: U+000A9.. COPYRIGHT SIGN
4
-
5
-
6
3
Spectral Temporal Metrics
7
4
=========================
8
5
6
+
.. |copy| unicode:: U+000A9.. COPYRIGHT SIGN
7
+
9
8
**How to aggregate time series**
10
9
11
10
This tutorial explains what Spectral Temporal Metrics are, and how to generate them using the Time Series Analysis (TSA) submodule of the FORCE Higher Level Processing system (HLPS).
Copy file name to clipboardExpand all lines: docs/source/howto/tsi.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
.. _tut-tsi:
2
2
3
-
.. |copy| unicode:: U+000A9.. COPYRIGHT SIGN
4
-
5
3
Time Series Interpolation
6
4
=========================
7
5
6
+
.. |copy| unicode:: U+000A9.. COPYRIGHT SIGN
7
+
8
8
**How to interpolate and animate time series**
9
9
10
10
This tutorial introduces the Time Series Analysis (TSA) submodule of the FORCE Higher Level Processing system (HLPS), shows how to interpolate time series, and how to visualize and animate them via QGIS plugins.
@@ -14,8 +14,8 @@ This tutorial introduces the Time Series Analysis (TSA) submodule of the FORCE H
14
14
*This tutorial uses FORCE v. 3.5*
15
15
16
16
17
-
----------
18
-
Why interpolation?**
17
+
Why interpolation?
18
+
------------------
19
19
20
20
Despite regular observations, EO time series are generally not equidistant.
21
21
Nominal equidistance is only given for areas that are not covered by orbital overlaps (16 days revisit at nadir for a single Landsat).
@@ -34,13 +34,13 @@ Equidistance is established, which might be needed for following processing step
34
34
35
35
Time Series interpolation is a basic option within the :ref:`tsa` submodule of the FORCE :ref:`hlps` Processing system (HLPS), and may be performed before using more advanced time series analysis methods:
0 commit comments