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