Skip to content

Commit de62108

Browse files
committed
worked on tutorial
1 parent f4735a7 commit de62108

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/source/howto/udf.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ User-Defined Functions
99

1010
This tutorial introduces User-Defined Functions in the FORCE Higher Level Processing system (HLPS).
1111

12-
.. info::
13-
This tutorial uses FORCE v. 3.7.3.
12+
.. admonition:: Info
13+
14+
*This tutorial uses FORCE v. 3.7.3*.
15+
1416
We assume that you already have an existing Level 2 ARD data pool, which contains preprocessed data for multiple years (see Level 2 ARD tutorial).
1517
We also assume that you have a basic understanding of the higher-level processing system (see interpolation tutorial).
1618
*Python* skills are mandatory, too.
@@ -19,6 +21,9 @@ This tutorial introduces User-Defined Functions in the FORCE Higher Level Proces
1921
:target: https://github.com/davidfrantz/force-udf
2022

2123

24+
------------
25+
26+
2227
FORCE and UDFs
2328
--------------
2429

@@ -48,8 +53,7 @@ the output of metadata,
4853
parallelization,
4954
and whatnot...
5055

51-
Now, we developed one possible solution and aimed at combining the best of both worlds:
52-
56+
Now, we developed one possible solution and aimed at combining the best of both worlds.
5357
We use
5458

5559
1) FORCE as “backend” to handle all the boring but necessary stuff that a regular user wants no part of, and
@@ -77,7 +81,7 @@ In this tutorial, we will implement the medoid, a compositing technique heavily
7781

7882
.. figure:: img/tutorial-udf-medoid-flood.png
7983

80-
*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>`_
8185

8286

8387
First, we generate a FORCE parameter file:

0 commit comments

Comments
 (0)