Skip to content

Commit 3a3f848

Browse files
committed
readme
1 parent 1cf594c commit 3a3f848

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44

55
![FORCE Logo](/images/force-udf.png)
66

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).
88

99
**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.
1010

1111
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).
1212

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).
1414

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

Comments
 (0)