Skip to content

Commit fca2f83

Browse files
committed
Updated the readme
1 parent 5731581 commit fca2f83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openeo_udp/cropsar_px/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,16 @@ cropsarpx.execute_batch('results/cropsar_px_290125.nc', title=f'cropsar_px', job
7373

7474
```
7575

76+
## Parameters
77+
78+
The `CropSAR_px` process requires the following parameters:
79+
80+
- `startdate` (string): The start date of the time series.
81+
- `enddate` (string): The end date of the time series.
82+
- `spatial_extent` (dict): The spatial extent of the area of interest.
83+
- `output` (string): The output type of the process. The supported output types are `NDVI`, `FAPAR`, and `FCOVER`.
84+
85+
When compared with few others processes shared in this repository, the `CropSAR_px` process require temporal extent to be defined using `startdate` and `enddate` parameters. It is due to the nature of the CropSAR_px workflow, which performs the date-shift of 90 days preceeding the start date and postceeding the end date.
86+
7687

7788
Refer to this [blog post](https://blog.vito.be/remotesensing/cropsar2023) for more information on how to run batch jobs.

0 commit comments

Comments
 (0)