airsmodel 0.5.11__py3-none-any.whl → 0.5.13__py3-none-any.whl

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

Potentially problematic release.


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

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