File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ This list is not exhaustive and can be extended with the processing level specif
7575Potential expression formats with examples:
7676
7777| Format | Type | Description | Example |
78- | ----------- | ------ | ----------- |
78+ | ----------- | ------ | ----------- | ------- |
7979| ` gdal-calc ` | string | A [ ` gdal_calc.py ` ] ( https://gdal.org/programs/gdal_calc.html ) expression based on numpy syntax. | ` A*logical_or(A<=177,A>=185) ` |
8080| ` openeo ` | object | [ openEO process] ( https://openeo.org/documentation/1.0/developers/api/reference.html#section/Processes ) | [ Example] ( https://raw.githubusercontent.com/Open-EO/openeo-processes/1.0.0/normalized_difference.json ) |
8181| ` rio-calc ` | string | A [ rio-calc] ( https://rasterio.readthedocs.io/en/latest/topics/calc.html ) (RasterIO) expression | ` (b4-b1)/(b4+b1) ` |
You can’t perform that action at this time.
0 commit comments