airsmodel 0.5.11__tar.gz → 0.5.13__tar.gz

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