Skip to content

Commit d207b5a

Browse files
committed
worked on tutorial
1 parent 6120357 commit d207b5a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/source/howto/udf.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ You have a BFAST, LandTrendr, or CCDC implementation in *Python*? Plug-it in!
6565
You don’t even need to re-compile FORCE, just name the path to the UDF and run.
6666
The FORCE Docker images even pack some UDFs that are instantly ready to go (we will come back to this later).
6767

68-
FORCE currently provides two entry points for UDFs, both in the Higher Level Processing module:
68+
FORCE currently provides two entry points for UDFs, both in the Higher Level Processing module.
69+
70+
71+
------------
6972

7073

7174
Entry Point 1: The generic entry point for ARD
@@ -211,6 +214,9 @@ and conveniently roll out the UDF using FORCE:
211214
*Medoid composite for Rhineland Palatinate, Germany (R: NIR, G: SWIR1, B: Red)*
212215

213216

217+
------------
218+
219+
214220
Entry Point 2: Time series analysis entry point
215221
-----------------------------------------------
216222

@@ -385,6 +391,9 @@ The interpolated time series look like this:
385391
``Raster Data Plotting`` and ``Raster Time Series Manager`` ``QGIS`` plug-ins can visualize these data.
386392

387393

394+
------------
395+
396+
388397
Example 3: Predictive features
389398
******************************
390399

@@ -556,6 +565,9 @@ The gradient from blue to purple indicates that biomass is present for a longer
556565
This may be related to different crop types (that take longer to grow) or where double cropping is present.
557566

558567

568+
------------
569+
570+
559571
FORCE UDF repository
560572
--------------------
561573

0 commit comments

Comments
 (0)