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
| proj:epsg / proj:wkt2 / proj:projjson| 1.5 / 1.6 |**REQUIRED**. One of the fields is required to be provided. If there's no suitable EPSG code, set `proj:epsg` to `null` and add either `proj:wkt2` or `proj:projjson`. |
197
+
| proj:code / proj:wkt2 / proj:projjson| 1.5 / 1.6 |**REQUIRED**. One of the fields is required to be provided. If there's no suitable CRS code, set `proj:code` to `null` and add either `proj:wkt2` or `proj:projjson`. |
207
198
208
199
### View
209
200
@@ -217,6 +208,7 @@ either `proj:epsg` or one of the alternatives. The map projection is not require
217
208
| view:moon_elevation| see below |**REQUIRED for NLSR.** The average moon elevation angle. [**TBD**](https://github.com/stac-extensions/view/pull/7)|
218
209
219
210
The requirements regarding solar, lunar and viewing geometry have different requirement numbers:
211
+
220
212
- AR: 2.12
221
213
- NLSR: 2.11 and 2.16
222
214
- SR: 2.11
@@ -257,6 +249,7 @@ For data assets, the following properties are relavant in the context of CEOS-AR
257
249
258
250
This section describes required and optional per-pixel metadata.
259
251
Per-pixel metadata can be encoded in different way, for example:
252
+
260
253
1. multiple files with a mask per file (only requires the corresponding roles to be set, see below)
261
254
2. a single file with a mask per band (requires `bands`, see [Bands] in [Common metadata])
262
255
3. a single-band file with masks as bit-fields (requires one of the fields in the [Classification] extension)
@@ -359,8 +352,7 @@ The following assets are **optional** for **AR**:
359
352
360
353
#### Bands
361
354
362
-
**Deprecation Notice:** In this document we only refer to the new `bands` construct that will be introcued with STAC 1.1.
363
-
For backward compatibility, it is recommended to also provide `eo:bands` and `raster:bands`.
355
+
**Note:** In this document we only refer to the new `bands` construct that was introcued in STAC 1.1.
364
356
Please check the [Raster] and [Electro Optical] extensions for details.
0 commit comments