airsmodel 0.2.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of airsmodel might be problematic. Click here for more details.

@@ -0,0 +1,3858 @@
1
+ Metadata-Version: 2.1
2
+ Name: airsmodel
3
+ Version: 0.2.21
4
+ Summary: ARLAS Item Registration Service Model
5
+ Home-page: UNKNOWN
6
+ Author: Gisaïa
7
+ License: UNKNOWN
8
+ Platform: UNKNOWN
9
+ Requires-Python: >=3.11
10
+ Description-Content-Type: text/markdown
11
+
12
+ # AIRS Model
13
+
14
+ This package contains the data model for sending requests to ARLAS Item Registration Services.
15
+ # Item Schema
16
+
17
+ ```txt
18
+ airs_model
19
+ ```
20
+
21
+
22
+
23
+ | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
24
+ | :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------- |
25
+ | Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [model.schema.json](../../out/model.schema.json "open original schema") |
26
+
27
+ ## Item Type
28
+
29
+ `object` ([Item](model.md))
30
+
31
+ # Item Properties
32
+
33
+ | Property | Type | Required | Nullable | Defined by |
34
+ | :------------------------ | :----- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35
+ | [collection](#collection) | Merged | Optional | cannot be null | [Item](model-properties-name-of-the-collection-the-item-belongs-to.md "airs_model#/properties/collection") |
36
+ | [catalog](#catalog) | Merged | Optional | cannot be null | [Item](model-properties-name-of-the-catalog-the-item-belongs-to.md "airs_model#/properties/catalog") |
37
+ | [id](#id) | Merged | Optional | cannot be null | [Item](model-properties-provider-identifier-must-be-unique-within-the-stac.md "airs_model#/properties/id") |
38
+ | [geometry](#geometry) | Merged | Optional | cannot be null | [Item](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_.md "airs_model#/properties/geometry") |
39
+ | [bbox](#bbox) | Merged | Optional | cannot be null | [Item](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry.md "airs_model#/properties/bbox") |
40
+ | [centroid](#centroid) | Merged | Optional | cannot be null | [Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md "airs_model#/properties/centroid") |
41
+ | [assets](#assets) | Merged | Optional | cannot be null | [Item](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item.md "airs_model#/properties/assets") |
42
+ | [properties](#properties) | Merged | Optional | cannot be null | [Item](model-properties-item-properties.md "airs_model#/properties/properties") |
43
+ | Additional Properties | Any | Optional | can be null | |
44
+
45
+ ## collection
46
+
47
+
48
+
49
+ `collection`
50
+
51
+ * is optional
52
+
53
+ * Type: merged type ([Name of the collection the item belongs to.](model-properties-name-of-the-collection-the-item-belongs-to.md))
54
+
55
+ * cannot be null
56
+
57
+ * defined in: [Item](model-properties-name-of-the-collection-the-item-belongs-to.md "airs_model#/properties/collection")
58
+
59
+ ### collection Type
60
+
61
+ merged type ([Name of the collection the item belongs to.](model-properties-name-of-the-collection-the-item-belongs-to.md))
62
+
63
+ any of
64
+
65
+ * [Untitled string in Item](model-properties-name-of-the-collection-the-item-belongs-to-anyof-0.md "check type definition")
66
+
67
+ * [Untitled null in Item](model-properties-name-of-the-collection-the-item-belongs-to-anyof-1.md "check type definition")
68
+
69
+ ## catalog
70
+
71
+
72
+
73
+ `catalog`
74
+
75
+ * is optional
76
+
77
+ * Type: merged type ([Name of the catalog the item belongs to.](model-properties-name-of-the-catalog-the-item-belongs-to.md))
78
+
79
+ * cannot be null
80
+
81
+ * defined in: [Item](model-properties-name-of-the-catalog-the-item-belongs-to.md "airs_model#/properties/catalog")
82
+
83
+ ### catalog Type
84
+
85
+ merged type ([Name of the catalog the item belongs to.](model-properties-name-of-the-catalog-the-item-belongs-to.md))
86
+
87
+ any of
88
+
89
+ * [Untitled string in Item](model-properties-name-of-the-catalog-the-item-belongs-to-anyof-0.md "check type definition")
90
+
91
+ * [Untitled null in Item](model-properties-name-of-the-catalog-the-item-belongs-to-anyof-1.md "check type definition")
92
+
93
+ ## id
94
+
95
+
96
+
97
+ `id`
98
+
99
+ * is optional
100
+
101
+ * Type: merged type ([Provider identifier. Must be unique within the STAC.](model-properties-provider-identifier-must-be-unique-within-the-stac.md))
102
+
103
+ * cannot be null
104
+
105
+ * defined in: [Item](model-properties-provider-identifier-must-be-unique-within-the-stac.md "airs_model#/properties/id")
106
+
107
+ ### id Type
108
+
109
+ merged type ([Provider identifier. Must be unique within the STAC.](model-properties-provider-identifier-must-be-unique-within-the-stac.md))
110
+
111
+ any of
112
+
113
+ * [Untitled string in Item](model-properties-provider-identifier-must-be-unique-within-the-stac-anyof-0.md "check type definition")
114
+
115
+ * [Untitled null in Item](model-properties-provider-identifier-must-be-unique-within-the-stac-anyof-1.md "check type definition")
116
+
117
+ ## geometry
118
+
119
+
120
+
121
+ `geometry`
122
+
123
+ * is optional
124
+
125
+ * Type: merged type ([Defines the full footprint of the asset represented by this item, formatted according to \`RFC 7946, section 3.1 (GeoJSON) \<https://tools.ietf.org/html/rfc7946>\`\_](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_.md))
126
+
127
+ * cannot be null
128
+
129
+ * defined in: [Item](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_.md "airs_model#/properties/geometry")
130
+
131
+ ### geometry Type
132
+
133
+ merged type ([Defines the full footprint of the asset represented by this item, formatted according to \`RFC 7946, section 3.1 (GeoJSON) \<https://tools.ietf.org/html/rfc7946>\`\_](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_.md))
134
+
135
+ any of
136
+
137
+ * [Untitled object in Item](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_-anyof-0.md "check type definition")
138
+
139
+ * [Untitled null in Item](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_-anyof-1.md "check type definition")
140
+
141
+ ## bbox
142
+
143
+
144
+
145
+ `bbox`
146
+
147
+ * is optional
148
+
149
+ * Type: merged type ([Bounding Box of the asset represented by this item using either 2D or 3D geometries. The length of the array must be 2\*n where n is the number of dimensions. Could also be None in the case of a null geometry.](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry.md))
150
+
151
+ * cannot be null
152
+
153
+ * defined in: [Item](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry.md "airs_model#/properties/bbox")
154
+
155
+ ### bbox Type
156
+
157
+ merged type ([Bounding Box of the asset represented by this item using either 2D or 3D geometries. The length of the array must be 2\*n where n is the number of dimensions. Could also be None in the case of a null geometry.](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry.md))
158
+
159
+ any of
160
+
161
+ * [Untitled array in Item](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry-anyof-0.md "check type definition")
162
+
163
+ * [Untitled null in Item](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry-anyof-1.md "check type definition")
164
+
165
+ ## centroid
166
+
167
+
168
+
169
+ `centroid`
170
+
171
+ * is optional
172
+
173
+ * Type: merged type ([Coordinates (lon/lat) of the geometry's centroid.](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md))
174
+
175
+ * cannot be null
176
+
177
+ * defined in: [Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md "airs_model#/properties/centroid")
178
+
179
+ ### centroid Type
180
+
181
+ merged type ([Coordinates (lon/lat) of the geometry's centroid.](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md))
182
+
183
+ any of
184
+
185
+ * [Untitled array in Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid-anyof-0.md "check type definition")
186
+
187
+ * [Untitled null in Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid-anyof-1.md "check type definition")
188
+
189
+ ## assets
190
+
191
+
192
+
193
+ `assets`
194
+
195
+ * is optional
196
+
197
+ * Type: merged type ([A dictionary mapping string keys to Asset objects. All Asset values in the dictionary will have their owner attribute set to the created Item.](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item.md))
198
+
199
+ * cannot be null
200
+
201
+ * defined in: [Item](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item.md "airs_model#/properties/assets")
202
+
203
+ ### assets Type
204
+
205
+ merged type ([A dictionary mapping string keys to Asset objects. All Asset values in the dictionary will have their owner attribute set to the created Item.](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item.md))
206
+
207
+ any of
208
+
209
+ * [Untitled object in Item](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item-anyof-0.md "check type definition")
210
+
211
+ * [Untitled null in Item](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item-anyof-1.md "check type definition")
212
+
213
+ ## properties
214
+
215
+
216
+
217
+ `properties`
218
+
219
+ * is optional
220
+
221
+ * Type: merged type ([Item properties](model-properties-item-properties.md))
222
+
223
+ * cannot be null
224
+
225
+ * defined in: [Item](model-properties-item-properties.md "airs_model#/properties/properties")
226
+
227
+ ### properties Type
228
+
229
+ merged type ([Item properties](model-properties-item-properties.md))
230
+
231
+ any of
232
+
233
+ * [Properties](model-defs-properties.md "check type definition")
234
+
235
+ * [Untitled null in Item](model-properties-item-properties-anyof-1.md "check type definition")
236
+
237
+ ## Additional Properties
238
+
239
+ Additional properties are allowed and do not have to follow a specific schema
240
+
241
+ # Item Definitions
242
+
243
+ ## Definitions group Asset
244
+
245
+ Reference this group by using
246
+
247
+ ```json
248
+ {"$ref":"airs_model#/$defs/Asset"}
249
+ ```
250
+
251
+ | Property | Type | Required | Nullable | Defined by |
252
+ | :---------------------------------------------------------------- | :----- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
253
+ | [name](#name) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary.md "airs_model#/$defs/Asset/properties/name") |
254
+ | [href](#href) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-absolute-link-to-the-asset-object.md "airs_model#/$defs/Asset/properties/href") |
255
+ | [asset\_type](#asset_type) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-type-of-data-resourcetype.md "airs_model#/$defs/Asset/properties/asset_type") |
256
+ | [asset\_format](#asset_format) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-data-format-assetformat.md "airs_model#/$defs/Asset/properties/asset_format") |
257
+ | [storage\_\_requester\_pays](#storage__requester_pays) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Asset/properties/storage__requester_pays") |
258
+ | [storage\_\_tier](#storage__tier) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Asset/properties/storage__tier") |
259
+ | [storage\_\_platform](#storage__platform) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Asset/properties/storage__platform") |
260
+ | [storage\_\_region](#storage__region) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Asset/properties/storage__region") |
261
+ | [airs\_\_managed](#airs__managed) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not.md "airs_model#/$defs/Asset/properties/airs__managed") |
262
+ | [airs\_\_object\_store\_bucket](#airs__object_store_bucket) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-object-store-bucket-for-the-asset-object.md "airs_model#/$defs/Asset/properties/airs__object_store_bucket") |
263
+ | [airs\_\_object\_store\_key](#airs__object_store_key) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-object-store-key-of-the-asset-object.md "airs_model#/$defs/Asset/properties/airs__object_store_key") |
264
+ | [title](#title) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-optional-displayed-title-for-clients-and-users.md "airs_model#/$defs/Asset/properties/title") |
265
+ | [description](#description) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation.md "airs_model#/$defs/Asset/properties/description") |
266
+ | [type](#type) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types.md "airs_model#/$defs/Asset/properties/type") |
267
+ | [roles](#roles) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset.md "airs_model#/$defs/Asset/properties/roles") |
268
+ | [extra\_fields](#extra_fields) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json.md "airs_model#/$defs/Asset/properties/extra_fields") |
269
+ | [gsd](#gsd) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset.md "airs_model#/$defs/Asset/properties/gsd") |
270
+ | [eo\_\_bands](#eo__bands) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Asset/properties/eo__bands") |
271
+ | [sar\_\_instrument\_mode](#sar__instrument_mode) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Asset/properties/sar__instrument_mode") |
272
+ | [sar\_\_frequency\_band](#sar__frequency_band) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Asset/properties/sar__frequency_band") |
273
+ | [sar\_\_center\_frequency](#sar__center_frequency) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Asset/properties/sar__center_frequency") |
274
+ | [sar\_\_polarizations](#sar__polarizations) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-any-combination-of-polarizations.md "airs_model#/$defs/Asset/properties/sar__polarizations") |
275
+ | [sar\_\_product\_type](#sar__product_type) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Asset/properties/sar__product_type") |
276
+ | [sar\_\_resolution\_range](#sar__resolution_range) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Asset/properties/sar__resolution_range") |
277
+ | [sar\_\_resolution\_azimuth](#sar__resolution_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Asset/properties/sar__resolution_azimuth") |
278
+ | [sar\_\_pixel\_spacing\_range](#sar__pixel_spacing_range) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Asset/properties/sar__pixel_spacing_range") |
279
+ | [sar\_\_pixel\_spacing\_azimuth](#sar__pixel_spacing_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Asset/properties/sar__pixel_spacing_azimuth") |
280
+ | [sar\_\_looks\_range](#sar__looks_range) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Asset/properties/sar__looks_range") |
281
+ | [sar\_\_looks\_azimuth](#sar__looks_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Asset/properties/sar__looks_azimuth") |
282
+ | [sar\_\_looks\_equivalent\_number](#sar__looks_equivalent_number) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Asset/properties/sar__looks_equivalent_number") |
283
+ | [sar\_\_observation\_direction](#sar__observation_direction) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Asset/properties/sar__observation_direction") |
284
+ | [proj\_\_epsg](#proj__epsg) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Asset/properties/proj__epsg") |
285
+ | [proj\_\_wkt2](#proj__wkt2) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Asset/properties/proj__wkt2") |
286
+ | [proj\_\_geometry](#proj__geometry) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Asset/properties/proj__geometry") |
287
+ | [proj\_\_bbox](#proj__bbox) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Asset/properties/proj__bbox") |
288
+ | [proj\_\_centroid](#proj__centroid) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Asset/properties/proj__centroid") |
289
+ | [proj\_\_shape](#proj__shape) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Asset/properties/proj__shape") |
290
+ | [proj\_\_transform](#proj__transform) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Asset/properties/proj__transform") |
291
+ | Additional Properties | Any | Optional | can be null | |
292
+
293
+ ### name
294
+
295
+
296
+
297
+ `name`
298
+
299
+ * is optional
300
+
301
+ * Type: merged type ([Asset's name. But be the same as the key in the \`assets\` dictionary.](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary.md))
302
+
303
+ * cannot be null
304
+
305
+ * defined in: [Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary.md "airs_model#/$defs/Asset/properties/name")
306
+
307
+ #### name Type
308
+
309
+ merged type ([Asset's name. But be the same as the key in the \`assets\` dictionary.](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary.md))
310
+
311
+ any of
312
+
313
+ * [Untitled string in Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary-anyof-0.md "check type definition")
314
+
315
+ * [Untitled null in Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary-anyof-1.md "check type definition")
316
+
317
+ ### href
318
+
319
+
320
+
321
+ `href`
322
+
323
+ * is optional
324
+
325
+ * Type: merged type ([Absolute link to the asset object.](model-defs-asset-properties-absolute-link-to-the-asset-object.md))
326
+
327
+ * cannot be null
328
+
329
+ * defined in: [Item](model-defs-asset-properties-absolute-link-to-the-asset-object.md "airs_model#/$defs/Asset/properties/href")
330
+
331
+ #### href Type
332
+
333
+ merged type ([Absolute link to the asset object.](model-defs-asset-properties-absolute-link-to-the-asset-object.md))
334
+
335
+ any of
336
+
337
+ * [Untitled string in Item](model-defs-asset-properties-absolute-link-to-the-asset-object-anyof-0.md "check type definition")
338
+
339
+ * [Untitled null in Item](model-defs-asset-properties-absolute-link-to-the-asset-object-anyof-1.md "check type definition")
340
+
341
+ ### asset\_type
342
+
343
+
344
+
345
+ `asset_type`
346
+
347
+ * is optional
348
+
349
+ * Type: merged type ([Type of data (ResourceType)](model-defs-asset-properties-type-of-data-resourcetype.md))
350
+
351
+ * cannot be null
352
+
353
+ * defined in: [Item](model-defs-asset-properties-type-of-data-resourcetype.md "airs_model#/$defs/Asset/properties/asset_type")
354
+
355
+ #### asset\_type Type
356
+
357
+ merged type ([Type of data (ResourceType)](model-defs-asset-properties-type-of-data-resourcetype.md))
358
+
359
+ any of
360
+
361
+ * [Untitled string in Item](model-defs-asset-properties-type-of-data-resourcetype-anyof-0.md "check type definition")
362
+
363
+ * [Untitled null in Item](model-defs-asset-properties-type-of-data-resourcetype-anyof-1.md "check type definition")
364
+
365
+ ### asset\_format
366
+
367
+
368
+
369
+ `asset_format`
370
+
371
+ * is optional
372
+
373
+ * Type: merged type ([Data format (AssetFormat)](model-defs-asset-properties-data-format-assetformat.md))
374
+
375
+ * cannot be null
376
+
377
+ * defined in: [Item](model-defs-asset-properties-data-format-assetformat.md "airs_model#/$defs/Asset/properties/asset_format")
378
+
379
+ #### asset\_format Type
380
+
381
+ merged type ([Data format (AssetFormat)](model-defs-asset-properties-data-format-assetformat.md))
382
+
383
+ any of
384
+
385
+ * [Untitled string in Item](model-defs-asset-properties-data-format-assetformat-anyof-0.md "check type definition")
386
+
387
+ * [Untitled null in Item](model-defs-asset-properties-data-format-assetformat-anyof-1.md "check type definition")
388
+
389
+ ### storage\_\_requester\_pays
390
+
391
+
392
+
393
+ `storage__requester_pays`
394
+
395
+ * is optional
396
+
397
+ * Type: merged type ([Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md))
398
+
399
+ * cannot be null
400
+
401
+ * defined in: [Item](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Asset/properties/storage__requester_pays")
402
+
403
+ #### storage\_\_requester\_pays Type
404
+
405
+ merged type ([Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md))
406
+
407
+ any of
408
+
409
+ * [Untitled boolean in Item](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets-anyof-0.md "check type definition")
410
+
411
+ * [Untitled null in Item](model-defs-asset-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets-anyof-1.md "check type definition")
412
+
413
+ ### storage\_\_tier
414
+
415
+
416
+
417
+ `storage__tier`
418
+
419
+ * is optional
420
+
421
+ * Type: merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
422
+
423
+ * cannot be null
424
+
425
+ * defined in: [Item](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Asset/properties/storage__tier")
426
+
427
+ #### storage\_\_tier Type
428
+
429
+ merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
430
+
431
+ any of
432
+
433
+ * [Untitled string in Item](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-0.md "check type definition")
434
+
435
+ * [Untitled null in Item](model-defs-asset-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-1.md "check type definition")
436
+
437
+ ### storage\_\_platform
438
+
439
+
440
+
441
+ `storage__platform`
442
+
443
+ * is optional
444
+
445
+ * Type: merged type ([PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER)](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md))
446
+
447
+ * cannot be null
448
+
449
+ * defined in: [Item](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Asset/properties/storage__platform")
450
+
451
+ #### storage\_\_platform Type
452
+
453
+ merged type ([PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER)](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md))
454
+
455
+ any of
456
+
457
+ * [Untitled string in Item](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-0.md "check type definition")
458
+
459
+ * [Untitled null in Item](model-defs-asset-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-1.md "check type definition")
460
+
461
+ ### storage\_\_region
462
+
463
+
464
+
465
+ `storage__region`
466
+
467
+ * is optional
468
+
469
+ * Type: merged type ([The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider)](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md))
470
+
471
+ * cannot be null
472
+
473
+ * defined in: [Item](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Asset/properties/storage__region")
474
+
475
+ #### storage\_\_region Type
476
+
477
+ merged type ([The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider)](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md))
478
+
479
+ any of
480
+
481
+ * [Untitled string in Item](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider-anyof-0.md "check type definition")
482
+
483
+ * [Untitled null in Item](model-defs-asset-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider-anyof-1.md "check type definition")
484
+
485
+ ### airs\_\_managed
486
+
487
+
488
+
489
+ `airs__managed`
490
+
491
+ * is optional
492
+
493
+ * Type: merged type ([Whether the asset is managed by AIRS or not.](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not.md))
494
+
495
+ * cannot be null
496
+
497
+ * defined in: [Item](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not.md "airs_model#/$defs/Asset/properties/airs__managed")
498
+
499
+ #### airs\_\_managed Type
500
+
501
+ merged type ([Whether the asset is managed by AIRS or not.](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not.md))
502
+
503
+ any of
504
+
505
+ * [Untitled boolean in Item](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not-anyof-0.md "check type definition")
506
+
507
+ * [Untitled null in Item](model-defs-asset-properties-whether-the-asset-is-managed-by-airs-or-not-anyof-1.md "check type definition")
508
+
509
+ #### airs\_\_managed Default Value
510
+
511
+ The default value is:
512
+
513
+ ```json
514
+ true
515
+ ```
516
+
517
+ ### airs\_\_object\_store\_bucket
518
+
519
+
520
+
521
+ `airs__object_store_bucket`
522
+
523
+ * is optional
524
+
525
+ * Type: merged type ([Object store bucket for the asset object.](model-defs-asset-properties-object-store-bucket-for-the-asset-object.md))
526
+
527
+ * cannot be null
528
+
529
+ * defined in: [Item](model-defs-asset-properties-object-store-bucket-for-the-asset-object.md "airs_model#/$defs/Asset/properties/airs__object_store_bucket")
530
+
531
+ #### airs\_\_object\_store\_bucket Type
532
+
533
+ merged type ([Object store bucket for the asset object.](model-defs-asset-properties-object-store-bucket-for-the-asset-object.md))
534
+
535
+ any of
536
+
537
+ * [Untitled string in Item](model-defs-asset-properties-object-store-bucket-for-the-asset-object-anyof-0.md "check type definition")
538
+
539
+ * [Untitled null in Item](model-defs-asset-properties-object-store-bucket-for-the-asset-object-anyof-1.md "check type definition")
540
+
541
+ ### airs\_\_object\_store\_key
542
+
543
+
544
+
545
+ `airs__object_store_key`
546
+
547
+ * is optional
548
+
549
+ * Type: merged type ([Object store key of the asset object.](model-defs-asset-properties-object-store-key-of-the-asset-object.md))
550
+
551
+ * cannot be null
552
+
553
+ * defined in: [Item](model-defs-asset-properties-object-store-key-of-the-asset-object.md "airs_model#/$defs/Asset/properties/airs__object_store_key")
554
+
555
+ #### airs\_\_object\_store\_key Type
556
+
557
+ merged type ([Object store key of the asset object.](model-defs-asset-properties-object-store-key-of-the-asset-object.md))
558
+
559
+ any of
560
+
561
+ * [Untitled string in Item](model-defs-asset-properties-object-store-key-of-the-asset-object-anyof-0.md "check type definition")
562
+
563
+ * [Untitled null in Item](model-defs-asset-properties-object-store-key-of-the-asset-object-anyof-1.md "check type definition")
564
+
565
+ ### title
566
+
567
+
568
+
569
+ `title`
570
+
571
+ * is optional
572
+
573
+ * Type: merged type ([Optional displayed title for clients and users.](model-defs-asset-properties-optional-displayed-title-for-clients-and-users.md))
574
+
575
+ * cannot be null
576
+
577
+ * defined in: [Item](model-defs-asset-properties-optional-displayed-title-for-clients-and-users.md "airs_model#/$defs/Asset/properties/title")
578
+
579
+ #### title Type
580
+
581
+ merged type ([Optional displayed title for clients and users.](model-defs-asset-properties-optional-displayed-title-for-clients-and-users.md))
582
+
583
+ any of
584
+
585
+ * [Untitled string in Item](model-defs-asset-properties-optional-displayed-title-for-clients-and-users-anyof-0.md "check type definition")
586
+
587
+ * [Untitled null in Item](model-defs-asset-properties-optional-displayed-title-for-clients-and-users-anyof-1.md "check type definition")
588
+
589
+ ### description
590
+
591
+
592
+
593
+ `description`
594
+
595
+ * is optional
596
+
597
+ * Type: merged type ([A description of the Asset providing additional details, such as how it was processed or created. CommonMark 0.29 syntax MAY be used for rich text representation.](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation.md))
598
+
599
+ * cannot be null
600
+
601
+ * defined in: [Item](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation.md "airs_model#/$defs/Asset/properties/description")
602
+
603
+ #### description Type
604
+
605
+ merged type ([A description of the Asset providing additional details, such as how it was processed or created. CommonMark 0.29 syntax MAY be used for rich text representation.](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation.md))
606
+
607
+ any of
608
+
609
+ * [Untitled string in Item](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation-anyof-0.md "check type definition")
610
+
611
+ * [Untitled null in Item](model-defs-asset-properties-a-description-of-the-asset-providing-additional-details-such-as-how-it-was-processed-or-created-commonmark-029-syntax-may-be-used-for-rich-text-representation-anyof-1.md "check type definition")
612
+
613
+ ### type
614
+
615
+
616
+
617
+ `type`
618
+
619
+ * is optional
620
+
621
+ * Type: merged type ([Optional description of the media type. Registered Media Types are preferred. See MediaType for common media types.](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types.md))
622
+
623
+ * cannot be null
624
+
625
+ * defined in: [Item](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types.md "airs_model#/$defs/Asset/properties/type")
626
+
627
+ #### type Type
628
+
629
+ merged type ([Optional description of the media type. Registered Media Types are preferred. See MediaType for common media types.](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types.md))
630
+
631
+ any of
632
+
633
+ * [Untitled string in Item](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types-anyof-0.md "check type definition")
634
+
635
+ * [Untitled null in Item](model-defs-asset-properties-optional-description-of-the-media-type-registered-media-types-are-preferred-see-mediatype-for-common-media-types-anyof-1.md "check type definition")
636
+
637
+ ### roles
638
+
639
+
640
+
641
+ `roles`
642
+
643
+ * is optional
644
+
645
+ * Type: merged type ([Optional, Semantic roles (i.e. thumbnail, overview, data, metadata) of the asset.](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset.md))
646
+
647
+ * cannot be null
648
+
649
+ * defined in: [Item](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset.md "airs_model#/$defs/Asset/properties/roles")
650
+
651
+ #### roles Type
652
+
653
+ merged type ([Optional, Semantic roles (i.e. thumbnail, overview, data, metadata) of the asset.](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset.md))
654
+
655
+ any of
656
+
657
+ * [Untitled array in Item](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset-anyof-0.md "check type definition")
658
+
659
+ * [Untitled null in Item](model-defs-asset-properties-optional-semantic-roles-ie-thumbnail-overview-data-metadata-of-the-asset-anyof-1.md "check type definition")
660
+
661
+ ### extra\_fields
662
+
663
+
664
+
665
+ `extra_fields`
666
+
667
+ * is optional
668
+
669
+ * Type: merged type ([Optional, additional fields for this asset. This is used by extensions as a way to serialize and deserialize properties on asset object JSON.](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json.md))
670
+
671
+ * cannot be null
672
+
673
+ * defined in: [Item](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json.md "airs_model#/$defs/Asset/properties/extra_fields")
674
+
675
+ #### extra\_fields Type
676
+
677
+ merged type ([Optional, additional fields for this asset. This is used by extensions as a way to serialize and deserialize properties on asset object JSON.](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json.md))
678
+
679
+ any of
680
+
681
+ * [Untitled object in Item](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json-anyof-0.md "check type definition")
682
+
683
+ * [Untitled null in Item](model-defs-asset-properties-optional-additional-fields-for-this-asset-this-is-used-by-extensions-as-a-way-to-serialize-and-deserialize-properties-on-asset-object-json-anyof-1.md "check type definition")
684
+
685
+ ### gsd
686
+
687
+
688
+
689
+ `gsd`
690
+
691
+ * is optional
692
+
693
+ * Type: merged type ([Ground Sampling Distance (resolution) of the asset](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset.md))
694
+
695
+ * cannot be null
696
+
697
+ * defined in: [Item](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset.md "airs_model#/$defs/Asset/properties/gsd")
698
+
699
+ #### gsd Type
700
+
701
+ merged type ([Ground Sampling Distance (resolution) of the asset](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset.md))
702
+
703
+ any of
704
+
705
+ * [Untitled number in Item](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset-anyof-0.md "check type definition")
706
+
707
+ * [Untitled null in Item](model-defs-asset-properties-ground-sampling-distance-resolution-of-the-asset-anyof-1.md "check type definition")
708
+
709
+ ### eo\_\_bands
710
+
711
+
712
+
713
+ `eo__bands`
714
+
715
+ * is optional
716
+
717
+ * Type: merged type ([An array of available bands where each object is a Band Object. If given, requires at least one band.](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md))
718
+
719
+ * cannot be null
720
+
721
+ * defined in: [Item](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Asset/properties/eo__bands")
722
+
723
+ #### eo\_\_bands Type
724
+
725
+ merged type ([An array of available bands where each object is a Band Object. If given, requires at least one band.](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md))
726
+
727
+ any of
728
+
729
+ * [Untitled array in Item](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band-anyof-0.md "check type definition")
730
+
731
+ * [Untitled null in Item](model-defs-asset-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band-anyof-1.md "check type definition")
732
+
733
+ ### sar\_\_instrument\_mode
734
+
735
+
736
+
737
+ `sar__instrument_mode`
738
+
739
+ * is optional
740
+
741
+ * Type: merged type ([The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md))
742
+
743
+ * cannot be null
744
+
745
+ * defined in: [Item](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Asset/properties/sar__instrument_mode")
746
+
747
+ #### sar\_\_instrument\_mode Type
748
+
749
+ merged type ([The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md))
750
+
751
+ any of
752
+
753
+ * [Untitled string in Item](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites-anyof-0.md "check type definition")
754
+
755
+ * [Untitled null in Item](model-defs-asset-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites-anyof-1.md "check type definition")
756
+
757
+ ### sar\_\_frequency\_band
758
+
759
+
760
+
761
+ `sar__frequency_band`
762
+
763
+ * is optional
764
+
765
+ * Type: merged type ([The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md))
766
+
767
+ * cannot be null
768
+
769
+ * defined in: [Item](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Asset/properties/sar__frequency_band")
770
+
771
+ #### sar\_\_frequency\_band Type
772
+
773
+ merged type ([The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md))
774
+
775
+ any of
776
+
777
+ * [Untitled string in Item](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names-anyof-0.md "check type definition")
778
+
779
+ * [Untitled null in Item](model-defs-asset-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names-anyof-1.md "check type definition")
780
+
781
+ ### sar\_\_center\_frequency
782
+
783
+
784
+
785
+ `sar__center_frequency`
786
+
787
+ * is optional
788
+
789
+ * Type: merged type ([The center frequency of the instrument, in gigahertz (GHz).](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md))
790
+
791
+ * cannot be null
792
+
793
+ * defined in: [Item](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Asset/properties/sar__center_frequency")
794
+
795
+ #### sar\_\_center\_frequency Type
796
+
797
+ merged type ([The center frequency of the instrument, in gigahertz (GHz).](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md))
798
+
799
+ any of
800
+
801
+ * [Untitled number in Item](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-0.md "check type definition")
802
+
803
+ * [Untitled null in Item](model-defs-asset-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-1.md "check type definition")
804
+
805
+ ### sar\_\_polarizations
806
+
807
+
808
+
809
+ `sar__polarizations`
810
+
811
+ * is optional
812
+
813
+ * Type: merged type ([Any combination of polarizations.](model-defs-asset-properties-any-combination-of-polarizations.md))
814
+
815
+ * cannot be null
816
+
817
+ * defined in: [Item](model-defs-asset-properties-any-combination-of-polarizations.md "airs_model#/$defs/Asset/properties/sar__polarizations")
818
+
819
+ #### sar\_\_polarizations Type
820
+
821
+ merged type ([Any combination of polarizations.](model-defs-asset-properties-any-combination-of-polarizations.md))
822
+
823
+ any of
824
+
825
+ * [Untitled string in Item](model-defs-asset-properties-any-combination-of-polarizations-anyof-0.md "check type definition")
826
+
827
+ * [Untitled null in Item](model-defs-asset-properties-any-combination-of-polarizations-anyof-1.md "check type definition")
828
+
829
+ ### sar\_\_product\_type
830
+
831
+
832
+
833
+ `sar__product_type`
834
+
835
+ * is optional
836
+
837
+ * Type: merged type ([The product type, for example SSC, MGD, or SGC](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc.md))
838
+
839
+ * cannot be null
840
+
841
+ * defined in: [Item](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Asset/properties/sar__product_type")
842
+
843
+ #### sar\_\_product\_type Type
844
+
845
+ merged type ([The product type, for example SSC, MGD, or SGC](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc.md))
846
+
847
+ any of
848
+
849
+ * [Untitled string in Item](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-0.md "check type definition")
850
+
851
+ * [Untitled null in Item](model-defs-asset-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-1.md "check type definition")
852
+
853
+ ### sar\_\_resolution\_range
854
+
855
+
856
+
857
+ `sar__resolution_range`
858
+
859
+ * is optional
860
+
861
+ * Type: merged type ([The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md))
862
+
863
+ * cannot be null
864
+
865
+ * defined in: [Item](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Asset/properties/sar__resolution_range")
866
+
867
+ #### sar\_\_resolution\_range Type
868
+
869
+ merged type ([The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md))
870
+
871
+ any of
872
+
873
+ * [Untitled number in Item](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m-anyof-0.md "check type definition")
874
+
875
+ * [Untitled null in Item](model-defs-asset-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m-anyof-1.md "check type definition")
876
+
877
+ ### sar\_\_resolution\_azimuth
878
+
879
+
880
+
881
+ `sar__resolution_azimuth`
882
+
883
+ * is optional
884
+
885
+ * Type: merged type ([The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md))
886
+
887
+ * cannot be null
888
+
889
+ * defined in: [Item](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Asset/properties/sar__resolution_azimuth")
890
+
891
+ #### sar\_\_resolution\_azimuth Type
892
+
893
+ merged type ([The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md))
894
+
895
+ any of
896
+
897
+ * [Untitled number in Item](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m-anyof-0.md "check type definition")
898
+
899
+ * [Untitled null in Item](model-defs-asset-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m-anyof-1.md "check type definition")
900
+
901
+ ### sar\_\_pixel\_spacing\_range
902
+
903
+
904
+
905
+ `sar__pixel_spacing_range`
906
+
907
+ * is optional
908
+
909
+ * Type: merged type ([The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
910
+
911
+ * cannot be null
912
+
913
+ * defined in: [Item](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Asset/properties/sar__pixel_spacing_range")
914
+
915
+ #### sar\_\_pixel\_spacing\_range Type
916
+
917
+ merged type ([The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
918
+
919
+ any of
920
+
921
+ * [Untitled number in Item](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-0.md "check type definition")
922
+
923
+ * [Untitled null in Item](model-defs-asset-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-1.md "check type definition")
924
+
925
+ ### sar\_\_pixel\_spacing\_azimuth
926
+
927
+
928
+
929
+ `sar__pixel_spacing_azimuth`
930
+
931
+ * is optional
932
+
933
+ * Type: merged type ([The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
934
+
935
+ * cannot be null
936
+
937
+ * defined in: [Item](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Asset/properties/sar__pixel_spacing_azimuth")
938
+
939
+ #### sar\_\_pixel\_spacing\_azimuth Type
940
+
941
+ merged type ([The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
942
+
943
+ any of
944
+
945
+ * [Untitled number in Item](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-0.md "check type definition")
946
+
947
+ * [Untitled null in Item](model-defs-asset-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-1.md "check type definition")
948
+
949
+ ### sar\_\_looks\_range
950
+
951
+
952
+
953
+ `sar__looks_range`
954
+
955
+ * is optional
956
+
957
+ * Type: merged type ([Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md))
958
+
959
+ * cannot be null
960
+
961
+ * defined in: [Item](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Asset/properties/sar__looks_range")
962
+
963
+ #### sar\_\_looks\_range Type
964
+
965
+ merged type ([Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md))
966
+
967
+ any of
968
+
969
+ * [Untitled number in Item](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path-anyof-0.md "check type definition")
970
+
971
+ * [Untitled null in Item](model-defs-asset-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path-anyof-1.md "check type definition")
972
+
973
+ ### sar\_\_looks\_azimuth
974
+
975
+
976
+
977
+ `sar__looks_azimuth`
978
+
979
+ * is optional
980
+
981
+ * Type: merged type ([Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md))
982
+
983
+ * cannot be null
984
+
985
+ * defined in: [Item](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Asset/properties/sar__looks_azimuth")
986
+
987
+ #### sar\_\_looks\_azimuth Type
988
+
989
+ merged type ([Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md))
990
+
991
+ any of
992
+
993
+ * [Untitled number in Item](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path-anyof-0.md "check type definition")
994
+
995
+ * [Untitled null in Item](model-defs-asset-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path-anyof-1.md "check type definition")
996
+
997
+ ### sar\_\_looks\_equivalent\_number
998
+
999
+
1000
+
1001
+ `sar__looks_equivalent_number`
1002
+
1003
+ * is optional
1004
+
1005
+ * Type: merged type ([The equivalent number of looks (ENL).](model-defs-asset-properties-the-equivalent-number-of-looks-enl.md))
1006
+
1007
+ * cannot be null
1008
+
1009
+ * defined in: [Item](model-defs-asset-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Asset/properties/sar__looks_equivalent_number")
1010
+
1011
+ #### sar\_\_looks\_equivalent\_number Type
1012
+
1013
+ merged type ([The equivalent number of looks (ENL).](model-defs-asset-properties-the-equivalent-number-of-looks-enl.md))
1014
+
1015
+ any of
1016
+
1017
+ * [Untitled number in Item](model-defs-asset-properties-the-equivalent-number-of-looks-enl-anyof-0.md "check type definition")
1018
+
1019
+ * [Untitled null in Item](model-defs-asset-properties-the-equivalent-number-of-looks-enl-anyof-1.md "check type definition")
1020
+
1021
+ ### sar\_\_observation\_direction
1022
+
1023
+
1024
+
1025
+ `sar__observation_direction`
1026
+
1027
+ * is optional
1028
+
1029
+ * Type: merged type ([Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md))
1030
+
1031
+ * cannot be null
1032
+
1033
+ * defined in: [Item](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Asset/properties/sar__observation_direction")
1034
+
1035
+ #### sar\_\_observation\_direction Type
1036
+
1037
+ merged type ([Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md))
1038
+
1039
+ any of
1040
+
1041
+ * [Untitled string in Item](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right-anyof-0.md "check type definition")
1042
+
1043
+ * [Untitled null in Item](model-defs-asset-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right-anyof-1.md "check type definition")
1044
+
1045
+ ### proj\_\_epsg
1046
+
1047
+
1048
+
1049
+ `proj__epsg`
1050
+
1051
+ * is optional
1052
+
1053
+ * Type: merged type ([EPSG code of the datasource.](model-defs-asset-properties-epsg-code-of-the-datasource.md))
1054
+
1055
+ * cannot be null
1056
+
1057
+ * defined in: [Item](model-defs-asset-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Asset/properties/proj__epsg")
1058
+
1059
+ #### proj\_\_epsg Type
1060
+
1061
+ merged type ([EPSG code of the datasource.](model-defs-asset-properties-epsg-code-of-the-datasource.md))
1062
+
1063
+ any of
1064
+
1065
+ * [Untitled integer in Item](model-defs-asset-properties-epsg-code-of-the-datasource-anyof-0.md "check type definition")
1066
+
1067
+ * [Untitled null in Item](model-defs-asset-properties-epsg-code-of-the-datasource-anyof-1.md "check type definition")
1068
+
1069
+ ### proj\_\_wkt2
1070
+
1071
+
1072
+
1073
+ `proj__wkt2`
1074
+
1075
+ * is optional
1076
+
1077
+ * Type: merged type ([PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md))
1078
+
1079
+ * cannot be null
1080
+
1081
+ * defined in: [Item](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Asset/properties/proj__wkt2")
1082
+
1083
+ #### proj\_\_wkt2 Type
1084
+
1085
+ merged type ([PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md))
1086
+
1087
+ any of
1088
+
1089
+ * [Untitled string in Item](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent-anyof-0.md "check type definition")
1090
+
1091
+ * [Untitled null in Item](model-defs-asset-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent-anyof-1.md "check type definition")
1092
+
1093
+ ### proj\_\_geometry
1094
+
1095
+
1096
+
1097
+ `proj__geometry`
1098
+
1099
+ * is optional
1100
+
1101
+ * Type: merged type ([Defines the footprint of this Item.](model-defs-asset-properties-defines-the-footprint-of-this-item.md))
1102
+
1103
+ * cannot be null
1104
+
1105
+ * defined in: [Item](model-defs-asset-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Asset/properties/proj__geometry")
1106
+
1107
+ #### proj\_\_geometry Type
1108
+
1109
+ merged type ([Defines the footprint of this Item.](model-defs-asset-properties-defines-the-footprint-of-this-item.md))
1110
+
1111
+ any of
1112
+
1113
+ * [Untitled undefined type in Item](model-defs-asset-properties-defines-the-footprint-of-this-item-anyof-0.md "check type definition")
1114
+
1115
+ * [Untitled null in Item](model-defs-asset-properties-defines-the-footprint-of-this-item-anyof-1.md "check type definition")
1116
+
1117
+ ### proj\_\_bbox
1118
+
1119
+
1120
+
1121
+ `proj__bbox`
1122
+
1123
+ * is optional
1124
+
1125
+ * Type: merged type ([Bounding box of the Item in the asset CRS in 2 or 3 dimensions.](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md))
1126
+
1127
+ * cannot be null
1128
+
1129
+ * defined in: [Item](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Asset/properties/proj__bbox")
1130
+
1131
+ #### proj\_\_bbox Type
1132
+
1133
+ merged type ([Bounding box of the Item in the asset CRS in 2 or 3 dimensions.](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md))
1134
+
1135
+ any of
1136
+
1137
+ * [Untitled array in Item](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions-anyof-0.md "check type definition")
1138
+
1139
+ * [Untitled null in Item](model-defs-asset-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions-anyof-1.md "check type definition")
1140
+
1141
+ ### proj\_\_centroid
1142
+
1143
+
1144
+
1145
+ `proj__centroid`
1146
+
1147
+ * is optional
1148
+
1149
+ * Type: merged type ([Coordinates representing the centroid of the Item (in lat/long).](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md))
1150
+
1151
+ * cannot be null
1152
+
1153
+ * defined in: [Item](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Asset/properties/proj__centroid")
1154
+
1155
+ #### proj\_\_centroid Type
1156
+
1157
+ merged type ([Coordinates representing the centroid of the Item (in lat/long).](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md))
1158
+
1159
+ any of
1160
+
1161
+ * [Untitled undefined type in Item](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-0.md "check type definition")
1162
+
1163
+ * [Untitled null in Item](model-defs-asset-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-1.md "check type definition")
1164
+
1165
+ ### proj\_\_shape
1166
+
1167
+
1168
+
1169
+ `proj__shape`
1170
+
1171
+ * is optional
1172
+
1173
+ * Type: merged type ([Number of pixels in Y and X directions for the default grid.](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md))
1174
+
1175
+ * cannot be null
1176
+
1177
+ * defined in: [Item](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Asset/properties/proj__shape")
1178
+
1179
+ #### proj\_\_shape Type
1180
+
1181
+ merged type ([Number of pixels in Y and X directions for the default grid.](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md))
1182
+
1183
+ any of
1184
+
1185
+ * [Untitled array in Item](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid-anyof-0.md "check type definition")
1186
+
1187
+ * [Untitled null in Item](model-defs-asset-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid-anyof-1.md "check type definition")
1188
+
1189
+ ### proj\_\_transform
1190
+
1191
+
1192
+
1193
+ `proj__transform`
1194
+
1195
+ * is optional
1196
+
1197
+ * Type: merged type ([The affine transformation coefficients for the default grid.](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
1198
+
1199
+ * cannot be null
1200
+
1201
+ * defined in: [Item](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Asset/properties/proj__transform")
1202
+
1203
+ #### proj\_\_transform Type
1204
+
1205
+ merged type ([The affine transformation coefficients for the default grid.](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
1206
+
1207
+ any of
1208
+
1209
+ * [Untitled array in Item](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-0.md "check type definition")
1210
+
1211
+ * [Untitled null in Item](model-defs-asset-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-1.md "check type definition")
1212
+
1213
+ ### Additional Properties
1214
+
1215
+ Additional properties are allowed and do not have to follow a specific schema
1216
+
1217
+ ## Definitions group Band
1218
+
1219
+ Reference this group by using
1220
+
1221
+ ```json
1222
+ {"$ref":"airs_model#/$defs/Band"}
1223
+ ```
1224
+
1225
+ | Property | Type | Required | Nullable | Defined by |
1226
+ | :--------------------------------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1227
+ | [name](#name-1) | `string` | Required | cannot be null | [Item](model-defs-band-properties-the-name-of-the-band-eg-b01-b8-band2-red.md "airs_model#/$defs/Band/properties/name") |
1228
+ | [common\_name](#common_name) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names.md "airs_model#/$defs/Band/properties/common_name") |
1229
+ | [description](#description-1) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation.md "airs_model#/$defs/Band/properties/description") |
1230
+ | [center\_wavelength](#center_wavelength) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm.md "airs_model#/$defs/Band/properties/center_wavelength") |
1231
+ | [full\_width\_half\_max](#full_width_half_max) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm.md "airs_model#/$defs/Band/properties/full_width_half_max") |
1232
+ | [solar\_illumination](#solar_illumination) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers.md "airs_model#/$defs/Band/properties/solar_illumination") |
1233
+ | [quality\_indicators](#quality_indicators) | Merged | Optional | cannot be null | [Item](model-defs-band-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-variable-band.md "airs_model#/$defs/Band/properties/quality_indicators") |
1234
+ | Additional Properties | Any | Optional | can be null | |
1235
+
1236
+ ### name
1237
+
1238
+
1239
+
1240
+ `name`
1241
+
1242
+ * is required
1243
+
1244
+ * Type: `string` ([The name of the band (e.g., B01, B8, band2, red).](model-defs-band-properties-the-name-of-the-band-eg-b01-b8-band2-red.md))
1245
+
1246
+ * cannot be null
1247
+
1248
+ * defined in: [Item](model-defs-band-properties-the-name-of-the-band-eg-b01-b8-band2-red.md "airs_model#/$defs/Band/properties/name")
1249
+
1250
+ #### name Type
1251
+
1252
+ `string` ([The name of the band (e.g., B01, B8, band2, red).](model-defs-band-properties-the-name-of-the-band-eg-b01-b8-band2-red.md))
1253
+
1254
+ #### name Constraints
1255
+
1256
+ **maximum length**: the maximum number of characters for this string is: `300`
1257
+
1258
+ ### common\_name
1259
+
1260
+
1261
+
1262
+ `common_name`
1263
+
1264
+ * is optional
1265
+
1266
+ * Type: merged type ([The name commonly used to refer to the band to make it easier to search for bands across instruments. See the list of accepted common names.](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names.md))
1267
+
1268
+ * cannot be null
1269
+
1270
+ * defined in: [Item](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names.md "airs_model#/$defs/Band/properties/common_name")
1271
+
1272
+ #### common\_name Type
1273
+
1274
+ merged type ([The name commonly used to refer to the band to make it easier to search for bands across instruments. See the list of accepted common names.](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names.md))
1275
+
1276
+ any of
1277
+
1278
+ * [Untitled string in Item](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names-anyof-0.md "check type definition")
1279
+
1280
+ * [Untitled null in Item](model-defs-band-properties-the-name-commonly-used-to-refer-to-the-band-to-make-it-easier-to-search-for-bands-across-instruments-see-the-list-of-accepted-common-names-anyof-1.md "check type definition")
1281
+
1282
+ ### description
1283
+
1284
+
1285
+
1286
+ `description`
1287
+
1288
+ * is optional
1289
+
1290
+ * Type: merged type ([Description to fully explain the band. CommonMark 0.29 syntax MAY be used for rich text representation.](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation.md))
1291
+
1292
+ * cannot be null
1293
+
1294
+ * defined in: [Item](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation.md "airs_model#/$defs/Band/properties/description")
1295
+
1296
+ #### description Type
1297
+
1298
+ merged type ([Description to fully explain the band. CommonMark 0.29 syntax MAY be used for rich text representation.](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation.md))
1299
+
1300
+ any of
1301
+
1302
+ * [Untitled string in Item](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation-anyof-0.md "check type definition")
1303
+
1304
+ * [Untitled null in Item](model-defs-band-properties-description-to-fully-explain-the-band-commonmark-029-syntax-may-be-used-for-rich-text-representation-anyof-1.md "check type definition")
1305
+
1306
+ ### center\_wavelength
1307
+
1308
+
1309
+
1310
+ `center_wavelength`
1311
+
1312
+ * is optional
1313
+
1314
+ * Type: merged type ([The center wavelength of the band, in micrometers (μm).](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm.md))
1315
+
1316
+ * cannot be null
1317
+
1318
+ * defined in: [Item](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm.md "airs_model#/$defs/Band/properties/center_wavelength")
1319
+
1320
+ #### center\_wavelength Type
1321
+
1322
+ merged type ([The center wavelength of the band, in micrometers (μm).](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm.md))
1323
+
1324
+ any of
1325
+
1326
+ * [Untitled number in Item](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm-anyof-0.md "check type definition")
1327
+
1328
+ * [Untitled null in Item](model-defs-band-properties-the-center-wavelength-of-the-band-in-micrometers-μm-anyof-1.md "check type definition")
1329
+
1330
+ ### full\_width\_half\_max
1331
+
1332
+
1333
+
1334
+ `full_width_half_max`
1335
+
1336
+ * is optional
1337
+
1338
+ * Type: merged type ([Full width at half maximum (FWHM). The width of the band, as measured at half the maximum transmission, in micrometers (μm).](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm.md))
1339
+
1340
+ * cannot be null
1341
+
1342
+ * defined in: [Item](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm.md "airs_model#/$defs/Band/properties/full_width_half_max")
1343
+
1344
+ #### full\_width\_half\_max Type
1345
+
1346
+ merged type ([Full width at half maximum (FWHM). The width of the band, as measured at half the maximum transmission, in micrometers (μm).](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm.md))
1347
+
1348
+ any of
1349
+
1350
+ * [Untitled number in Item](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm-anyof-0.md "check type definition")
1351
+
1352
+ * [Untitled null in Item](model-defs-band-properties-full-width-at-half-maximum-fwhm-the-width-of-the-band-as-measured-at-half-the-maximum-transmission-in-micrometers-μm-anyof-1.md "check type definition")
1353
+
1354
+ ### solar\_illumination
1355
+
1356
+
1357
+
1358
+ `solar_illumination`
1359
+
1360
+ * is optional
1361
+
1362
+ * Type: merged type ([The solar illumination of the band, as measured at half the maximum transmission, in W/m2/micrometers.](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers.md))
1363
+
1364
+ * cannot be null
1365
+
1366
+ * defined in: [Item](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers.md "airs_model#/$defs/Band/properties/solar_illumination")
1367
+
1368
+ #### solar\_illumination Type
1369
+
1370
+ merged type ([The solar illumination of the band, as measured at half the maximum transmission, in W/m2/micrometers.](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers.md))
1371
+
1372
+ any of
1373
+
1374
+ * [Untitled number in Item](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers-anyof-0.md "check type definition")
1375
+
1376
+ * [Untitled null in Item](model-defs-band-properties-the-solar-illumination-of-the-band-as-measured-at-half-the-maximum-transmission-in-wm2micrometers-anyof-1.md "check type definition")
1377
+
1378
+ ### quality\_indicators
1379
+
1380
+
1381
+
1382
+ `quality_indicators`
1383
+
1384
+ * is optional
1385
+
1386
+ * Type: merged type ([Set of indicators for estimating the quality of the datacube variable (band).](model-defs-band-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-variable-band.md))
1387
+
1388
+ * cannot be null
1389
+
1390
+ * defined in: [Item](model-defs-band-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-variable-band.md "airs_model#/$defs/Band/properties/quality_indicators")
1391
+
1392
+ #### quality\_indicators Type
1393
+
1394
+ merged type ([Set of indicators for estimating the quality of the datacube variable (band).](model-defs-band-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-variable-band.md))
1395
+
1396
+ any of
1397
+
1398
+ * [Indicators](model-defs-indicators.md "check type definition")
1399
+
1400
+ * [Untitled null in Item](model-defs-band-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-variable-band-anyof-1.md "check type definition")
1401
+
1402
+ ### Additional Properties
1403
+
1404
+ Additional properties are allowed and do not have to follow a specific schema
1405
+
1406
+ ## Definitions group DimensionType
1407
+
1408
+ Reference this group by using
1409
+
1410
+ ```json
1411
+ {"$ref":"airs_model#/$defs/DimensionType"}
1412
+ ```
1413
+
1414
+ | Property | Type | Required | Nullable | Defined by |
1415
+ | :------- | :--- | :------- | :------- | :--------- |
1416
+
1417
+ ## Definitions group Group
1418
+
1419
+ Reference this group by using
1420
+
1421
+ ```json
1422
+ {"$ref":"airs_model#/$defs/Group"}
1423
+ ```
1424
+
1425
+ | Property | Type | Required | Nullable | Defined by |
1426
+ | :------------------------------------------- | :----- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1427
+ | [timestamp](#timestamp) | Merged | Optional | cannot be null | [Item](model-defs-group-properties-the-timestamp-of-this-temporal-group.md "airs_model#/$defs/Group/properties/timestamp") |
1428
+ | [rasters](#rasters) | Merged | Optional | cannot be null | [Item](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group.md "airs_model#/$defs/Group/properties/rasters") |
1429
+ | [quality\_indicators](#quality_indicators-1) | Merged | Optional | cannot be null | [Item](model-defs-group-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-group-the-indicators-are-group-based.md "airs_model#/$defs/Group/properties/quality_indicators") |
1430
+
1431
+ ### timestamp
1432
+
1433
+
1434
+
1435
+ `timestamp`
1436
+
1437
+ * is optional
1438
+
1439
+ * Type: merged type ([The timestamp of this temporal group.](model-defs-group-properties-the-timestamp-of-this-temporal-group.md))
1440
+
1441
+ * cannot be null
1442
+
1443
+ * defined in: [Item](model-defs-group-properties-the-timestamp-of-this-temporal-group.md "airs_model#/$defs/Group/properties/timestamp")
1444
+
1445
+ #### timestamp Type
1446
+
1447
+ merged type ([The timestamp of this temporal group.](model-defs-group-properties-the-timestamp-of-this-temporal-group.md))
1448
+
1449
+ any of
1450
+
1451
+ * [Untitled integer in Item](model-defs-group-properties-the-timestamp-of-this-temporal-group-anyof-0.md "check type definition")
1452
+
1453
+ * [Untitled null in Item](model-defs-group-properties-the-timestamp-of-this-temporal-group-anyof-1.md "check type definition")
1454
+
1455
+ ### rasters
1456
+
1457
+
1458
+
1459
+ `rasters`
1460
+
1461
+ * is optional
1462
+
1463
+ * Type: merged type ([The rasters belonging to this temporal group.](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group.md))
1464
+
1465
+ * cannot be null
1466
+
1467
+ * defined in: [Item](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group.md "airs_model#/$defs/Group/properties/rasters")
1468
+
1469
+ #### rasters Type
1470
+
1471
+ merged type ([The rasters belonging to this temporal group.](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group.md))
1472
+
1473
+ any of
1474
+
1475
+ * [Untitled array in Item](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group-anyof-0.md "check type definition")
1476
+
1477
+ * [Untitled null in Item](model-defs-group-properties-the-rasters-belonging-to-this-temporal-group-anyof-1.md "check type definition")
1478
+
1479
+ ### quality\_indicators
1480
+
1481
+
1482
+
1483
+ `quality_indicators`
1484
+
1485
+ * is optional
1486
+
1487
+ * Type: merged type ([Set of indicators for estimating the quality of the datacube group. The indicators are group based.](model-defs-group-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-group-the-indicators-are-group-based.md))
1488
+
1489
+ * cannot be null
1490
+
1491
+ * defined in: [Item](model-defs-group-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-group-the-indicators-are-group-based.md "airs_model#/$defs/Group/properties/quality_indicators")
1492
+
1493
+ #### quality\_indicators Type
1494
+
1495
+ merged type ([Set of indicators for estimating the quality of the datacube group. The indicators are group based.](model-defs-group-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-group-the-indicators-are-group-based.md))
1496
+
1497
+ any of
1498
+
1499
+ * [Indicators](model-defs-indicators.md "check type definition")
1500
+
1501
+ * [Untitled null in Item](model-defs-group-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-group-the-indicators-are-group-based-anyof-1.md "check type definition")
1502
+
1503
+ ## Definitions group Indicators
1504
+
1505
+ Reference this group by using
1506
+
1507
+ ```json
1508
+ {"$ref":"airs_model#/$defs/Indicators"}
1509
+ ```
1510
+
1511
+ | Property | Type | Required | Nullable | Defined by |
1512
+ | :------------------------------------- | :----- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1513
+ | [time\_compacity](#time_compacity) | Merged | Optional | cannot be null | [Item](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters.md "airs_model#/$defs/Indicators/properties/time_compacity") |
1514
+ | [spatial\_coverage](#spatial_coverage) | Merged | Optional | cannot be null | [Item](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi.md "airs_model#/$defs/Indicators/properties/spatial_coverage") |
1515
+ | [group\_lightness](#group_lightness) | Merged | Optional | cannot be null | [Item](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi.md "airs_model#/$defs/Indicators/properties/group_lightness") |
1516
+ | [time\_regularity](#time_regularity) | Merged | Optional | cannot be null | [Item](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps.md "airs_model#/$defs/Indicators/properties/time_regularity") |
1517
+
1518
+ ### time\_compacity
1519
+
1520
+
1521
+
1522
+ `time_compacity`
1523
+
1524
+ * is optional
1525
+
1526
+ * Type: merged type ([Indicates whether the temporal extend of the temporal slices (groups) are compact or not compared to the cube temporal extend. Computed as follow: 1-range(group rasters) / range(cube rasters).](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters.md))
1527
+
1528
+ * cannot be null
1529
+
1530
+ * defined in: [Item](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters.md "airs_model#/$defs/Indicators/properties/time_compacity")
1531
+
1532
+ #### time\_compacity Type
1533
+
1534
+ merged type ([Indicates whether the temporal extend of the temporal slices (groups) are compact or not compared to the cube temporal extend. Computed as follow: 1-range(group rasters) / range(cube rasters).](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters.md))
1535
+
1536
+ any of
1537
+
1538
+ * [Untitled number in Item](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters-anyof-0.md "check type definition")
1539
+
1540
+ * [Untitled null in Item](model-defs-indicators-properties-indicates-whether-the-temporal-extend-of-the-temporal-slices-groups-are-compact-or-not-compared-to-the-cube-temporal-extend-computed-as-follow-1-rangegroup-rasters--rangecube-rasters-anyof-1.md "check type definition")
1541
+
1542
+ ### spatial\_coverage
1543
+
1544
+
1545
+
1546
+ `spatial_coverage`
1547
+
1548
+ * is optional
1549
+
1550
+ * Type: merged type ([Indicates the proportion of the region of interest that is covered by the input rasters. Computed as follow: area(intersection(union(rasters),roi)) / area(roi))](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi.md))
1551
+
1552
+ * cannot be null
1553
+
1554
+ * defined in: [Item](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi.md "airs_model#/$defs/Indicators/properties/spatial_coverage")
1555
+
1556
+ #### spatial\_coverage Type
1557
+
1558
+ merged type ([Indicates the proportion of the region of interest that is covered by the input rasters. Computed as follow: area(intersection(union(rasters),roi)) / area(roi))](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi.md))
1559
+
1560
+ any of
1561
+
1562
+ * [Untitled number in Item](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi-anyof-0.md "check type definition")
1563
+
1564
+ * [Untitled null in Item](model-defs-indicators-properties-indicates-the-proportion-of-the-region-of-interest-that-is-covered-by-the-input-rasters-computed-as-follow-areaintersectionunionrastersroi--arearoi-anyof-1.md "check type definition")
1565
+
1566
+ ### group\_lightness
1567
+
1568
+
1569
+
1570
+ `group_lightness`
1571
+
1572
+ * is optional
1573
+
1574
+ * Type: merged type ([Indicates the proportion of non overlapping regions between the different input rasters. Computed as follow: area(intersection(union(rasters),roi)) / sum(area(intersection(raster, roi)))](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi.md))
1575
+
1576
+ * cannot be null
1577
+
1578
+ * defined in: [Item](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi.md "airs_model#/$defs/Indicators/properties/group_lightness")
1579
+
1580
+ #### group\_lightness Type
1581
+
1582
+ merged type ([Indicates the proportion of non overlapping regions between the different input rasters. Computed as follow: area(intersection(union(rasters),roi)) / sum(area(intersection(raster, roi)))](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi.md))
1583
+
1584
+ any of
1585
+
1586
+ * [Untitled number in Item](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi-anyof-0.md "check type definition")
1587
+
1588
+ * [Untitled null in Item](model-defs-indicators-properties-indicates-the-proportion-of-non-overlapping-regions-between-the-different-input-rasters-computed-as-follow-areaintersectionunionrastersroi--sumareaintersectionraster-roi-anyof-1.md "check type definition")
1589
+
1590
+ ### time\_regularity
1591
+
1592
+
1593
+
1594
+ `time_regularity`
1595
+
1596
+ * is optional
1597
+
1598
+ * Type: merged type ([Indicates the regularity of the extends between the temporal slices (groups). Computed as follow: 1-std(inter group temporal gaps)/avg(inter group temporal gaps)](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps.md))
1599
+
1600
+ * cannot be null
1601
+
1602
+ * defined in: [Item](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps.md "airs_model#/$defs/Indicators/properties/time_regularity")
1603
+
1604
+ #### time\_regularity Type
1605
+
1606
+ merged type ([Indicates the regularity of the extends between the temporal slices (groups). Computed as follow: 1-std(inter group temporal gaps)/avg(inter group temporal gaps)](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps.md))
1607
+
1608
+ any of
1609
+
1610
+ * [Untitled number in Item](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps-anyof-0.md "check type definition")
1611
+
1612
+ * [Untitled null in Item](model-defs-indicators-properties-indicates-the-regularity-of-the-extends-between-the-temporal-slices-groups-computed-as-follow-1-stdinter-group-temporal-gapsavginter-group-temporal-gaps-anyof-1.md "check type definition")
1613
+
1614
+ ## Definitions group Properties
1615
+
1616
+ Reference this group by using
1617
+
1618
+ ```json
1619
+ {"$ref":"airs_model#/$defs/Properties"}
1620
+ ```
1621
+
1622
+ | Property | Type | Required | Nullable | Defined by |
1623
+ | :------------------------------------------------------------------ | :----- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1624
+ | [datetime](#datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md "airs_model#/$defs/Properties/properties/datetime") |
1625
+ | [start\_datetime](#start_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/start_datetime") |
1626
+ | [end\_datetime](#end_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/end_datetime") |
1627
+ | [programme](#programme) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme") |
1628
+ | [constellation](#constellation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation") |
1629
+ | [instrument](#instrument) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument") |
1630
+ | [sensor](#sensor) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor") |
1631
+ | [sensor\_type](#sensor_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-sensor.md "airs_model#/$defs/Properties/properties/sensor_type") |
1632
+ | [gsd](#gsd-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd") |
1633
+ | [data\_type](#data_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data.md "airs_model#/$defs/Properties/properties/data_type") |
1634
+ | [item\_type](#item_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data-resourcetype.md "airs_model#/$defs/Properties/properties/item_type") |
1635
+ | [item\_format](#item_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-itemformat.md "airs_model#/$defs/Properties/properties/item_format") |
1636
+ | [main\_asset\_format](#main_asset_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format") |
1637
+ | [observation\_type](#observation_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type") |
1638
+ | [data\_coverage](#data_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-data-cover.md "airs_model#/$defs/Properties/properties/data_coverage") |
1639
+ | [water\_coverage](#water_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-water-cover.md "airs_model#/$defs/Properties/properties/water_coverage") |
1640
+ | [locations](#locations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md "airs_model#/$defs/Properties/properties/locations") |
1641
+ | [create\_datetime](#create_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/create_datetime") |
1642
+ | [update\_datetime](#update_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/update_datetime") |
1643
+ | [view\_\_off\_nadir](#view__off_nadir) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__off_nadir") |
1644
+ | [view\_\_incidence\_angle](#view__incidence_angle) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__incidence_angle") |
1645
+ | [view\_\_azimuth](#view__azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__azimuth") |
1646
+ | [view\_\_sun\_azimuth](#view__sun_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__sun_azimuth") |
1647
+ | [view\_\_sun\_elevation](#view__sun_elevation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md "airs_model#/$defs/Properties/properties/view__sun_elevation") |
1648
+ | [storage\_\_requester\_pays](#storage__requester_pays-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Properties/properties/storage__requester_pays") |
1649
+ | [storage\_\_tier](#storage__tier-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Properties/properties/storage__tier") |
1650
+ | [storage\_\_platform](#storage__platform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Properties/properties/storage__platform") |
1651
+ | [storage\_\_region](#storage__region-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Properties/properties/storage__region") |
1652
+ | [eo\_\_cloud\_cover](#eo__cloud_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-cloud-cover.md "airs_model#/$defs/Properties/properties/eo__cloud_cover") |
1653
+ | [eo\_\_snow\_cover](#eo__snow_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md "airs_model#/$defs/Properties/properties/eo__snow_cover") |
1654
+ | [eo\_\_bands](#eo__bands-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Properties/properties/eo__bands") |
1655
+ | [processing\_\_expression](#processing__expression) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md "airs_model#/$defs/Properties/properties/processing__expression") |
1656
+ | [processing\_\_lineage](#processing__lineage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-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.md "airs_model#/$defs/Properties/properties/processing__lineage") |
1657
+ | [processing\_\_level](#processing__level) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-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.md "airs_model#/$defs/Properties/properties/processing__level") |
1658
+ | [processing\_\_facility](#processing__facility) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md "airs_model#/$defs/Properties/properties/processing__facility") |
1659
+ | [processing\_\_software](#processing__software) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md "airs_model#/$defs/Properties/properties/processing__software") |
1660
+ | [dc3\_\_quality\_indicators](#dc3__quality_indicators) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md "airs_model#/$defs/Properties/properties/dc3__quality_indicators") |
1661
+ | [dc3\_\_composition](#dc3__composition) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md "airs_model#/$defs/Properties/properties/dc3__composition") |
1662
+ | [dc3\_\_number\_of\_chunks](#dc3__number_of_chunks) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md "airs_model#/$defs/Properties/properties/dc3__number_of_chunks") |
1663
+ | [dc3\_\_chunk\_weight](#dc3__chunk_weight) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md "airs_model#/$defs/Properties/properties/dc3__chunk_weight") |
1664
+ | [dc3\_\_fill\_ratio](#dc3__fill_ratio) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md "airs_model#/$defs/Properties/properties/dc3__fill_ratio") |
1665
+ | [cube\_\_dimensions](#cube__dimensions) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__dimensions") |
1666
+ | [cube\_\_variables](#cube__variables) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__variables") |
1667
+ | [sar\_\_instrument\_mode](#sar__instrument_mode-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Properties/properties/sar__instrument_mode") |
1668
+ | [sar\_\_frequency\_band](#sar__frequency_band-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Properties/properties/sar__frequency_band") |
1669
+ | [sar\_\_center\_frequency](#sar__center_frequency-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Properties/properties/sar__center_frequency") |
1670
+ | [sar\_\_polarizations](#sar__polarizations-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-any-combination-of-polarizations.md "airs_model#/$defs/Properties/properties/sar__polarizations") |
1671
+ | [sar\_\_product\_type](#sar__product_type-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Properties/properties/sar__product_type") |
1672
+ | [sar\_\_resolution\_range](#sar__resolution_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_range") |
1673
+ | [sar\_\_resolution\_azimuth](#sar__resolution_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_azimuth") |
1674
+ | [sar\_\_pixel\_spacing\_range](#sar__pixel_spacing_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_range") |
1675
+ | [sar\_\_pixel\_spacing\_azimuth](#sar__pixel_spacing_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_azimuth") |
1676
+ | [sar\_\_looks\_range](#sar__looks_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_range") |
1677
+ | [sar\_\_looks\_azimuth](#sar__looks_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_azimuth") |
1678
+ | [sar\_\_looks\_equivalent\_number](#sar__looks_equivalent_number-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Properties/properties/sar__looks_equivalent_number") |
1679
+ | [sar\_\_observation\_direction](#sar__observation_direction-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Properties/properties/sar__observation_direction") |
1680
+ | [proj\_\_epsg](#proj__epsg-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Properties/properties/proj__epsg") |
1681
+ | [proj\_\_wkt2](#proj__wkt2-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Properties/properties/proj__wkt2") |
1682
+ | [proj\_\_geometry](#proj__geometry-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Properties/properties/proj__geometry") |
1683
+ | [proj\_\_bbox](#proj__bbox-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Properties/properties/proj__bbox") |
1684
+ | [proj\_\_centroid](#proj__centroid-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Properties/properties/proj__centroid") |
1685
+ | [proj\_\_shape](#proj__shape-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__shape") |
1686
+ | [proj\_\_transform](#proj__transform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__transform") |
1687
+ | [generated\_\_has\_overview](#generated__has_overview) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md "airs_model#/$defs/Properties/properties/generated__has_overview") |
1688
+ | [generated\_\_has\_thumbnail](#generated__has_thumbnail) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md "airs_model#/$defs/Properties/properties/generated__has_thumbnail") |
1689
+ | [generated\_\_has\_metadata](#generated__has_metadata) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_metadata") |
1690
+ | [generated\_\_has\_data](#generated__has_data) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_data") |
1691
+ | [generated\_\_has\_cog](#generated__has_cog) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md "airs_model#/$defs/Properties/properties/generated__has_cog") |
1692
+ | [generated\_\_has\_zarr](#generated__has_zarr) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md "airs_model#/$defs/Properties/properties/generated__has_zarr") |
1693
+ | [generated\_\_date\_keywords](#generated__date_keywords) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md "airs_model#/$defs/Properties/properties/generated__date_keywords") |
1694
+ | [generated\_\_day\_of\_week](#generated__day_of_week) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-week.md "airs_model#/$defs/Properties/properties/generated__day_of_week") |
1695
+ | [generated\_\_day\_of\_year](#generated__day_of_year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-year.md "airs_model#/$defs/Properties/properties/generated__day_of_year") |
1696
+ | [generated\_\_hour\_of\_day](#generated__hour_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-hour-of-day.md "airs_model#/$defs/Properties/properties/generated__hour_of_day") |
1697
+ | [generated\_\_minute\_of\_day](#generated__minute_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-minute-of-day.md "airs_model#/$defs/Properties/properties/generated__minute_of_day") |
1698
+ | [generated\_\_month](#generated__month) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month") |
1699
+ | [generated\_\_year](#generated__year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year") |
1700
+ | [generated\_\_season](#generated__season) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season") |
1701
+ | [generated\_\_tltrbrbl](#generated__tltrbrbl) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md "airs_model#/$defs/Properties/properties/generated__tltrbrbl") |
1702
+ | [generated\_\_band\_common\_names](#generated__band_common_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-common-names.md "airs_model#/$defs/Properties/properties/generated__band_common_names") |
1703
+ | [generated\_\_band\_names](#generated__band_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-names.md "airs_model#/$defs/Properties/properties/generated__band_names") |
1704
+ | [generated\_\_geohash2](#generated__geohash2) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-two-characters.md "airs_model#/$defs/Properties/properties/generated__geohash2") |
1705
+ | [generated\_\_geohash3](#generated__geohash3) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-three-characters.md "airs_model#/$defs/Properties/properties/generated__geohash3") |
1706
+ | [generated\_\_geohash4](#generated__geohash4) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-four-characters.md "airs_model#/$defs/Properties/properties/generated__geohash4") |
1707
+ | [generated\_\_geohash5](#generated__geohash5) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-five-characters.md "airs_model#/$defs/Properties/properties/generated__geohash5") |
1708
+ | Additional Properties | Any | Optional | can be null | |
1709
+
1710
+ ### datetime
1711
+
1712
+
1713
+
1714
+ `datetime`
1715
+
1716
+ * is optional
1717
+
1718
+ * Type: merged type ([datetime associated with this item. If None, a start\_datetime and end\_datetime must be supplied.](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md))
1719
+
1720
+ * cannot be null
1721
+
1722
+ * defined in: [Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md "airs_model#/$defs/Properties/properties/datetime")
1723
+
1724
+ #### datetime Type
1725
+
1726
+ merged type ([datetime associated with this item. If None, a start\_datetime and end\_datetime must be supplied.](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md))
1727
+
1728
+ any of
1729
+
1730
+ * [Untitled string in Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied-anyof-0.md "check type definition")
1731
+
1732
+ * [Untitled null in Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied-anyof-1.md "check type definition")
1733
+
1734
+ ### start\_datetime
1735
+
1736
+
1737
+
1738
+ `start_datetime`
1739
+
1740
+ * is optional
1741
+
1742
+ * Type: merged type ([Optional start datetime, part of common metadata. This value will override any start\_datetime key in properties.](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md))
1743
+
1744
+ * cannot be null
1745
+
1746
+ * defined in: [Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/start_datetime")
1747
+
1748
+ #### start\_datetime Type
1749
+
1750
+ merged type ([Optional start datetime, part of common metadata. This value will override any start\_datetime key in properties.](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md))
1751
+
1752
+ any of
1753
+
1754
+ * [Untitled string in Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties-anyof-0.md "check type definition")
1755
+
1756
+ * [Untitled null in Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties-anyof-1.md "check type definition")
1757
+
1758
+ ### end\_datetime
1759
+
1760
+
1761
+
1762
+ `end_datetime`
1763
+
1764
+ * is optional
1765
+
1766
+ * Type: merged type ([Optional end datetime, part of common metadata. This value will override any end\_datetime key in properties.](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md))
1767
+
1768
+ * cannot be null
1769
+
1770
+ * defined in: [Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/end_datetime")
1771
+
1772
+ #### end\_datetime Type
1773
+
1774
+ merged type ([Optional end datetime, part of common metadata. This value will override any end\_datetime key in properties.](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md))
1775
+
1776
+ any of
1777
+
1778
+ * [Untitled string in Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties-anyof-0.md "check type definition")
1779
+
1780
+ * [Untitled null in Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties-anyof-1.md "check type definition")
1781
+
1782
+ ### programme
1783
+
1784
+
1785
+
1786
+ `programme`
1787
+
1788
+ * is optional
1789
+
1790
+ * Type: merged type ([Name of the programme](model-defs-properties-properties-name-of-the-programme.md))
1791
+
1792
+ * cannot be null
1793
+
1794
+ * defined in: [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme")
1795
+
1796
+ #### programme Type
1797
+
1798
+ merged type ([Name of the programme](model-defs-properties-properties-name-of-the-programme.md))
1799
+
1800
+ any of
1801
+
1802
+ * [Untitled string in Item](model-defs-properties-properties-name-of-the-programme-anyof-0.md "check type definition")
1803
+
1804
+ * [Untitled null in Item](model-defs-properties-properties-name-of-the-programme-anyof-1.md "check type definition")
1805
+
1806
+ ### constellation
1807
+
1808
+
1809
+
1810
+ `constellation`
1811
+
1812
+ * is optional
1813
+
1814
+ * Type: merged type ([Name of the constellation](model-defs-properties-properties-name-of-the-constellation.md))
1815
+
1816
+ * cannot be null
1817
+
1818
+ * defined in: [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation")
1819
+
1820
+ #### constellation Type
1821
+
1822
+ merged type ([Name of the constellation](model-defs-properties-properties-name-of-the-constellation.md))
1823
+
1824
+ any of
1825
+
1826
+ * [Untitled string in Item](model-defs-properties-properties-name-of-the-constellation-anyof-0.md "check type definition")
1827
+
1828
+ * [Untitled null in Item](model-defs-properties-properties-name-of-the-constellation-anyof-1.md "check type definition")
1829
+
1830
+ ### instrument
1831
+
1832
+
1833
+
1834
+ `instrument`
1835
+
1836
+ * is optional
1837
+
1838
+ * Type: merged type ([Name of the instrument](model-defs-properties-properties-name-of-the-instrument.md))
1839
+
1840
+ * cannot be null
1841
+
1842
+ * defined in: [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument")
1843
+
1844
+ #### instrument Type
1845
+
1846
+ merged type ([Name of the instrument](model-defs-properties-properties-name-of-the-instrument.md))
1847
+
1848
+ any of
1849
+
1850
+ * [Untitled string in Item](model-defs-properties-properties-name-of-the-instrument-anyof-0.md "check type definition")
1851
+
1852
+ * [Untitled null in Item](model-defs-properties-properties-name-of-the-instrument-anyof-1.md "check type definition")
1853
+
1854
+ ### sensor
1855
+
1856
+
1857
+
1858
+ `sensor`
1859
+
1860
+ * is optional
1861
+
1862
+ * Type: merged type ([Name of the sensor](model-defs-properties-properties-name-of-the-sensor.md))
1863
+
1864
+ * cannot be null
1865
+
1866
+ * defined in: [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor")
1867
+
1868
+ #### sensor Type
1869
+
1870
+ merged type ([Name of the sensor](model-defs-properties-properties-name-of-the-sensor.md))
1871
+
1872
+ any of
1873
+
1874
+ * [Untitled string in Item](model-defs-properties-properties-name-of-the-sensor-anyof-0.md "check type definition")
1875
+
1876
+ * [Untitled null in Item](model-defs-properties-properties-name-of-the-sensor-anyof-1.md "check type definition")
1877
+
1878
+ ### sensor\_type
1879
+
1880
+
1881
+
1882
+ `sensor_type`
1883
+
1884
+ * is optional
1885
+
1886
+ * Type: merged type ([Type of sensor](model-defs-properties-properties-type-of-sensor.md))
1887
+
1888
+ * cannot be null
1889
+
1890
+ * defined in: [Item](model-defs-properties-properties-type-of-sensor.md "airs_model#/$defs/Properties/properties/sensor_type")
1891
+
1892
+ #### sensor\_type Type
1893
+
1894
+ merged type ([Type of sensor](model-defs-properties-properties-type-of-sensor.md))
1895
+
1896
+ any of
1897
+
1898
+ * [Untitled string in Item](model-defs-properties-properties-type-of-sensor-anyof-0.md "check type definition")
1899
+
1900
+ * [Untitled null in Item](model-defs-properties-properties-type-of-sensor-anyof-1.md "check type definition")
1901
+
1902
+ ### gsd
1903
+
1904
+
1905
+
1906
+ `gsd`
1907
+
1908
+ * is optional
1909
+
1910
+ * Type: merged type ([Ground Sampling Distance (resolution)](model-defs-properties-properties-ground-sampling-distance-resolution.md))
1911
+
1912
+ * cannot be null
1913
+
1914
+ * defined in: [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd")
1915
+
1916
+ #### gsd Type
1917
+
1918
+ merged type ([Ground Sampling Distance (resolution)](model-defs-properties-properties-ground-sampling-distance-resolution.md))
1919
+
1920
+ any of
1921
+
1922
+ * [Untitled number in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-0.md "check type definition")
1923
+
1924
+ * [Untitled null in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-1.md "check type definition")
1925
+
1926
+ ### data\_type
1927
+
1928
+
1929
+
1930
+ `data_type`
1931
+
1932
+ * is optional
1933
+
1934
+ * Type: merged type ([Type of data](model-defs-properties-properties-type-of-data.md))
1935
+
1936
+ * cannot be null
1937
+
1938
+ * defined in: [Item](model-defs-properties-properties-type-of-data.md "airs_model#/$defs/Properties/properties/data_type")
1939
+
1940
+ #### data\_type Type
1941
+
1942
+ merged type ([Type of data](model-defs-properties-properties-type-of-data.md))
1943
+
1944
+ any of
1945
+
1946
+ * [Untitled string in Item](model-defs-properties-properties-type-of-data-anyof-0.md "check type definition")
1947
+
1948
+ * [Untitled null in Item](model-defs-properties-properties-type-of-data-anyof-1.md "check type definition")
1949
+
1950
+ ### item\_type
1951
+
1952
+
1953
+
1954
+ `item_type`
1955
+
1956
+ * is optional
1957
+
1958
+ * Type: merged type ([Type of data (ResourceType)](model-defs-properties-properties-type-of-data-resourcetype.md))
1959
+
1960
+ * cannot be null
1961
+
1962
+ * defined in: [Item](model-defs-properties-properties-type-of-data-resourcetype.md "airs_model#/$defs/Properties/properties/item_type")
1963
+
1964
+ #### item\_type Type
1965
+
1966
+ merged type ([Type of data (ResourceType)](model-defs-properties-properties-type-of-data-resourcetype.md))
1967
+
1968
+ any of
1969
+
1970
+ * [Untitled string in Item](model-defs-properties-properties-type-of-data-resourcetype-anyof-0.md "check type definition")
1971
+
1972
+ * [Untitled null in Item](model-defs-properties-properties-type-of-data-resourcetype-anyof-1.md "check type definition")
1973
+
1974
+ ### item\_format
1975
+
1976
+
1977
+
1978
+ `item_format`
1979
+
1980
+ * is optional
1981
+
1982
+ * Type: merged type ([Data format (ItemFormat)](model-defs-properties-properties-data-format-itemformat.md))
1983
+
1984
+ * cannot be null
1985
+
1986
+ * defined in: [Item](model-defs-properties-properties-data-format-itemformat.md "airs_model#/$defs/Properties/properties/item_format")
1987
+
1988
+ #### item\_format Type
1989
+
1990
+ merged type ([Data format (ItemFormat)](model-defs-properties-properties-data-format-itemformat.md))
1991
+
1992
+ any of
1993
+
1994
+ * [Untitled string in Item](model-defs-properties-properties-data-format-itemformat-anyof-0.md "check type definition")
1995
+
1996
+ * [Untitled null in Item](model-defs-properties-properties-data-format-itemformat-anyof-1.md "check type definition")
1997
+
1998
+ ### main\_asset\_format
1999
+
2000
+
2001
+
2002
+ `main_asset_format`
2003
+
2004
+ * is optional
2005
+
2006
+ * Type: merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
2007
+
2008
+ * cannot be null
2009
+
2010
+ * defined in: [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format")
2011
+
2012
+ #### main\_asset\_format Type
2013
+
2014
+ merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
2015
+
2016
+ any of
2017
+
2018
+ * [Untitled string in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-0.md "check type definition")
2019
+
2020
+ * [Untitled null in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-1.md "check type definition")
2021
+
2022
+ ### observation\_type
2023
+
2024
+
2025
+
2026
+ `observation_type`
2027
+
2028
+ * is optional
2029
+
2030
+ * Type: merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
2031
+
2032
+ * cannot be null
2033
+
2034
+ * defined in: [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type")
2035
+
2036
+ #### observation\_type Type
2037
+
2038
+ merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
2039
+
2040
+ any of
2041
+
2042
+ * [Untitled string in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-0.md "check type definition")
2043
+
2044
+ * [Untitled null in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-1.md "check type definition")
2045
+
2046
+ ### data\_coverage
2047
+
2048
+
2049
+
2050
+ `data_coverage`
2051
+
2052
+ * is optional
2053
+
2054
+ * Type: merged type ([Estimate of data cover](model-defs-properties-properties-estimate-of-data-cover.md))
2055
+
2056
+ * cannot be null
2057
+
2058
+ * defined in: [Item](model-defs-properties-properties-estimate-of-data-cover.md "airs_model#/$defs/Properties/properties/data_coverage")
2059
+
2060
+ #### data\_coverage Type
2061
+
2062
+ merged type ([Estimate of data cover](model-defs-properties-properties-estimate-of-data-cover.md))
2063
+
2064
+ any of
2065
+
2066
+ * [Untitled number in Item](model-defs-properties-properties-estimate-of-data-cover-anyof-0.md "check type definition")
2067
+
2068
+ * [Untitled null in Item](model-defs-properties-properties-estimate-of-data-cover-anyof-1.md "check type definition")
2069
+
2070
+ ### water\_coverage
2071
+
2072
+
2073
+
2074
+ `water_coverage`
2075
+
2076
+ * is optional
2077
+
2078
+ * Type: merged type ([Estimate of water cover](model-defs-properties-properties-estimate-of-water-cover.md))
2079
+
2080
+ * cannot be null
2081
+
2082
+ * defined in: [Item](model-defs-properties-properties-estimate-of-water-cover.md "airs_model#/$defs/Properties/properties/water_coverage")
2083
+
2084
+ #### water\_coverage Type
2085
+
2086
+ merged type ([Estimate of water cover](model-defs-properties-properties-estimate-of-water-cover.md))
2087
+
2088
+ any of
2089
+
2090
+ * [Untitled number in Item](model-defs-properties-properties-estimate-of-water-cover-anyof-0.md "check type definition")
2091
+
2092
+ * [Untitled null in Item](model-defs-properties-properties-estimate-of-water-cover-anyof-1.md "check type definition")
2093
+
2094
+ ### locations
2095
+
2096
+
2097
+
2098
+ `locations`
2099
+
2100
+ * is optional
2101
+
2102
+ * Type: merged type ([List of locations covered by the item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md))
2103
+
2104
+ * cannot be null
2105
+
2106
+ * defined in: [Item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md "airs_model#/$defs/Properties/properties/locations")
2107
+
2108
+ #### locations Type
2109
+
2110
+ merged type ([List of locations covered by the item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md))
2111
+
2112
+ any of
2113
+
2114
+ * [Untitled array in Item](model-defs-properties-properties-list-of-locations-covered-by-the-item-anyof-0.md "check type definition")
2115
+
2116
+ * [Untitled null in Item](model-defs-properties-properties-list-of-locations-covered-by-the-item-anyof-1.md "check type definition")
2117
+
2118
+ ### create\_datetime
2119
+
2120
+
2121
+
2122
+ `create_datetime`
2123
+
2124
+ * is optional
2125
+
2126
+ * Type: merged type ([Date of item creation in the catalog, managed by the ARLAS Item Registration Service](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md))
2127
+
2128
+ * cannot be null
2129
+
2130
+ * defined in: [Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/create_datetime")
2131
+
2132
+ #### create\_datetime Type
2133
+
2134
+ merged type ([Date of item creation in the catalog, managed by the ARLAS Item Registration Service](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md))
2135
+
2136
+ any of
2137
+
2138
+ * [Untitled integer in Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service-anyof-0.md "check type definition")
2139
+
2140
+ * [Untitled null in Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service-anyof-1.md "check type definition")
2141
+
2142
+ ### update\_datetime
2143
+
2144
+
2145
+
2146
+ `update_datetime`
2147
+
2148
+ * is optional
2149
+
2150
+ * Type: merged type ([Update date of the item in the catalog, managed by the ARLAS Item Registration Service](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md))
2151
+
2152
+ * cannot be null
2153
+
2154
+ * defined in: [Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/update_datetime")
2155
+
2156
+ #### update\_datetime Type
2157
+
2158
+ merged type ([Update date of the item in the catalog, managed by the ARLAS Item Registration Service](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md))
2159
+
2160
+ any of
2161
+
2162
+ * [Untitled integer in Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service-anyof-0.md "check type definition")
2163
+
2164
+ * [Untitled null in Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service-anyof-1.md "check type definition")
2165
+
2166
+ ### view\_\_off\_nadir
2167
+
2168
+
2169
+
2170
+ `view__off_nadir`
2171
+
2172
+ * is optional
2173
+
2174
+ * Type: merged type ([The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md))
2175
+
2176
+ * cannot be null
2177
+
2178
+ * defined in: [Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__off_nadir")
2179
+
2180
+ #### view\_\_off\_nadir Type
2181
+
2182
+ merged type ([The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md))
2183
+
2184
+ any of
2185
+
2186
+ * [Untitled number in Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90-anyof-0.md "check type definition")
2187
+
2188
+ * [Untitled null in Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90-anyof-1.md "check type definition")
2189
+
2190
+ ### view\_\_incidence\_angle
2191
+
2192
+
2193
+
2194
+ `view__incidence_angle`
2195
+
2196
+ * is optional
2197
+
2198
+ * Type: merged type ([The incidence angle is the angle between the vertical (normal) to the intercepting surface and the line of sight back to the satellite at the scene center. Measured in degrees (0-90).](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md))
2199
+
2200
+ * cannot be null
2201
+
2202
+ * defined in: [Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__incidence_angle")
2203
+
2204
+ #### view\_\_incidence\_angle Type
2205
+
2206
+ merged type ([The incidence angle is the angle between the vertical (normal) to the intercepting surface and the line of sight back to the satellite at the scene center. Measured in degrees (0-90).](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md))
2207
+
2208
+ any of
2209
+
2210
+ * [Untitled number in Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90-anyof-0.md "check type definition")
2211
+
2212
+ * [Untitled null in Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90-anyof-1.md "check type definition")
2213
+
2214
+ ### view\_\_azimuth
2215
+
2216
+
2217
+
2218
+ `view__azimuth`
2219
+
2220
+ * is optional
2221
+
2222
+ * Type: merged type ([Viewing azimuth angle. The angle measured from the sub-satellite point (point on the ground below the platform) between the scene center and true north. Measured clockwise from north in degrees (0-360).](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md))
2223
+
2224
+ * cannot be null
2225
+
2226
+ * defined in: [Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__azimuth")
2227
+
2228
+ #### view\_\_azimuth Type
2229
+
2230
+ merged type ([Viewing azimuth angle. The angle measured from the sub-satellite point (point on the ground below the platform) between the scene center and true north. Measured clockwise from north in degrees (0-360).](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md))
2231
+
2232
+ any of
2233
+
2234
+ * [Untitled number in Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360-anyof-0.md "check type definition")
2235
+
2236
+ * [Untitled null in Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360-anyof-1.md "check type definition")
2237
+
2238
+ ### view\_\_sun\_azimuth
2239
+
2240
+
2241
+
2242
+ `view__sun_azimuth`
2243
+
2244
+ * is optional
2245
+
2246
+ * Type: merged type ([Sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md))
2247
+
2248
+ * cannot be null
2249
+
2250
+ * defined in: [Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__sun_azimuth")
2251
+
2252
+ #### view\_\_sun\_azimuth Type
2253
+
2254
+ merged type ([Sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md))
2255
+
2256
+ any of
2257
+
2258
+ * [Untitled number in Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360-anyof-0.md "check type definition")
2259
+
2260
+ * [Untitled null in Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360-anyof-1.md "check type definition")
2261
+
2262
+ ### view\_\_sun\_elevation
2263
+
2264
+
2265
+
2266
+ `view__sun_elevation`
2267
+
2268
+ * is optional
2269
+
2270
+ * Type: merged type ([Sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° \[...\]](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md))
2271
+
2272
+ * cannot be null
2273
+
2274
+ * defined in: [Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md "airs_model#/$defs/Properties/properties/view__sun_elevation")
2275
+
2276
+ #### view\_\_sun\_elevation Type
2277
+
2278
+ merged type ([Sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° \[...\]](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md))
2279
+
2280
+ any of
2281
+
2282
+ * [Untitled number in Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10--anyof-0.md "check type definition")
2283
+
2284
+ * [Untitled null in Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10--anyof-1.md "check type definition")
2285
+
2286
+ ### storage\_\_requester\_pays
2287
+
2288
+
2289
+
2290
+ `storage__requester_pays`
2291
+
2292
+ * is optional
2293
+
2294
+ * Type: merged type ([Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md))
2295
+
2296
+ * cannot be null
2297
+
2298
+ * defined in: [Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Properties/properties/storage__requester_pays")
2299
+
2300
+ #### storage\_\_requester\_pays Type
2301
+
2302
+ merged type ([Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md))
2303
+
2304
+ any of
2305
+
2306
+ * [Untitled boolean in Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets-anyof-0.md "check type definition")
2307
+
2308
+ * [Untitled null in Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets-anyof-1.md "check type definition")
2309
+
2310
+ ### storage\_\_tier
2311
+
2312
+
2313
+
2314
+ `storage__tier`
2315
+
2316
+ * is optional
2317
+
2318
+ * Type: merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
2319
+
2320
+ * cannot be null
2321
+
2322
+ * defined in: [Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Properties/properties/storage__tier")
2323
+
2324
+ #### storage\_\_tier Type
2325
+
2326
+ merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
2327
+
2328
+ any of
2329
+
2330
+ * [Untitled string in Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-0.md "check type definition")
2331
+
2332
+ * [Untitled null in Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-1.md "check type definition")
2333
+
2334
+ ### storage\_\_platform
2335
+
2336
+
2337
+
2338
+ `storage__platform`
2339
+
2340
+ * is optional
2341
+
2342
+ * Type: merged type ([PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER)](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md))
2343
+
2344
+ * cannot be null
2345
+
2346
+ * defined in: [Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Properties/properties/storage__platform")
2347
+
2348
+ #### storage\_\_platform Type
2349
+
2350
+ merged type ([PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER)](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md))
2351
+
2352
+ any of
2353
+
2354
+ * [Untitled string in Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-0.md "check type definition")
2355
+
2356
+ * [Untitled null in Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-1.md "check type definition")
2357
+
2358
+ ### storage\_\_region
2359
+
2360
+
2361
+
2362
+ `storage__region`
2363
+
2364
+ * is optional
2365
+
2366
+ * Type: merged type ([The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider)](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md))
2367
+
2368
+ * cannot be null
2369
+
2370
+ * defined in: [Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Properties/properties/storage__region")
2371
+
2372
+ #### storage\_\_region Type
2373
+
2374
+ merged type ([The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider)](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md))
2375
+
2376
+ any of
2377
+
2378
+ * [Untitled string in Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider-anyof-0.md "check type definition")
2379
+
2380
+ * [Untitled null in Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider-anyof-1.md "check type definition")
2381
+
2382
+ ### eo\_\_cloud\_cover
2383
+
2384
+
2385
+
2386
+ `eo__cloud_cover`
2387
+
2388
+ * is optional
2389
+
2390
+ * Type: merged type ([Estimate of cloud cover.](model-defs-properties-properties-estimate-of-cloud-cover.md))
2391
+
2392
+ * cannot be null
2393
+
2394
+ * defined in: [Item](model-defs-properties-properties-estimate-of-cloud-cover.md "airs_model#/$defs/Properties/properties/eo__cloud_cover")
2395
+
2396
+ #### eo\_\_cloud\_cover Type
2397
+
2398
+ merged type ([Estimate of cloud cover.](model-defs-properties-properties-estimate-of-cloud-cover.md))
2399
+
2400
+ any of
2401
+
2402
+ * [Untitled number in Item](model-defs-properties-properties-estimate-of-cloud-cover-anyof-0.md "check type definition")
2403
+
2404
+ * [Untitled null in Item](model-defs-properties-properties-estimate-of-cloud-cover-anyof-1.md "check type definition")
2405
+
2406
+ ### eo\_\_snow\_cover
2407
+
2408
+
2409
+
2410
+ `eo__snow_cover`
2411
+
2412
+ * is optional
2413
+
2414
+ * Type: merged type ([Estimate of snow and ice cover.](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md))
2415
+
2416
+ * cannot be null
2417
+
2418
+ * defined in: [Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md "airs_model#/$defs/Properties/properties/eo__snow_cover")
2419
+
2420
+ #### eo\_\_snow\_cover Type
2421
+
2422
+ merged type ([Estimate of snow and ice cover.](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md))
2423
+
2424
+ any of
2425
+
2426
+ * [Untitled number in Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover-anyof-0.md "check type definition")
2427
+
2428
+ * [Untitled null in Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover-anyof-1.md "check type definition")
2429
+
2430
+ ### eo\_\_bands
2431
+
2432
+
2433
+
2434
+ `eo__bands`
2435
+
2436
+ * is optional
2437
+
2438
+ * Type: merged type ([An array of available bands where each object is a Band Object. If given, requires at least one band.](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md))
2439
+
2440
+ * cannot be null
2441
+
2442
+ * defined in: [Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Properties/properties/eo__bands")
2443
+
2444
+ #### eo\_\_bands Type
2445
+
2446
+ merged type ([An array of available bands where each object is a Band Object. If given, requires at least one band.](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md))
2447
+
2448
+ any of
2449
+
2450
+ * [Untitled array in Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band-anyof-0.md "check type definition")
2451
+
2452
+ * [Untitled null in Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band-anyof-1.md "check type definition")
2453
+
2454
+ ### processing\_\_expression
2455
+
2456
+
2457
+
2458
+ `processing__expression`
2459
+
2460
+ * is optional
2461
+
2462
+ * Type: merged type ([An expression or processing chain that describes how the data has been processed. Alternatively, you can also link to a processing chain with the relation type processing-expression (see below).](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md))
2463
+
2464
+ * cannot be null
2465
+
2466
+ * defined in: [Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md "airs_model#/$defs/Properties/properties/processing__expression")
2467
+
2468
+ #### processing\_\_expression Type
2469
+
2470
+ merged type ([An expression or processing chain that describes how the data has been processed. Alternatively, you can also link to a processing chain with the relation type processing-expression (see below).](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md))
2471
+
2472
+ any of
2473
+
2474
+ * [Untitled string in Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below-anyof-0.md "check type definition")
2475
+
2476
+ * [Untitled null in Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below-anyof-1.md "check type definition")
2477
+
2478
+ ### processing\_\_lineage
2479
+
2480
+
2481
+
2482
+ `processing__lineage`
2483
+
2484
+ * is optional
2485
+
2486
+ * Type: merged type ([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.](model-defs-properties-properties-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.md))
2487
+
2488
+ * cannot be null
2489
+
2490
+ * defined in: [Item](model-defs-properties-properties-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.md "airs_model#/$defs/Properties/properties/processing__lineage")
2491
+
2492
+ #### processing\_\_lineage Type
2493
+
2494
+ merged type ([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.](model-defs-properties-properties-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.md))
2495
+
2496
+ any of
2497
+
2498
+ * [Untitled string in Item](model-defs-properties-properties-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-anyof-0.md "check type definition")
2499
+
2500
+ * [Untitled null in Item](model-defs-properties-properties-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-anyof-1.md "check type definition")
2501
+
2502
+ ### processing\_\_level
2503
+
2504
+
2505
+
2506
+ `processing__level`
2507
+
2508
+ * is optional
2509
+
2510
+ * Type: merged type ([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).](model-defs-properties-properties-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.md))
2511
+
2512
+ * cannot be null
2513
+
2514
+ * defined in: [Item](model-defs-properties-properties-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.md "airs_model#/$defs/Properties/properties/processing__level")
2515
+
2516
+ #### processing\_\_level Type
2517
+
2518
+ merged type ([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).](model-defs-properties-properties-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.md))
2519
+
2520
+ any of
2521
+
2522
+ * [Untitled string in Item](model-defs-properties-properties-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-anyof-0.md "check type definition")
2523
+
2524
+ * [Untitled null in Item](model-defs-properties-properties-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-anyof-1.md "check type definition")
2525
+
2526
+ ### processing\_\_facility
2527
+
2528
+
2529
+
2530
+ `processing__facility`
2531
+
2532
+ * is optional
2533
+
2534
+ * Type: merged type ([The name of the facility that produced the data. For example, Copernicus S1 Core Ground Segment - DPA for product of Sentinel-1 satellites.](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md))
2535
+
2536
+ * cannot be null
2537
+
2538
+ * defined in: [Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md "airs_model#/$defs/Properties/properties/processing__facility")
2539
+
2540
+ #### processing\_\_facility Type
2541
+
2542
+ merged type ([The name of the facility that produced the data. For example, Copernicus S1 Core Ground Segment - DPA for product of Sentinel-1 satellites.](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md))
2543
+
2544
+ any of
2545
+
2546
+ * [Untitled string in Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites-anyof-0.md "check type definition")
2547
+
2548
+ * [Untitled null in Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites-anyof-1.md "check type definition")
2549
+
2550
+ ### processing\_\_software
2551
+
2552
+
2553
+
2554
+ `processing__software`
2555
+
2556
+ * is optional
2557
+
2558
+ * Type: merged type ([A dictionary with name/version for key/value describing one or more softwares that produced the data.](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md))
2559
+
2560
+ * cannot be null
2561
+
2562
+ * defined in: [Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md "airs_model#/$defs/Properties/properties/processing__software")
2563
+
2564
+ #### processing\_\_software Type
2565
+
2566
+ merged type ([A dictionary with name/version for key/value describing one or more softwares that produced the data.](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md))
2567
+
2568
+ any of
2569
+
2570
+ * [Untitled object in Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data-anyof-0.md "check type definition")
2571
+
2572
+ * [Untitled null in Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data-anyof-1.md "check type definition")
2573
+
2574
+ ### dc3\_\_quality\_indicators
2575
+
2576
+
2577
+
2578
+ `dc3__quality_indicators`
2579
+
2580
+ * is optional
2581
+
2582
+ * Type: merged type ([Set of indicators for estimating the quality of the datacube based on the composition. The indicators are group based. A cube indicator is the product of its corresponding group indicator.](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md))
2583
+
2584
+ * cannot be null
2585
+
2586
+ * defined in: [Item](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md "airs_model#/$defs/Properties/properties/dc3__quality_indicators")
2587
+
2588
+ #### dc3\_\_quality\_indicators Type
2589
+
2590
+ merged type ([Set of indicators for estimating the quality of the datacube based on the composition. The indicators are group based. A cube indicator is the product of its corresponding group indicator.](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md))
2591
+
2592
+ any of
2593
+
2594
+ * [Indicators](model-defs-indicators.md "check type definition")
2595
+
2596
+ * [Untitled null in Item](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator-anyof-1.md "check type definition")
2597
+
2598
+ ### dc3\_\_composition
2599
+
2600
+
2601
+
2602
+ `dc3__composition`
2603
+
2604
+ * is optional
2605
+
2606
+ * Type: merged type ([List of raster groups used for elaborating the cube temporal slices.](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md))
2607
+
2608
+ * cannot be null
2609
+
2610
+ * defined in: [Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md "airs_model#/$defs/Properties/properties/dc3__composition")
2611
+
2612
+ #### dc3\_\_composition Type
2613
+
2614
+ merged type ([List of raster groups used for elaborating the cube temporal slices.](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md))
2615
+
2616
+ any of
2617
+
2618
+ * [Untitled array in Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices-anyof-0.md "check type definition")
2619
+
2620
+ * [Untitled null in Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices-anyof-1.md "check type definition")
2621
+
2622
+ ### dc3\_\_number\_of\_chunks
2623
+
2624
+
2625
+
2626
+ `dc3__number_of_chunks`
2627
+
2628
+ * is optional
2629
+
2630
+ * Type: merged type ([Number of chunks (if zarr or similar partitioned format) within the cube.](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md))
2631
+
2632
+ * cannot be null
2633
+
2634
+ * defined in: [Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md "airs_model#/$defs/Properties/properties/dc3__number_of_chunks")
2635
+
2636
+ #### dc3\_\_number\_of\_chunks Type
2637
+
2638
+ merged type ([Number of chunks (if zarr or similar partitioned format) within the cube.](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md))
2639
+
2640
+ any of
2641
+
2642
+ * [Untitled integer in Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube-anyof-0.md "check type definition")
2643
+
2644
+ * [Untitled null in Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube-anyof-1.md "check type definition")
2645
+
2646
+ ### dc3\_\_chunk\_weight
2647
+
2648
+
2649
+
2650
+ `dc3__chunk_weight`
2651
+
2652
+ * is optional
2653
+
2654
+ * Type: merged type ([Weight of a chunk (number of bytes).](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md))
2655
+
2656
+ * cannot be null
2657
+
2658
+ * defined in: [Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md "airs_model#/$defs/Properties/properties/dc3__chunk_weight")
2659
+
2660
+ #### dc3\_\_chunk\_weight Type
2661
+
2662
+ merged type ([Weight of a chunk (number of bytes).](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md))
2663
+
2664
+ any of
2665
+
2666
+ * [Untitled integer in Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes-anyof-0.md "check type definition")
2667
+
2668
+ * [Untitled null in Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes-anyof-1.md "check type definition")
2669
+
2670
+ ### dc3\_\_fill\_ratio
2671
+
2672
+
2673
+
2674
+ `dc3__fill_ratio`
2675
+
2676
+ * is optional
2677
+
2678
+ * Type: merged type ([1: the cube is full, 0 the cube is empty, in between the cube is partially filled.](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md))
2679
+
2680
+ * cannot be null
2681
+
2682
+ * defined in: [Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md "airs_model#/$defs/Properties/properties/dc3__fill_ratio")
2683
+
2684
+ #### dc3\_\_fill\_ratio Type
2685
+
2686
+ merged type ([1: the cube is full, 0 the cube is empty, in between the cube is partially filled.](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md))
2687
+
2688
+ any of
2689
+
2690
+ * [Untitled number in Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled-anyof-0.md "check type definition")
2691
+
2692
+ * [Untitled null in Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled-anyof-1.md "check type definition")
2693
+
2694
+ ### cube\_\_dimensions
2695
+
2696
+
2697
+
2698
+ `cube__dimensions`
2699
+
2700
+ * is optional
2701
+
2702
+ * Type: merged type ([Uniquely named dimensions of the datacube.](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md))
2703
+
2704
+ * cannot be null
2705
+
2706
+ * defined in: [Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__dimensions")
2707
+
2708
+ #### cube\_\_dimensions Type
2709
+
2710
+ merged type ([Uniquely named dimensions of the datacube.](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md))
2711
+
2712
+ any of
2713
+
2714
+ * [Untitled object in Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube-anyof-0.md "check type definition")
2715
+
2716
+ * [Untitled null in Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube-anyof-1.md "check type definition")
2717
+
2718
+ ### cube\_\_variables
2719
+
2720
+
2721
+
2722
+ `cube__variables`
2723
+
2724
+ * is optional
2725
+
2726
+ * Type: merged type ([Uniquely named variables of the datacube.](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md))
2727
+
2728
+ * cannot be null
2729
+
2730
+ * defined in: [Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__variables")
2731
+
2732
+ #### cube\_\_variables Type
2733
+
2734
+ merged type ([Uniquely named variables of the datacube.](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md))
2735
+
2736
+ any of
2737
+
2738
+ * [Untitled object in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-0.md "check type definition")
2739
+
2740
+ * [Untitled null in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-1.md "check type definition")
2741
+
2742
+ ### sar\_\_instrument\_mode
2743
+
2744
+
2745
+
2746
+ `sar__instrument_mode`
2747
+
2748
+ * is optional
2749
+
2750
+ * Type: merged type ([The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md))
2751
+
2752
+ * cannot be null
2753
+
2754
+ * defined in: [Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Properties/properties/sar__instrument_mode")
2755
+
2756
+ #### sar\_\_instrument\_mode Type
2757
+
2758
+ merged type ([The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md))
2759
+
2760
+ any of
2761
+
2762
+ * [Untitled string in Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites-anyof-0.md "check type definition")
2763
+
2764
+ * [Untitled null in Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites-anyof-1.md "check type definition")
2765
+
2766
+ ### sar\_\_frequency\_band
2767
+
2768
+
2769
+
2770
+ `sar__frequency_band`
2771
+
2772
+ * is optional
2773
+
2774
+ * Type: merged type ([The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md))
2775
+
2776
+ * cannot be null
2777
+
2778
+ * defined in: [Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Properties/properties/sar__frequency_band")
2779
+
2780
+ #### sar\_\_frequency\_band Type
2781
+
2782
+ merged type ([The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md))
2783
+
2784
+ any of
2785
+
2786
+ * [Untitled string in Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names-anyof-0.md "check type definition")
2787
+
2788
+ * [Untitled null in Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names-anyof-1.md "check type definition")
2789
+
2790
+ ### sar\_\_center\_frequency
2791
+
2792
+
2793
+
2794
+ `sar__center_frequency`
2795
+
2796
+ * is optional
2797
+
2798
+ * Type: merged type ([The center frequency of the instrument, in gigahertz (GHz).](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md))
2799
+
2800
+ * cannot be null
2801
+
2802
+ * defined in: [Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Properties/properties/sar__center_frequency")
2803
+
2804
+ #### sar\_\_center\_frequency Type
2805
+
2806
+ merged type ([The center frequency of the instrument, in gigahertz (GHz).](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md))
2807
+
2808
+ any of
2809
+
2810
+ * [Untitled number in Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-0.md "check type definition")
2811
+
2812
+ * [Untitled null in Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-1.md "check type definition")
2813
+
2814
+ ### sar\_\_polarizations
2815
+
2816
+
2817
+
2818
+ `sar__polarizations`
2819
+
2820
+ * is optional
2821
+
2822
+ * Type: merged type ([Any combination of polarizations.](model-defs-properties-properties-any-combination-of-polarizations.md))
2823
+
2824
+ * cannot be null
2825
+
2826
+ * defined in: [Item](model-defs-properties-properties-any-combination-of-polarizations.md "airs_model#/$defs/Properties/properties/sar__polarizations")
2827
+
2828
+ #### sar\_\_polarizations Type
2829
+
2830
+ merged type ([Any combination of polarizations.](model-defs-properties-properties-any-combination-of-polarizations.md))
2831
+
2832
+ any of
2833
+
2834
+ * [Untitled string in Item](model-defs-properties-properties-any-combination-of-polarizations-anyof-0.md "check type definition")
2835
+
2836
+ * [Untitled null in Item](model-defs-properties-properties-any-combination-of-polarizations-anyof-1.md "check type definition")
2837
+
2838
+ ### sar\_\_product\_type
2839
+
2840
+
2841
+
2842
+ `sar__product_type`
2843
+
2844
+ * is optional
2845
+
2846
+ * Type: merged type ([The product type, for example SSC, MGD, or SGC](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md))
2847
+
2848
+ * cannot be null
2849
+
2850
+ * defined in: [Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Properties/properties/sar__product_type")
2851
+
2852
+ #### sar\_\_product\_type Type
2853
+
2854
+ merged type ([The product type, for example SSC, MGD, or SGC](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md))
2855
+
2856
+ any of
2857
+
2858
+ * [Untitled string in Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-0.md "check type definition")
2859
+
2860
+ * [Untitled null in Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-1.md "check type definition")
2861
+
2862
+ ### sar\_\_resolution\_range
2863
+
2864
+
2865
+
2866
+ `sar__resolution_range`
2867
+
2868
+ * is optional
2869
+
2870
+ * Type: merged type ([The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md))
2871
+
2872
+ * cannot be null
2873
+
2874
+ * defined in: [Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_range")
2875
+
2876
+ #### sar\_\_resolution\_range Type
2877
+
2878
+ merged type ([The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md))
2879
+
2880
+ any of
2881
+
2882
+ * [Untitled number in Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m-anyof-0.md "check type definition")
2883
+
2884
+ * [Untitled null in Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m-anyof-1.md "check type definition")
2885
+
2886
+ ### sar\_\_resolution\_azimuth
2887
+
2888
+
2889
+
2890
+ `sar__resolution_azimuth`
2891
+
2892
+ * is optional
2893
+
2894
+ * Type: merged type ([The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md))
2895
+
2896
+ * cannot be null
2897
+
2898
+ * defined in: [Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_azimuth")
2899
+
2900
+ #### sar\_\_resolution\_azimuth Type
2901
+
2902
+ merged type ([The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md))
2903
+
2904
+ any of
2905
+
2906
+ * [Untitled number in Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m-anyof-0.md "check type definition")
2907
+
2908
+ * [Untitled null in Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m-anyof-1.md "check type definition")
2909
+
2910
+ ### sar\_\_pixel\_spacing\_range
2911
+
2912
+
2913
+
2914
+ `sar__pixel_spacing_range`
2915
+
2916
+ * is optional
2917
+
2918
+ * Type: merged type ([The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
2919
+
2920
+ * cannot be null
2921
+
2922
+ * defined in: [Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_range")
2923
+
2924
+ #### sar\_\_pixel\_spacing\_range Type
2925
+
2926
+ merged type ([The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
2927
+
2928
+ any of
2929
+
2930
+ * [Untitled number in Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-0.md "check type definition")
2931
+
2932
+ * [Untitled null in Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-1.md "check type definition")
2933
+
2934
+ ### sar\_\_pixel\_spacing\_azimuth
2935
+
2936
+
2937
+
2938
+ `sar__pixel_spacing_azimuth`
2939
+
2940
+ * is optional
2941
+
2942
+ * Type: merged type ([The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
2943
+
2944
+ * cannot be null
2945
+
2946
+ * defined in: [Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_azimuth")
2947
+
2948
+ #### sar\_\_pixel\_spacing\_azimuth Type
2949
+
2950
+ merged type ([The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md))
2951
+
2952
+ any of
2953
+
2954
+ * [Untitled number in Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-0.md "check type definition")
2955
+
2956
+ * [Untitled null in Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd-anyof-1.md "check type definition")
2957
+
2958
+ ### sar\_\_looks\_range
2959
+
2960
+
2961
+
2962
+ `sar__looks_range`
2963
+
2964
+ * is optional
2965
+
2966
+ * Type: merged type ([Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md))
2967
+
2968
+ * cannot be null
2969
+
2970
+ * defined in: [Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_range")
2971
+
2972
+ #### sar\_\_looks\_range Type
2973
+
2974
+ merged type ([Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md))
2975
+
2976
+ any of
2977
+
2978
+ * [Untitled number in Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path-anyof-0.md "check type definition")
2979
+
2980
+ * [Untitled null in Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path-anyof-1.md "check type definition")
2981
+
2982
+ ### sar\_\_looks\_azimuth
2983
+
2984
+
2985
+
2986
+ `sar__looks_azimuth`
2987
+
2988
+ * is optional
2989
+
2990
+ * Type: merged type ([Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md))
2991
+
2992
+ * cannot be null
2993
+
2994
+ * defined in: [Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_azimuth")
2995
+
2996
+ #### sar\_\_looks\_azimuth Type
2997
+
2998
+ merged type ([Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md))
2999
+
3000
+ any of
3001
+
3002
+ * [Untitled number in Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path-anyof-0.md "check type definition")
3003
+
3004
+ * [Untitled null in Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path-anyof-1.md "check type definition")
3005
+
3006
+ ### sar\_\_looks\_equivalent\_number
3007
+
3008
+
3009
+
3010
+ `sar__looks_equivalent_number`
3011
+
3012
+ * is optional
3013
+
3014
+ * Type: merged type ([The equivalent number of looks (ENL).](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md))
3015
+
3016
+ * cannot be null
3017
+
3018
+ * defined in: [Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Properties/properties/sar__looks_equivalent_number")
3019
+
3020
+ #### sar\_\_looks\_equivalent\_number Type
3021
+
3022
+ merged type ([The equivalent number of looks (ENL).](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md))
3023
+
3024
+ any of
3025
+
3026
+ * [Untitled number in Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl-anyof-0.md "check type definition")
3027
+
3028
+ * [Untitled null in Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl-anyof-1.md "check type definition")
3029
+
3030
+ ### sar\_\_observation\_direction
3031
+
3032
+
3033
+
3034
+ `sar__observation_direction`
3035
+
3036
+ * is optional
3037
+
3038
+ * Type: merged type ([Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md))
3039
+
3040
+ * cannot be null
3041
+
3042
+ * defined in: [Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Properties/properties/sar__observation_direction")
3043
+
3044
+ #### sar\_\_observation\_direction Type
3045
+
3046
+ merged type ([Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md))
3047
+
3048
+ any of
3049
+
3050
+ * [Untitled string in Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right-anyof-0.md "check type definition")
3051
+
3052
+ * [Untitled null in Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right-anyof-1.md "check type definition")
3053
+
3054
+ ### proj\_\_epsg
3055
+
3056
+
3057
+
3058
+ `proj__epsg`
3059
+
3060
+ * is optional
3061
+
3062
+ * Type: merged type ([EPSG code of the datasource.](model-defs-properties-properties-epsg-code-of-the-datasource.md))
3063
+
3064
+ * cannot be null
3065
+
3066
+ * defined in: [Item](model-defs-properties-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Properties/properties/proj__epsg")
3067
+
3068
+ #### proj\_\_epsg Type
3069
+
3070
+ merged type ([EPSG code of the datasource.](model-defs-properties-properties-epsg-code-of-the-datasource.md))
3071
+
3072
+ any of
3073
+
3074
+ * [Untitled integer in Item](model-defs-properties-properties-epsg-code-of-the-datasource-anyof-0.md "check type definition")
3075
+
3076
+ * [Untitled null in Item](model-defs-properties-properties-epsg-code-of-the-datasource-anyof-1.md "check type definition")
3077
+
3078
+ ### proj\_\_wkt2
3079
+
3080
+
3081
+
3082
+ `proj__wkt2`
3083
+
3084
+ * is optional
3085
+
3086
+ * Type: merged type ([PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md))
3087
+
3088
+ * cannot be null
3089
+
3090
+ * defined in: [Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Properties/properties/proj__wkt2")
3091
+
3092
+ #### proj\_\_wkt2 Type
3093
+
3094
+ merged type ([PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md))
3095
+
3096
+ any of
3097
+
3098
+ * [Untitled string in Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent-anyof-0.md "check type definition")
3099
+
3100
+ * [Untitled null in Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent-anyof-1.md "check type definition")
3101
+
3102
+ ### proj\_\_geometry
3103
+
3104
+
3105
+
3106
+ `proj__geometry`
3107
+
3108
+ * is optional
3109
+
3110
+ * Type: merged type ([Defines the footprint of this Item.](model-defs-properties-properties-defines-the-footprint-of-this-item.md))
3111
+
3112
+ * cannot be null
3113
+
3114
+ * defined in: [Item](model-defs-properties-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Properties/properties/proj__geometry")
3115
+
3116
+ #### proj\_\_geometry Type
3117
+
3118
+ merged type ([Defines the footprint of this Item.](model-defs-properties-properties-defines-the-footprint-of-this-item.md))
3119
+
3120
+ any of
3121
+
3122
+ * [Untitled undefined type in Item](model-defs-properties-properties-defines-the-footprint-of-this-item-anyof-0.md "check type definition")
3123
+
3124
+ * [Untitled null in Item](model-defs-properties-properties-defines-the-footprint-of-this-item-anyof-1.md "check type definition")
3125
+
3126
+ ### proj\_\_bbox
3127
+
3128
+
3129
+
3130
+ `proj__bbox`
3131
+
3132
+ * is optional
3133
+
3134
+ * Type: merged type ([Bounding box of the Item in the asset CRS in 2 or 3 dimensions.](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md))
3135
+
3136
+ * cannot be null
3137
+
3138
+ * defined in: [Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Properties/properties/proj__bbox")
3139
+
3140
+ #### proj\_\_bbox Type
3141
+
3142
+ merged type ([Bounding box of the Item in the asset CRS in 2 or 3 dimensions.](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md))
3143
+
3144
+ any of
3145
+
3146
+ * [Untitled array in Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions-anyof-0.md "check type definition")
3147
+
3148
+ * [Untitled null in Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions-anyof-1.md "check type definition")
3149
+
3150
+ ### proj\_\_centroid
3151
+
3152
+
3153
+
3154
+ `proj__centroid`
3155
+
3156
+ * is optional
3157
+
3158
+ * Type: merged type ([Coordinates representing the centroid of the Item (in lat/long).](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md))
3159
+
3160
+ * cannot be null
3161
+
3162
+ * defined in: [Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Properties/properties/proj__centroid")
3163
+
3164
+ #### proj\_\_centroid Type
3165
+
3166
+ merged type ([Coordinates representing the centroid of the Item (in lat/long).](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md))
3167
+
3168
+ any of
3169
+
3170
+ * [Untitled undefined type in Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-0.md "check type definition")
3171
+
3172
+ * [Untitled null in Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-1.md "check type definition")
3173
+
3174
+ ### proj\_\_shape
3175
+
3176
+
3177
+
3178
+ `proj__shape`
3179
+
3180
+ * is optional
3181
+
3182
+ * Type: merged type ([Number of pixels in Y and X directions for the default grid.](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md))
3183
+
3184
+ * cannot be null
3185
+
3186
+ * defined in: [Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__shape")
3187
+
3188
+ #### proj\_\_shape Type
3189
+
3190
+ merged type ([Number of pixels in Y and X directions for the default grid.](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md))
3191
+
3192
+ any of
3193
+
3194
+ * [Untitled array in Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid-anyof-0.md "check type definition")
3195
+
3196
+ * [Untitled null in Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid-anyof-1.md "check type definition")
3197
+
3198
+ ### proj\_\_transform
3199
+
3200
+
3201
+
3202
+ `proj__transform`
3203
+
3204
+ * is optional
3205
+
3206
+ * Type: merged type ([The affine transformation coefficients for the default grid.](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
3207
+
3208
+ * cannot be null
3209
+
3210
+ * defined in: [Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__transform")
3211
+
3212
+ #### proj\_\_transform Type
3213
+
3214
+ merged type ([The affine transformation coefficients for the default grid.](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
3215
+
3216
+ any of
3217
+
3218
+ * [Untitled array in Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-0.md "check type definition")
3219
+
3220
+ * [Untitled null in Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-1.md "check type definition")
3221
+
3222
+ ### generated\_\_has\_overview
3223
+
3224
+
3225
+
3226
+ `generated__has_overview`
3227
+
3228
+ * is optional
3229
+
3230
+ * Type: merged type ([Whether the item has an overview or not.](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md))
3231
+
3232
+ * cannot be null
3233
+
3234
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md "airs_model#/$defs/Properties/properties/generated__has_overview")
3235
+
3236
+ #### generated\_\_has\_overview Type
3237
+
3238
+ merged type ([Whether the item has an overview or not.](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md))
3239
+
3240
+ any of
3241
+
3242
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not-anyof-0.md "check type definition")
3243
+
3244
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not-anyof-1.md "check type definition")
3245
+
3246
+ ### generated\_\_has\_thumbnail
3247
+
3248
+
3249
+
3250
+ `generated__has_thumbnail`
3251
+
3252
+ * is optional
3253
+
3254
+ * Type: merged type ([Whether the item has a thumbnail or not.](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md))
3255
+
3256
+ * cannot be null
3257
+
3258
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md "airs_model#/$defs/Properties/properties/generated__has_thumbnail")
3259
+
3260
+ #### generated\_\_has\_thumbnail Type
3261
+
3262
+ merged type ([Whether the item has a thumbnail or not.](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md))
3263
+
3264
+ any of
3265
+
3266
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not-anyof-0.md "check type definition")
3267
+
3268
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not-anyof-1.md "check type definition")
3269
+
3270
+ ### generated\_\_has\_metadata
3271
+
3272
+
3273
+
3274
+ `generated__has_metadata`
3275
+
3276
+ * is optional
3277
+
3278
+ * Type: merged type ([Whether the item has a metadata file or not.](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md))
3279
+
3280
+ * cannot be null
3281
+
3282
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_metadata")
3283
+
3284
+ #### generated\_\_has\_metadata Type
3285
+
3286
+ merged type ([Whether the item has a metadata file or not.](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md))
3287
+
3288
+ any of
3289
+
3290
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not-anyof-0.md "check type definition")
3291
+
3292
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not-anyof-1.md "check type definition")
3293
+
3294
+ ### generated\_\_has\_data
3295
+
3296
+
3297
+
3298
+ `generated__has_data`
3299
+
3300
+ * is optional
3301
+
3302
+ * Type: merged type ([Whether the item has a data file or not.](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md))
3303
+
3304
+ * cannot be null
3305
+
3306
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_data")
3307
+
3308
+ #### generated\_\_has\_data Type
3309
+
3310
+ merged type ([Whether the item has a data file or not.](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md))
3311
+
3312
+ any of
3313
+
3314
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not-anyof-0.md "check type definition")
3315
+
3316
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not-anyof-1.md "check type definition")
3317
+
3318
+ ### generated\_\_has\_cog
3319
+
3320
+
3321
+
3322
+ `generated__has_cog`
3323
+
3324
+ * is optional
3325
+
3326
+ * Type: merged type ([Whether the item has a cog or not.](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md))
3327
+
3328
+ * cannot be null
3329
+
3330
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md "airs_model#/$defs/Properties/properties/generated__has_cog")
3331
+
3332
+ #### generated\_\_has\_cog Type
3333
+
3334
+ merged type ([Whether the item has a cog or not.](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md))
3335
+
3336
+ any of
3337
+
3338
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not-anyof-0.md "check type definition")
3339
+
3340
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not-anyof-1.md "check type definition")
3341
+
3342
+ ### generated\_\_has\_zarr
3343
+
3344
+
3345
+
3346
+ `generated__has_zarr`
3347
+
3348
+ * is optional
3349
+
3350
+ * Type: merged type ([Whether the item has a zarr or not.](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md))
3351
+
3352
+ * cannot be null
3353
+
3354
+ * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md "airs_model#/$defs/Properties/properties/generated__has_zarr")
3355
+
3356
+ #### generated\_\_has\_zarr Type
3357
+
3358
+ merged type ([Whether the item has a zarr or not.](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md))
3359
+
3360
+ any of
3361
+
3362
+ * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not-anyof-0.md "check type definition")
3363
+
3364
+ * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not-anyof-1.md "check type definition")
3365
+
3366
+ ### generated\_\_date\_keywords
3367
+
3368
+
3369
+
3370
+ `generated__date_keywords`
3371
+
3372
+ * is optional
3373
+
3374
+ * Type: merged type ([A list of keywords indicating clues on the date](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md))
3375
+
3376
+ * cannot be null
3377
+
3378
+ * defined in: [Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md "airs_model#/$defs/Properties/properties/generated__date_keywords")
3379
+
3380
+ #### generated\_\_date\_keywords Type
3381
+
3382
+ merged type ([A list of keywords indicating clues on the date](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md))
3383
+
3384
+ any of
3385
+
3386
+ * [Untitled array in Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date-anyof-0.md "check type definition")
3387
+
3388
+ * [Untitled null in Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date-anyof-1.md "check type definition")
3389
+
3390
+ ### generated\_\_day\_of\_week
3391
+
3392
+
3393
+
3394
+ `generated__day_of_week`
3395
+
3396
+ * is optional
3397
+
3398
+ * Type: merged type ([Day of week.](model-defs-properties-properties-day-of-week.md))
3399
+
3400
+ * cannot be null
3401
+
3402
+ * defined in: [Item](model-defs-properties-properties-day-of-week.md "airs_model#/$defs/Properties/properties/generated__day_of_week")
3403
+
3404
+ #### generated\_\_day\_of\_week Type
3405
+
3406
+ merged type ([Day of week.](model-defs-properties-properties-day-of-week.md))
3407
+
3408
+ any of
3409
+
3410
+ * [Untitled integer in Item](model-defs-properties-properties-day-of-week-anyof-0.md "check type definition")
3411
+
3412
+ * [Untitled null in Item](model-defs-properties-properties-day-of-week-anyof-1.md "check type definition")
3413
+
3414
+ ### generated\_\_day\_of\_year
3415
+
3416
+
3417
+
3418
+ `generated__day_of_year`
3419
+
3420
+ * is optional
3421
+
3422
+ * Type: merged type ([Day of year.](model-defs-properties-properties-day-of-year.md))
3423
+
3424
+ * cannot be null
3425
+
3426
+ * defined in: [Item](model-defs-properties-properties-day-of-year.md "airs_model#/$defs/Properties/properties/generated__day_of_year")
3427
+
3428
+ #### generated\_\_day\_of\_year Type
3429
+
3430
+ merged type ([Day of year.](model-defs-properties-properties-day-of-year.md))
3431
+
3432
+ any of
3433
+
3434
+ * [Untitled integer in Item](model-defs-properties-properties-day-of-year-anyof-0.md "check type definition")
3435
+
3436
+ * [Untitled null in Item](model-defs-properties-properties-day-of-year-anyof-1.md "check type definition")
3437
+
3438
+ ### generated\_\_hour\_of\_day
3439
+
3440
+
3441
+
3442
+ `generated__hour_of_day`
3443
+
3444
+ * is optional
3445
+
3446
+ * Type: merged type ([Hour of day.](model-defs-properties-properties-hour-of-day.md))
3447
+
3448
+ * cannot be null
3449
+
3450
+ * defined in: [Item](model-defs-properties-properties-hour-of-day.md "airs_model#/$defs/Properties/properties/generated__hour_of_day")
3451
+
3452
+ #### generated\_\_hour\_of\_day Type
3453
+
3454
+ merged type ([Hour of day.](model-defs-properties-properties-hour-of-day.md))
3455
+
3456
+ any of
3457
+
3458
+ * [Untitled integer in Item](model-defs-properties-properties-hour-of-day-anyof-0.md "check type definition")
3459
+
3460
+ * [Untitled null in Item](model-defs-properties-properties-hour-of-day-anyof-1.md "check type definition")
3461
+
3462
+ ### generated\_\_minute\_of\_day
3463
+
3464
+
3465
+
3466
+ `generated__minute_of_day`
3467
+
3468
+ * is optional
3469
+
3470
+ * Type: merged type ([Minute of day.](model-defs-properties-properties-minute-of-day.md))
3471
+
3472
+ * cannot be null
3473
+
3474
+ * defined in: [Item](model-defs-properties-properties-minute-of-day.md "airs_model#/$defs/Properties/properties/generated__minute_of_day")
3475
+
3476
+ #### generated\_\_minute\_of\_day Type
3477
+
3478
+ merged type ([Minute of day.](model-defs-properties-properties-minute-of-day.md))
3479
+
3480
+ any of
3481
+
3482
+ * [Untitled integer in Item](model-defs-properties-properties-minute-of-day-anyof-0.md "check type definition")
3483
+
3484
+ * [Untitled null in Item](model-defs-properties-properties-minute-of-day-anyof-1.md "check type definition")
3485
+
3486
+ ### generated\_\_month
3487
+
3488
+
3489
+
3490
+ `generated__month`
3491
+
3492
+ * is optional
3493
+
3494
+ * Type: merged type ([Month](model-defs-properties-properties-month.md))
3495
+
3496
+ * cannot be null
3497
+
3498
+ * defined in: [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month")
3499
+
3500
+ #### generated\_\_month Type
3501
+
3502
+ merged type ([Month](model-defs-properties-properties-month.md))
3503
+
3504
+ any of
3505
+
3506
+ * [Untitled integer in Item](model-defs-properties-properties-month-anyof-0.md "check type definition")
3507
+
3508
+ * [Untitled null in Item](model-defs-properties-properties-month-anyof-1.md "check type definition")
3509
+
3510
+ ### generated\_\_year
3511
+
3512
+
3513
+
3514
+ `generated__year`
3515
+
3516
+ * is optional
3517
+
3518
+ * Type: merged type ([Year](model-defs-properties-properties-year.md))
3519
+
3520
+ * cannot be null
3521
+
3522
+ * defined in: [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year")
3523
+
3524
+ #### generated\_\_year Type
3525
+
3526
+ merged type ([Year](model-defs-properties-properties-year.md))
3527
+
3528
+ any of
3529
+
3530
+ * [Untitled integer in Item](model-defs-properties-properties-year-anyof-0.md "check type definition")
3531
+
3532
+ * [Untitled null in Item](model-defs-properties-properties-year-anyof-1.md "check type definition")
3533
+
3534
+ ### generated\_\_season
3535
+
3536
+
3537
+
3538
+ `generated__season`
3539
+
3540
+ * is optional
3541
+
3542
+ * Type: merged type ([Season](model-defs-properties-properties-season.md))
3543
+
3544
+ * cannot be null
3545
+
3546
+ * defined in: [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season")
3547
+
3548
+ #### generated\_\_season Type
3549
+
3550
+ merged type ([Season](model-defs-properties-properties-season.md))
3551
+
3552
+ any of
3553
+
3554
+ * [Untitled string in Item](model-defs-properties-properties-season-anyof-0.md "check type definition")
3555
+
3556
+ * [Untitled null in Item](model-defs-properties-properties-season-anyof-1.md "check type definition")
3557
+
3558
+ ### generated\_\_tltrbrbl
3559
+
3560
+
3561
+
3562
+ `generated__tltrbrbl`
3563
+
3564
+ * is optional
3565
+
3566
+ * Type: merged type ([The coordinates of the top left, top right, bottom right, bottom left corners of the item.](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md))
3567
+
3568
+ * cannot be null
3569
+
3570
+ * defined in: [Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md "airs_model#/$defs/Properties/properties/generated__tltrbrbl")
3571
+
3572
+ #### generated\_\_tltrbrbl Type
3573
+
3574
+ merged type ([The coordinates of the top left, top right, bottom right, bottom left corners of the item.](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md))
3575
+
3576
+ any of
3577
+
3578
+ * [Untitled array in Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item-anyof-0.md "check type definition")
3579
+
3580
+ * [Untitled null in Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item-anyof-1.md "check type definition")
3581
+
3582
+ ### generated\_\_band\_common\_names
3583
+
3584
+
3585
+
3586
+ `generated__band_common_names`
3587
+
3588
+ * is optional
3589
+
3590
+ * Type: merged type ([List of the band common names.](model-defs-properties-properties-list-of-the-band-common-names.md))
3591
+
3592
+ * cannot be null
3593
+
3594
+ * defined in: [Item](model-defs-properties-properties-list-of-the-band-common-names.md "airs_model#/$defs/Properties/properties/generated__band_common_names")
3595
+
3596
+ #### generated\_\_band\_common\_names Type
3597
+
3598
+ merged type ([List of the band common names.](model-defs-properties-properties-list-of-the-band-common-names.md))
3599
+
3600
+ any of
3601
+
3602
+ * [Untitled array in Item](model-defs-properties-properties-list-of-the-band-common-names-anyof-0.md "check type definition")
3603
+
3604
+ * [Untitled null in Item](model-defs-properties-properties-list-of-the-band-common-names-anyof-1.md "check type definition")
3605
+
3606
+ ### generated\_\_band\_names
3607
+
3608
+
3609
+
3610
+ `generated__band_names`
3611
+
3612
+ * is optional
3613
+
3614
+ * Type: merged type ([List of the band names.](model-defs-properties-properties-list-of-the-band-names.md))
3615
+
3616
+ * cannot be null
3617
+
3618
+ * defined in: [Item](model-defs-properties-properties-list-of-the-band-names.md "airs_model#/$defs/Properties/properties/generated__band_names")
3619
+
3620
+ #### generated\_\_band\_names Type
3621
+
3622
+ merged type ([List of the band names.](model-defs-properties-properties-list-of-the-band-names.md))
3623
+
3624
+ any of
3625
+
3626
+ * [Untitled array in Item](model-defs-properties-properties-list-of-the-band-names-anyof-0.md "check type definition")
3627
+
3628
+ * [Untitled null in Item](model-defs-properties-properties-list-of-the-band-names-anyof-1.md "check type definition")
3629
+
3630
+ ### generated\_\_geohash2
3631
+
3632
+
3633
+
3634
+ `generated__geohash2`
3635
+
3636
+ * is optional
3637
+
3638
+ * Type: merged type ([Geohash on the first two characters.](model-defs-properties-properties-geohash-on-the-first-two-characters.md))
3639
+
3640
+ * cannot be null
3641
+
3642
+ * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-two-characters.md "airs_model#/$defs/Properties/properties/generated__geohash2")
3643
+
3644
+ #### generated\_\_geohash2 Type
3645
+
3646
+ merged type ([Geohash on the first two characters.](model-defs-properties-properties-geohash-on-the-first-two-characters.md))
3647
+
3648
+ any of
3649
+
3650
+ * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-two-characters-anyof-0.md "check type definition")
3651
+
3652
+ * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-two-characters-anyof-1.md "check type definition")
3653
+
3654
+ ### generated\_\_geohash3
3655
+
3656
+
3657
+
3658
+ `generated__geohash3`
3659
+
3660
+ * is optional
3661
+
3662
+ * Type: merged type ([Geohash on the first three characters.](model-defs-properties-properties-geohash-on-the-first-three-characters.md))
3663
+
3664
+ * cannot be null
3665
+
3666
+ * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-three-characters.md "airs_model#/$defs/Properties/properties/generated__geohash3")
3667
+
3668
+ #### generated\_\_geohash3 Type
3669
+
3670
+ merged type ([Geohash on the first three characters.](model-defs-properties-properties-geohash-on-the-first-three-characters.md))
3671
+
3672
+ any of
3673
+
3674
+ * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-three-characters-anyof-0.md "check type definition")
3675
+
3676
+ * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-three-characters-anyof-1.md "check type definition")
3677
+
3678
+ ### generated\_\_geohash4
3679
+
3680
+
3681
+
3682
+ `generated__geohash4`
3683
+
3684
+ * is optional
3685
+
3686
+ * Type: merged type ([Geohash on the first four characters.](model-defs-properties-properties-geohash-on-the-first-four-characters.md))
3687
+
3688
+ * cannot be null
3689
+
3690
+ * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-four-characters.md "airs_model#/$defs/Properties/properties/generated__geohash4")
3691
+
3692
+ #### generated\_\_geohash4 Type
3693
+
3694
+ merged type ([Geohash on the first four characters.](model-defs-properties-properties-geohash-on-the-first-four-characters.md))
3695
+
3696
+ any of
3697
+
3698
+ * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-four-characters-anyof-0.md "check type definition")
3699
+
3700
+ * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-four-characters-anyof-1.md "check type definition")
3701
+
3702
+ ### generated\_\_geohash5
3703
+
3704
+
3705
+
3706
+ `generated__geohash5`
3707
+
3708
+ * is optional
3709
+
3710
+ * Type: merged type ([Geohash on the first five characters.](model-defs-properties-properties-geohash-on-the-first-five-characters.md))
3711
+
3712
+ * cannot be null
3713
+
3714
+ * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-five-characters.md "airs_model#/$defs/Properties/properties/generated__geohash5")
3715
+
3716
+ #### generated\_\_geohash5 Type
3717
+
3718
+ merged type ([Geohash on the first five characters.](model-defs-properties-properties-geohash-on-the-first-five-characters.md))
3719
+
3720
+ any of
3721
+
3722
+ * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-five-characters-anyof-0.md "check type definition")
3723
+
3724
+ * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-five-characters-anyof-1.md "check type definition")
3725
+
3726
+ ### Additional Properties
3727
+
3728
+ Additional properties are allowed and do not have to follow a specific schema
3729
+
3730
+ ## Definitions group Raster
3731
+
3732
+ Reference this group by using
3733
+
3734
+ ```json
3735
+ {"$ref":"airs_model#/$defs/Raster"}
3736
+ ```
3737
+
3738
+ | Property | Type | Required | Nullable | Defined by |
3739
+ | :-------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------- |
3740
+ | [type](#type-1) | `object` | Required | cannot be null | [Item](model-defs-rastertype.md "airs_model#/$defs/Raster/properties/type") |
3741
+ | [path](#path) | `string` | Required | cannot be null | [Item](model-defs-raster-properties-path.md "airs_model#/$defs/Raster/properties/path") |
3742
+ | [id](#id-1) | `string` | Required | cannot be null | [Item](model-defs-raster-properties-id.md "airs_model#/$defs/Raster/properties/id") |
3743
+
3744
+ ### type
3745
+
3746
+
3747
+
3748
+ `type`
3749
+
3750
+ * is required
3751
+
3752
+ * Type: `object` ([RasterType](model-defs-rastertype.md))
3753
+
3754
+ * cannot be null
3755
+
3756
+ * defined in: [Item](model-defs-rastertype.md "airs_model#/$defs/Raster/properties/type")
3757
+
3758
+ #### type Type
3759
+
3760
+ `object` ([RasterType](model-defs-rastertype.md))
3761
+
3762
+ ### path
3763
+
3764
+
3765
+
3766
+ `path`
3767
+
3768
+ * is required
3769
+
3770
+ * Type: `string` ([Path](model-defs-raster-properties-path.md))
3771
+
3772
+ * cannot be null
3773
+
3774
+ * defined in: [Item](model-defs-raster-properties-path.md "airs_model#/$defs/Raster/properties/path")
3775
+
3776
+ #### path Type
3777
+
3778
+ `string` ([Path](model-defs-raster-properties-path.md))
3779
+
3780
+ ### id
3781
+
3782
+
3783
+
3784
+ `id`
3785
+
3786
+ * is required
3787
+
3788
+ * Type: `string` ([Id](model-defs-raster-properties-id.md))
3789
+
3790
+ * cannot be null
3791
+
3792
+ * defined in: [Item](model-defs-raster-properties-id.md "airs_model#/$defs/Raster/properties/id")
3793
+
3794
+ #### id Type
3795
+
3796
+ `string` ([Id](model-defs-raster-properties-id.md))
3797
+
3798
+ ## Definitions group RasterType
3799
+
3800
+ Reference this group by using
3801
+
3802
+ ```json
3803
+ {"$ref":"airs_model#/$defs/RasterType"}
3804
+ ```
3805
+
3806
+ | Property | Type | Required | Nullable | Defined by |
3807
+ | :---------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------- |
3808
+ | [source](#source) | `string` | Required | cannot be null | [Item](model-defs-rastertype-properties-source.md "airs_model#/$defs/RasterType/properties/source") |
3809
+ | [format](#format) | `string` | Required | cannot be null | [Item](model-defs-rastertype-properties-format.md "airs_model#/$defs/RasterType/properties/format") |
3810
+
3811
+ ### source
3812
+
3813
+
3814
+
3815
+ `source`
3816
+
3817
+ * is required
3818
+
3819
+ * Type: `string` ([Source](model-defs-rastertype-properties-source.md))
3820
+
3821
+ * cannot be null
3822
+
3823
+ * defined in: [Item](model-defs-rastertype-properties-source.md "airs_model#/$defs/RasterType/properties/source")
3824
+
3825
+ #### source Type
3826
+
3827
+ `string` ([Source](model-defs-rastertype-properties-source.md))
3828
+
3829
+ ### format
3830
+
3831
+
3832
+
3833
+ `format`
3834
+
3835
+ * is required
3836
+
3837
+ * Type: `string` ([Format](model-defs-rastertype-properties-format.md))
3838
+
3839
+ * cannot be null
3840
+
3841
+ * defined in: [Item](model-defs-rastertype-properties-format.md "airs_model#/$defs/RasterType/properties/format")
3842
+
3843
+ #### format Type
3844
+
3845
+ `string` ([Format](model-defs-rastertype-properties-format.md))
3846
+
3847
+ ## Definitions group VariableType
3848
+
3849
+ Reference this group by using
3850
+
3851
+ ```json
3852
+ {"$ref":"airs_model#/$defs/VariableType"}
3853
+ ```
3854
+
3855
+ | Property | Type | Required | Nullable | Defined by |
3856
+ | :------- | :--- | :------- | :------- | :--------- |
3857
+
3858
+