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
| processing:expression|[Expression Object](#expression-object)| An expression or processing chain that describes how the data has been processed. |
33
34
| processing:lineage| string | Lineage Information provided as free text information about the how observations were processed or models that were used to create the resource being described [NASA ISO](https://wiki.earthdata.nasa.gov/display/NASAISO/Lineage+Information). For example, `GRD Post Processing` for "GRD" product of Sentinel-1 satellites. [CommonMark 0.29](https://commonmark.org/) syntax MAY be used for rich text representation. |
34
35
| processing:level| string | The name commonly used to refer to the processing level to make it easier to search for product level across collections or items. The short name must be used (only `L`, not `Level`). See the [list of suggested processing levels](#suggested-processing-levels). |
35
36
| processing:facility| string | The name of the facility that produced the data. For example, `Copernicus S1 Core Ground Segment - DPA` for product of Sentinel-1 satellites. |
@@ -64,6 +65,21 @@ This list is not exhaustive and can be extended with the processing level specif
64
65
| L3 | Data or retrieved environmental variables which have been spatiallyand/or temporally re-sampled (i.e., derived from level 1 or 2 products). Such re-sampling may include averaging and compositing. A wide variety of sub-level products are possible (see below). |[ENVISAT Level-3](http://envisat.esa.int/level3/), [Sentinel-2 L3](https://s2gm.sentinel-hub.com/)|
65
66
| L4 | Model output or results from analyses of lower level data (i.e.,variables that are not directly measured by the instruments, but are derived from these measurements) ||
66
67
68
+
### Expression Object
69
+
70
+
| Field Name | Type | Description |
71
+
| ---------- | ------ | ----------- |
72
+
| format | string |**REQUIRED** The type of the expression that is specified in the `expression` property. |
73
+
| expression |\*|**REQUIRED** An expression compliant with the `format` specified. The expression can be any data type and depends on the `format` given, e.g. string or object. |
74
+
75
+
Potential expression formats with examples:
76
+
77
+
| Format | Type | Description | Example |
78
+
| ----------- | ------ | ----------- |
79
+
|`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)`|
0 commit comments