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