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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,12 @@
4
4
5
5

6
6
7
-
This repository collects *user-defined functions* (**UDF**) that can be plugged into [FORCE](https://github.com/davidfrantz/force) (needs FORCE v. >= 3.7.0).
7
+
This repository collects *user-defined functions* (**UDF**) that can be plugged into [FORCE](https://github.com/davidfrantz/force).
8
8
9
9
**Everybody** is encouraged to push their UDFs to this repository, such that the community as a whole benefits and has access to a broad variety of workflows.
10
10
11
11
This extra step of publishing your workflow is a small step to overcome the ["*Valley of Death*"](https://twitter.com/gcamara/status/1127887595168514049) in Earth observation applications! Only a minimal documentation is needed, see [this example](https://github.com/davidfrantz/force-udf/blob/main/python/ard/medoid/readme.md).
12
12
13
-
Supported are **Python**UDFs.
13
+
Supported are UDFs written in **Python**(needs FORCE v. >= 3.7.0) and **R** (needs FORCE v. >= 3.11.0).
14
14
15
-
*Support for R UDFs is planned.*
16
-
17
-
*A tutorial is in preparation.*
15
+
Tutorials [here (Python)](https://force-eo.readthedocs.io/en/latest/howto/udf_py.html) and [here (R).](https://force-eo.readthedocs.io/en/latest/howto/udf_r.html).
0 commit comments