Skip to content

Commit 9956080

Browse files
table format fix
1 parent d821aad commit 9956080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This list is not exhaustive and can be extended with the processing level specif
7575
Potential 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)` |

0 commit comments

Comments
 (0)