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: docs/source/howto/udf.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ In this tutorial, we will implement the medoid, a compositing technique heavily
81
81
82
82
.. figure:: img/tutorial-udf-medoid-flood.png
83
83
84
-
*Illustrative example of medoid selection in 2-dimensional space* |copy| `*Neil Flood / Remote Sensing*<https://www.mdpi.com/2072-4292/5/12/6481>`_
84
+
*Illustrative example of medoid selection in 2-dimensional space* |copy| `Neil Flood / Remote Sensing <https://www.mdpi.com/2072-4292/5/12/6481>`_
85
85
86
86
87
87
First, we generate a FORCE parameter file:
@@ -104,7 +104,7 @@ We are going to use one year of Landsat data:
104
104
105
105
Then, we tell FORCE where to find the UDF script, and that the UDF shall be a pixel function.
106
106
This means that we need to provide some *Python* code that works on the *time series of a single pixel*.
107
-
The last parameter tells FORCE that we activate UDF processing and output the designated product (``PYP - **Py**thon **P**lugin`` that is).
107
+
The last parameter tells FORCE that we activate UDF processing and output the designated product (``PYP`` - **Py**thon **P**lugin that is).
108
108
109
109
.. code-block:: none
110
110
@@ -226,7 +226,7 @@ How about the popular `harmonic model <https://www.sciencedirect.com/science/art
226
226
227
227
.. figure:: img/tutorial-udf-harmonic-zhu.png
228
228
229
-
*Harmonic models fitted to a Landsat time series |copy| `Zhe Zhu / Remote Sensing of Environment <https://www.sciencedirect.com/science/article/abs/pii/S0034425715000590?via%3Dihub>`_*
229
+
*Harmonic models fitted to a Landsat time series* |copy| `Zhe Zhu / Remote Sensing of Environment <https://www.sciencedirect.com/science/article/abs/pii/S0034425715000590?via%3Dihub>`_
230
230
231
231
232
232
Let’s generate a FORCE parameter file:
@@ -411,7 +411,7 @@ There are three DHIs:
411
411
412
412
.. figure:: img/tutorial-udf-dhi-hobi.png
413
413
414
-
*Calculation of the DHIs |copy| `Martina Hobi / Remote Sensing of Environment <https://www.sciencedirect.com/science/article/abs/pii/S0034425717301682>`_*
414
+
*Calculation of the DHIs* |copy| `Martina Hobi / Remote Sensing of Environment <https://www.sciencedirect.com/science/article/abs/pii/S0034425717301682>`_
0 commit comments