airsmodel 0.5.14__py3-none-any.whl → 0.5.18__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.

@@ -1,4408 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: airsmodel
3
- Version: 0.5.14
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](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
- | [keywords](#keywords) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-list-of-keywords.md "airs_model#/$defs/Properties/properties/keywords") |
1653
- | [programme](#programme) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme") |
1654
- | [constellation](#constellation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation") |
1655
- | [satellite](#satellite) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite") |
1656
- | [platform](#platform) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-satellite-platform.md "airs_model#/$defs/Properties/properties/platform") |
1657
- | [instrument](#instrument) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument") |
1658
- | [sensor](#sensor) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor") |
1659
- | [sensor\_mode](#sensor_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md "airs_model#/$defs/Properties/properties/sensor_mode") |
1660
- | [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") |
1661
- | [annotations](#annotations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations") |
1662
- | [gsd](#gsd-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd") |
1663
- | [secondary\_id](#secondary_id) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id") |
1664
- | [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") |
1665
- | [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") |
1666
- | [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") |
1667
- | [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") |
1668
- | [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") |
1669
- | [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") |
1670
- | [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") |
1671
- | [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") |
1672
- | [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") |
1673
- | [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") |
1674
- | [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") |
1675
- | [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") |
1676
- | [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") |
1677
- | [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") |
1678
- | [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") |
1679
- | [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") |
1680
- | [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") |
1681
- | [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") |
1682
- | [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") |
1683
- | [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") |
1684
- | [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") |
1685
- | [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") |
1686
- | [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") |
1687
- | [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") |
1688
- | [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") |
1689
- | [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") |
1690
- | [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") |
1691
- | [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") |
1692
- | [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") |
1693
- | [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") |
1694
- | [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") |
1695
- | [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") |
1696
- | [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") |
1697
- | [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") |
1698
- | [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") |
1699
- | [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") |
1700
- | [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") |
1701
- | [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") |
1702
- | [acq\_\_acquisition\_orbit](#acq__acquisition_orbit) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-orbit.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit") |
1703
- | [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") |
1704
- | [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") |
1705
- | [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") |
1706
- | [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") |
1707
- | [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") |
1708
- | [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") |
1709
- | [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") |
1710
- | [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") |
1711
- | [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") |
1712
- | [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") |
1713
- | [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") |
1714
- | [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") |
1715
- | [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") |
1716
- | [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") |
1717
- | [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") |
1718
- | [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") |
1719
- | [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") |
1720
- | [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") |
1721
- | [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") |
1722
- | [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") |
1723
- | [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") |
1724
- | [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") |
1725
- | [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") |
1726
- | [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") |
1727
- | [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") |
1728
- | [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") |
1729
- | [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") |
1730
- | [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") |
1731
- | [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") |
1732
- | [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") |
1733
- | [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") |
1734
- | [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") |
1735
- | [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") |
1736
- | [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") |
1737
- | [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") |
1738
- | [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") |
1739
- | [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") |
1740
- | [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") |
1741
- | [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") |
1742
- | [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") |
1743
- | [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") |
1744
- | [generated\_\_month](#generated__month) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month") |
1745
- | [generated\_\_year](#generated__year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year") |
1746
- | [generated\_\_season](#generated__season) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season") |
1747
- | [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") |
1748
- | [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") |
1749
- | [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") |
1750
- | [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") |
1751
- | [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") |
1752
- | [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") |
1753
- | [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") |
1754
- | Additional Properties | Any | Optional | can be null | |
1755
-
1756
- #### datetime
1757
-
1758
-
1759
-
1760
- `datetime`
1761
-
1762
- * is optional
1763
-
1764
- * 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))
1765
-
1766
- * cannot be null
1767
-
1768
- * 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")
1769
-
1770
- ##### datetime Type
1771
-
1772
- 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))
1773
-
1774
- any of
1775
-
1776
- * [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")
1777
-
1778
- * [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")
1779
-
1780
- #### start\_datetime
1781
-
1782
-
1783
-
1784
- `start_datetime`
1785
-
1786
- * is optional
1787
-
1788
- * 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))
1789
-
1790
- * cannot be null
1791
-
1792
- * 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")
1793
-
1794
- ##### start\_datetime Type
1795
-
1796
- 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))
1797
-
1798
- any of
1799
-
1800
- * [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")
1801
-
1802
- * [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")
1803
-
1804
- #### end\_datetime
1805
-
1806
-
1807
-
1808
- `end_datetime`
1809
-
1810
- * is optional
1811
-
1812
- * 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))
1813
-
1814
- * cannot be null
1815
-
1816
- * 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")
1817
-
1818
- ##### end\_datetime Type
1819
-
1820
- 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))
1821
-
1822
- any of
1823
-
1824
- * [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")
1825
-
1826
- * [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")
1827
-
1828
- #### keywords
1829
-
1830
-
1831
-
1832
- `keywords`
1833
-
1834
- * is optional
1835
-
1836
- * Type: merged type ([A list of keywords](model-defs-properties-properties-a-list-of-keywords.md))
1837
-
1838
- * cannot be null
1839
-
1840
- * defined in: [Item](model-defs-properties-properties-a-list-of-keywords.md "airs_model#/$defs/Properties/properties/keywords")
1841
-
1842
- ##### keywords Type
1843
-
1844
- merged type ([A list of keywords](model-defs-properties-properties-a-list-of-keywords.md))
1845
-
1846
- any of
1847
-
1848
- * [Untitled array in Item](model-defs-properties-properties-a-list-of-keywords-anyof-0.md "check type definition")
1849
-
1850
- * [Untitled null in Item](model-defs-properties-properties-a-list-of-keywords-anyof-1.md "check type definition")
1851
-
1852
- #### programme
1853
-
1854
-
1855
-
1856
- `programme`
1857
-
1858
- * is optional
1859
-
1860
- * Type: merged type ([Name of the programme](model-defs-properties-properties-name-of-the-programme.md))
1861
-
1862
- * cannot be null
1863
-
1864
- * defined in: [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme")
1865
-
1866
- ##### programme Type
1867
-
1868
- merged type ([Name of the programme](model-defs-properties-properties-name-of-the-programme.md))
1869
-
1870
- any of
1871
-
1872
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-programme-anyof-0.md "check type definition")
1873
-
1874
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-programme-anyof-1.md "check type definition")
1875
-
1876
- #### constellation
1877
-
1878
-
1879
-
1880
- `constellation`
1881
-
1882
- * is optional
1883
-
1884
- * Type: merged type ([Name of the constellation](model-defs-properties-properties-name-of-the-constellation.md))
1885
-
1886
- * cannot be null
1887
-
1888
- * defined in: [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation")
1889
-
1890
- ##### constellation Type
1891
-
1892
- merged type ([Name of the constellation](model-defs-properties-properties-name-of-the-constellation.md))
1893
-
1894
- any of
1895
-
1896
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-constellation-anyof-0.md "check type definition")
1897
-
1898
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-constellation-anyof-1.md "check type definition")
1899
-
1900
- #### satellite
1901
-
1902
-
1903
-
1904
- `satellite`
1905
-
1906
- * is optional
1907
-
1908
- * Type: merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
1909
-
1910
- * cannot be null
1911
-
1912
- * defined in: [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite")
1913
-
1914
- ##### satellite Type
1915
-
1916
- merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
1917
-
1918
- any of
1919
-
1920
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-satellite-anyof-0.md "check type definition")
1921
-
1922
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-anyof-1.md "check type definition")
1923
-
1924
- #### platform
1925
-
1926
-
1927
-
1928
- `platform`
1929
-
1930
- * is optional
1931
-
1932
- * Type: merged type ([Name of the satellite platform](model-defs-properties-properties-name-of-the-satellite-platform.md))
1933
-
1934
- * cannot be null
1935
-
1936
- * defined in: [Item](model-defs-properties-properties-name-of-the-satellite-platform.md "airs_model#/$defs/Properties/properties/platform")
1937
-
1938
- ##### platform Type
1939
-
1940
- merged type ([Name of the satellite platform](model-defs-properties-properties-name-of-the-satellite-platform.md))
1941
-
1942
- any of
1943
-
1944
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-satellite-platform-anyof-0.md "check type definition")
1945
-
1946
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-platform-anyof-1.md "check type definition")
1947
-
1948
- #### instrument
1949
-
1950
-
1951
-
1952
- `instrument`
1953
-
1954
- * is optional
1955
-
1956
- * Type: merged type ([Name of the instrument](model-defs-properties-properties-name-of-the-instrument.md))
1957
-
1958
- * cannot be null
1959
-
1960
- * defined in: [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument")
1961
-
1962
- ##### instrument Type
1963
-
1964
- merged type ([Name of the instrument](model-defs-properties-properties-name-of-the-instrument.md))
1965
-
1966
- any of
1967
-
1968
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-instrument-anyof-0.md "check type definition")
1969
-
1970
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-instrument-anyof-1.md "check type definition")
1971
-
1972
- #### sensor
1973
-
1974
-
1975
-
1976
- `sensor`
1977
-
1978
- * is optional
1979
-
1980
- * Type: merged type ([Name of the sensor](model-defs-properties-properties-name-of-the-sensor.md))
1981
-
1982
- * cannot be null
1983
-
1984
- * defined in: [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor")
1985
-
1986
- ##### sensor Type
1987
-
1988
- merged type ([Name of the sensor](model-defs-properties-properties-name-of-the-sensor.md))
1989
-
1990
- any of
1991
-
1992
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-sensor-anyof-0.md "check type definition")
1993
-
1994
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-sensor-anyof-1.md "check type definition")
1995
-
1996
- #### sensor\_mode
1997
-
1998
-
1999
-
2000
- `sensor_mode`
2001
-
2002
- * is optional
2003
-
2004
- * Type: merged type ([Mode of the sensor during acquisition](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md))
2005
-
2006
- * cannot be null
2007
-
2008
- * defined in: [Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md "airs_model#/$defs/Properties/properties/sensor_mode")
2009
-
2010
- ##### sensor\_mode Type
2011
-
2012
- merged type ([Mode of the sensor during acquisition](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md))
2013
-
2014
- any of
2015
-
2016
- * [Untitled string in Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition-anyof-0.md "check type definition")
2017
-
2018
- * [Untitled null in Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition-anyof-1.md "check type definition")
2019
-
2020
- #### sensor\_type
2021
-
2022
-
2023
-
2024
- `sensor_type`
2025
-
2026
- * is optional
2027
-
2028
- * Type: merged type ([Type of sensor](model-defs-properties-properties-type-of-sensor.md))
2029
-
2030
- * cannot be null
2031
-
2032
- * defined in: [Item](model-defs-properties-properties-type-of-sensor.md "airs_model#/$defs/Properties/properties/sensor_type")
2033
-
2034
- ##### sensor\_type Type
2035
-
2036
- merged type ([Type of sensor](model-defs-properties-properties-type-of-sensor.md))
2037
-
2038
- any of
2039
-
2040
- * [Untitled string in Item](model-defs-properties-properties-type-of-sensor-anyof-0.md "check type definition")
2041
-
2042
- * [Untitled null in Item](model-defs-properties-properties-type-of-sensor-anyof-1.md "check type definition")
2043
-
2044
- #### annotations
2045
-
2046
-
2047
-
2048
- `annotations`
2049
-
2050
- * is optional
2051
-
2052
- * Type: merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
2053
-
2054
- * cannot be null
2055
-
2056
- * defined in: [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations")
2057
-
2058
- ##### annotations Type
2059
-
2060
- merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
2061
-
2062
- any of
2063
-
2064
- * [Untitled string in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-0.md "check type definition")
2065
-
2066
- * [Untitled null in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-1.md "check type definition")
2067
-
2068
- #### gsd
2069
-
2070
-
2071
-
2072
- `gsd`
2073
-
2074
- * is optional
2075
-
2076
- * Type: merged type ([Ground Sampling Distance (resolution)](model-defs-properties-properties-ground-sampling-distance-resolution.md))
2077
-
2078
- * cannot be null
2079
-
2080
- * defined in: [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd")
2081
-
2082
- ##### gsd Type
2083
-
2084
- merged type ([Ground Sampling Distance (resolution)](model-defs-properties-properties-ground-sampling-distance-resolution.md))
2085
-
2086
- any of
2087
-
2088
- * [Untitled number in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-0.md "check type definition")
2089
-
2090
- * [Untitled null in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-1.md "check type definition")
2091
-
2092
- #### secondary\_id
2093
-
2094
-
2095
-
2096
- `secondary_id`
2097
-
2098
- * is optional
2099
-
2100
- * Type: merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
2101
-
2102
- * cannot be null
2103
-
2104
- * defined in: [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id")
2105
-
2106
- ##### secondary\_id Type
2107
-
2108
- merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
2109
-
2110
- any of
2111
-
2112
- * [Untitled string in Item](model-defs-properties-properties-secondary-identifier-anyof-0.md "check type definition")
2113
-
2114
- * [Untitled null in Item](model-defs-properties-properties-secondary-identifier-anyof-1.md "check type definition")
2115
-
2116
- #### data\_type
2117
-
2118
-
2119
-
2120
- `data_type`
2121
-
2122
- * is optional
2123
-
2124
- * Type: merged type ([Type of data](model-defs-properties-properties-type-of-data.md))
2125
-
2126
- * cannot be null
2127
-
2128
- * defined in: [Item](model-defs-properties-properties-type-of-data.md "airs_model#/$defs/Properties/properties/data_type")
2129
-
2130
- ##### data\_type Type
2131
-
2132
- merged type ([Type of data](model-defs-properties-properties-type-of-data.md))
2133
-
2134
- any of
2135
-
2136
- * [Untitled string in Item](model-defs-properties-properties-type-of-data-anyof-0.md "check type definition")
2137
-
2138
- * [Untitled null in Item](model-defs-properties-properties-type-of-data-anyof-1.md "check type definition")
2139
-
2140
- #### item\_type
2141
-
2142
-
2143
-
2144
- `item_type`
2145
-
2146
- * is optional
2147
-
2148
- * Type: merged type ([Type of data (ResourceType)](model-defs-properties-properties-type-of-data-resourcetype.md))
2149
-
2150
- * cannot be null
2151
-
2152
- * defined in: [Item](model-defs-properties-properties-type-of-data-resourcetype.md "airs_model#/$defs/Properties/properties/item_type")
2153
-
2154
- ##### item\_type Type
2155
-
2156
- merged type ([Type of data (ResourceType)](model-defs-properties-properties-type-of-data-resourcetype.md))
2157
-
2158
- any of
2159
-
2160
- * [Untitled string in Item](model-defs-properties-properties-type-of-data-resourcetype-anyof-0.md "check type definition")
2161
-
2162
- * [Untitled null in Item](model-defs-properties-properties-type-of-data-resourcetype-anyof-1.md "check type definition")
2163
-
2164
- #### item\_format
2165
-
2166
-
2167
-
2168
- `item_format`
2169
-
2170
- * is optional
2171
-
2172
- * Type: merged type ([Data format (ItemFormat)](model-defs-properties-properties-data-format-itemformat.md))
2173
-
2174
- * cannot be null
2175
-
2176
- * defined in: [Item](model-defs-properties-properties-data-format-itemformat.md "airs_model#/$defs/Properties/properties/item_format")
2177
-
2178
- ##### item\_format Type
2179
-
2180
- merged type ([Data format (ItemFormat)](model-defs-properties-properties-data-format-itemformat.md))
2181
-
2182
- any of
2183
-
2184
- * [Untitled string in Item](model-defs-properties-properties-data-format-itemformat-anyof-0.md "check type definition")
2185
-
2186
- * [Untitled null in Item](model-defs-properties-properties-data-format-itemformat-anyof-1.md "check type definition")
2187
-
2188
- #### main\_asset\_format
2189
-
2190
-
2191
-
2192
- `main_asset_format`
2193
-
2194
- * is optional
2195
-
2196
- * Type: merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
2197
-
2198
- * cannot be null
2199
-
2200
- * defined in: [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format")
2201
-
2202
- ##### main\_asset\_format Type
2203
-
2204
- merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
2205
-
2206
- any of
2207
-
2208
- * [Untitled string in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-0.md "check type definition")
2209
-
2210
- * [Untitled null in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-1.md "check type definition")
2211
-
2212
- #### main\_asset\_name
2213
-
2214
-
2215
-
2216
- `main_asset_name`
2217
-
2218
- * is optional
2219
-
2220
- * Type: merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
2221
-
2222
- * cannot be null
2223
-
2224
- * defined in: [Item](model-defs-properties-properties-name-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_name")
2225
-
2226
- ##### main\_asset\_name Type
2227
-
2228
- merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
2229
-
2230
- any of
2231
-
2232
- * [Untitled string in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-0.md "check type definition")
2233
-
2234
- * [Untitled null in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-1.md "check type definition")
2235
-
2236
- #### observation\_type
2237
-
2238
-
2239
-
2240
- `observation_type`
2241
-
2242
- * is optional
2243
-
2244
- * Type: merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
2245
-
2246
- * cannot be null
2247
-
2248
- * defined in: [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type")
2249
-
2250
- ##### observation\_type Type
2251
-
2252
- merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
2253
-
2254
- any of
2255
-
2256
- * [Untitled string in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-0.md "check type definition")
2257
-
2258
- * [Untitled null in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-1.md "check type definition")
2259
-
2260
- #### data\_coverage
2261
-
2262
-
2263
-
2264
- `data_coverage`
2265
-
2266
- * is optional
2267
-
2268
- * Type: merged type ([Estimate of data cover](model-defs-properties-properties-estimate-of-data-cover.md))
2269
-
2270
- * cannot be null
2271
-
2272
- * defined in: [Item](model-defs-properties-properties-estimate-of-data-cover.md "airs_model#/$defs/Properties/properties/data_coverage")
2273
-
2274
- ##### data\_coverage Type
2275
-
2276
- merged type ([Estimate of data cover](model-defs-properties-properties-estimate-of-data-cover.md))
2277
-
2278
- any of
2279
-
2280
- * [Untitled number in Item](model-defs-properties-properties-estimate-of-data-cover-anyof-0.md "check type definition")
2281
-
2282
- * [Untitled null in Item](model-defs-properties-properties-estimate-of-data-cover-anyof-1.md "check type definition")
2283
-
2284
- #### water\_coverage
2285
-
2286
-
2287
-
2288
- `water_coverage`
2289
-
2290
- * is optional
2291
-
2292
- * Type: merged type ([Estimate of water cover](model-defs-properties-properties-estimate-of-water-cover.md))
2293
-
2294
- * cannot be null
2295
-
2296
- * defined in: [Item](model-defs-properties-properties-estimate-of-water-cover.md "airs_model#/$defs/Properties/properties/water_coverage")
2297
-
2298
- ##### water\_coverage Type
2299
-
2300
- merged type ([Estimate of water cover](model-defs-properties-properties-estimate-of-water-cover.md))
2301
-
2302
- any of
2303
-
2304
- * [Untitled number in Item](model-defs-properties-properties-estimate-of-water-cover-anyof-0.md "check type definition")
2305
-
2306
- * [Untitled null in Item](model-defs-properties-properties-estimate-of-water-cover-anyof-1.md "check type definition")
2307
-
2308
- #### locations
2309
-
2310
-
2311
-
2312
- `locations`
2313
-
2314
- * is optional
2315
-
2316
- * Type: merged type ([List of locations covered by the item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md))
2317
-
2318
- * cannot be null
2319
-
2320
- * defined in: [Item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md "airs_model#/$defs/Properties/properties/locations")
2321
-
2322
- ##### locations Type
2323
-
2324
- merged type ([List of locations covered by the item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md))
2325
-
2326
- any of
2327
-
2328
- * [Untitled array in Item](model-defs-properties-properties-list-of-locations-covered-by-the-item-anyof-0.md "check type definition")
2329
-
2330
- * [Untitled null in Item](model-defs-properties-properties-list-of-locations-covered-by-the-item-anyof-1.md "check type definition")
2331
-
2332
- #### create\_datetime
2333
-
2334
-
2335
-
2336
- `create_datetime`
2337
-
2338
- * is optional
2339
-
2340
- * 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))
2341
-
2342
- * cannot be null
2343
-
2344
- * 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")
2345
-
2346
- ##### create\_datetime Type
2347
-
2348
- 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))
2349
-
2350
- any of
2351
-
2352
- * [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")
2353
-
2354
- * [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")
2355
-
2356
- #### update\_datetime
2357
-
2358
-
2359
-
2360
- `update_datetime`
2361
-
2362
- * is optional
2363
-
2364
- * 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))
2365
-
2366
- * cannot be null
2367
-
2368
- * 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")
2369
-
2370
- ##### update\_datetime Type
2371
-
2372
- 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))
2373
-
2374
- any of
2375
-
2376
- * [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")
2377
-
2378
- * [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")
2379
-
2380
- #### view\_\_off\_nadir
2381
-
2382
-
2383
-
2384
- `view__off_nadir`
2385
-
2386
- * is optional
2387
-
2388
- * 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))
2389
-
2390
- * cannot be null
2391
-
2392
- * 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")
2393
-
2394
- ##### view\_\_off\_nadir Type
2395
-
2396
- 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))
2397
-
2398
- any of
2399
-
2400
- * [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")
2401
-
2402
- * [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")
2403
-
2404
- #### view\_\_incidence\_angle
2405
-
2406
-
2407
-
2408
- `view__incidence_angle`
2409
-
2410
- * is optional
2411
-
2412
- * 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))
2413
-
2414
- * cannot be null
2415
-
2416
- * 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")
2417
-
2418
- ##### view\_\_incidence\_angle Type
2419
-
2420
- 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))
2421
-
2422
- any of
2423
-
2424
- * [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")
2425
-
2426
- * [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")
2427
-
2428
- #### view\_\_azimuth
2429
-
2430
-
2431
-
2432
- `view__azimuth`
2433
-
2434
- * is optional
2435
-
2436
- * 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))
2437
-
2438
- * cannot be null
2439
-
2440
- * 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")
2441
-
2442
- ##### view\_\_azimuth Type
2443
-
2444
- 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))
2445
-
2446
- any of
2447
-
2448
- * [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")
2449
-
2450
- * [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")
2451
-
2452
- #### view\_\_sun\_azimuth
2453
-
2454
-
2455
-
2456
- `view__sun_azimuth`
2457
-
2458
- * is optional
2459
-
2460
- * 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))
2461
-
2462
- * cannot be null
2463
-
2464
- * 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")
2465
-
2466
- ##### view\_\_sun\_azimuth Type
2467
-
2468
- 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))
2469
-
2470
- any of
2471
-
2472
- * [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")
2473
-
2474
- * [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")
2475
-
2476
- #### view\_\_sun\_elevation
2477
-
2478
-
2479
-
2480
- `view__sun_elevation`
2481
-
2482
- * is optional
2483
-
2484
- * 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))
2485
-
2486
- * cannot be null
2487
-
2488
- * 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")
2489
-
2490
- ##### view\_\_sun\_elevation Type
2491
-
2492
- 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))
2493
-
2494
- any of
2495
-
2496
- * [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")
2497
-
2498
- * [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")
2499
-
2500
- #### storage\_\_requester\_pays
2501
-
2502
-
2503
-
2504
- `storage__requester_pays`
2505
-
2506
- * is optional
2507
-
2508
- * 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))
2509
-
2510
- * cannot be null
2511
-
2512
- * 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")
2513
-
2514
- ##### storage\_\_requester\_pays Type
2515
-
2516
- 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))
2517
-
2518
- any of
2519
-
2520
- * [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")
2521
-
2522
- * [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")
2523
-
2524
- #### storage\_\_tier
2525
-
2526
-
2527
-
2528
- `storage__tier`
2529
-
2530
- * is optional
2531
-
2532
- * Type: merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
2533
-
2534
- * cannot be null
2535
-
2536
- * defined in: [Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Properties/properties/storage__tier")
2537
-
2538
- ##### storage\_\_tier Type
2539
-
2540
- merged type ([Cloud Provider Storage Tiers (Standard, Glacier, etc.)](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md))
2541
-
2542
- any of
2543
-
2544
- * [Untitled string in Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-0.md "check type definition")
2545
-
2546
- * [Untitled null in Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc-anyof-1.md "check type definition")
2547
-
2548
- #### storage\_\_platform
2549
-
2550
-
2551
-
2552
- `storage__platform`
2553
-
2554
- * is optional
2555
-
2556
- * 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))
2557
-
2558
- * cannot be null
2559
-
2560
- * defined in: [Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Properties/properties/storage__platform")
2561
-
2562
- ##### storage\_\_platform Type
2563
-
2564
- 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))
2565
-
2566
- any of
2567
-
2568
- * [Untitled string in Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-0.md "check type definition")
2569
-
2570
- * [Untitled null in Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other-anyof-1.md "check type definition")
2571
-
2572
- #### storage\_\_region
2573
-
2574
-
2575
-
2576
- `storage__region`
2577
-
2578
- * is optional
2579
-
2580
- * 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))
2581
-
2582
- * cannot be null
2583
-
2584
- * 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")
2585
-
2586
- ##### storage\_\_region Type
2587
-
2588
- 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))
2589
-
2590
- any of
2591
-
2592
- * [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")
2593
-
2594
- * [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")
2595
-
2596
- #### eo\_\_cloud\_cover
2597
-
2598
-
2599
-
2600
- `eo__cloud_cover`
2601
-
2602
- * is optional
2603
-
2604
- * Type: merged type ([Estimate of cloud cover.](model-defs-properties-properties-estimate-of-cloud-cover.md))
2605
-
2606
- * cannot be null
2607
-
2608
- * defined in: [Item](model-defs-properties-properties-estimate-of-cloud-cover.md "airs_model#/$defs/Properties/properties/eo__cloud_cover")
2609
-
2610
- ##### eo\_\_cloud\_cover Type
2611
-
2612
- merged type ([Estimate of cloud cover.](model-defs-properties-properties-estimate-of-cloud-cover.md))
2613
-
2614
- any of
2615
-
2616
- * [Untitled number in Item](model-defs-properties-properties-estimate-of-cloud-cover-anyof-0.md "check type definition")
2617
-
2618
- * [Untitled null in Item](model-defs-properties-properties-estimate-of-cloud-cover-anyof-1.md "check type definition")
2619
-
2620
- #### eo\_\_snow\_cover
2621
-
2622
-
2623
-
2624
- `eo__snow_cover`
2625
-
2626
- * is optional
2627
-
2628
- * Type: merged type ([Estimate of snow and ice cover.](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md))
2629
-
2630
- * cannot be null
2631
-
2632
- * defined in: [Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md "airs_model#/$defs/Properties/properties/eo__snow_cover")
2633
-
2634
- ##### eo\_\_snow\_cover Type
2635
-
2636
- merged type ([Estimate of snow and ice cover.](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md))
2637
-
2638
- any of
2639
-
2640
- * [Untitled number in Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover-anyof-0.md "check type definition")
2641
-
2642
- * [Untitled null in Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover-anyof-1.md "check type definition")
2643
-
2644
- #### eo\_\_bands
2645
-
2646
-
2647
-
2648
- `eo__bands`
2649
-
2650
- * is optional
2651
-
2652
- * 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))
2653
-
2654
- * cannot be null
2655
-
2656
- * 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")
2657
-
2658
- ##### eo\_\_bands Type
2659
-
2660
- 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))
2661
-
2662
- any of
2663
-
2664
- * [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")
2665
-
2666
- * [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")
2667
-
2668
- #### processing\_\_expression
2669
-
2670
-
2671
-
2672
- `processing__expression`
2673
-
2674
- * is optional
2675
-
2676
- * 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))
2677
-
2678
- * cannot be null
2679
-
2680
- * 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")
2681
-
2682
- ##### processing\_\_expression Type
2683
-
2684
- 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))
2685
-
2686
- any of
2687
-
2688
- * [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")
2689
-
2690
- * [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")
2691
-
2692
- #### processing\_\_lineage
2693
-
2694
-
2695
-
2696
- `processing__lineage`
2697
-
2698
- * is optional
2699
-
2700
- * 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))
2701
-
2702
- * cannot be null
2703
-
2704
- * 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")
2705
-
2706
- ##### processing\_\_lineage Type
2707
-
2708
- 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))
2709
-
2710
- any of
2711
-
2712
- * [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")
2713
-
2714
- * [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")
2715
-
2716
- #### processing\_\_level
2717
-
2718
-
2719
-
2720
- `processing__level`
2721
-
2722
- * is optional
2723
-
2724
- * 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))
2725
-
2726
- * cannot be null
2727
-
2728
- * 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")
2729
-
2730
- ##### processing\_\_level Type
2731
-
2732
- 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))
2733
-
2734
- any of
2735
-
2736
- * [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")
2737
-
2738
- * [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")
2739
-
2740
- #### processing\_\_facility
2741
-
2742
-
2743
-
2744
- `processing__facility`
2745
-
2746
- * is optional
2747
-
2748
- * 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))
2749
-
2750
- * cannot be null
2751
-
2752
- * 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")
2753
-
2754
- ##### processing\_\_facility Type
2755
-
2756
- 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))
2757
-
2758
- any of
2759
-
2760
- * [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")
2761
-
2762
- * [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")
2763
-
2764
- #### processing\_\_software
2765
-
2766
-
2767
-
2768
- `processing__software`
2769
-
2770
- * is optional
2771
-
2772
- * 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))
2773
-
2774
- * cannot be null
2775
-
2776
- * 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")
2777
-
2778
- ##### processing\_\_software Type
2779
-
2780
- 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))
2781
-
2782
- any of
2783
-
2784
- * [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")
2785
-
2786
- * [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")
2787
-
2788
- #### dc3\_\_quality\_indicators
2789
-
2790
-
2791
-
2792
- `dc3__quality_indicators`
2793
-
2794
- * is optional
2795
-
2796
- * 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))
2797
-
2798
- * cannot be null
2799
-
2800
- * 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")
2801
-
2802
- ##### dc3\_\_quality\_indicators Type
2803
-
2804
- 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))
2805
-
2806
- any of
2807
-
2808
- * [Indicators](model-defs-indicators.md "check type definition")
2809
-
2810
- * [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")
2811
-
2812
- #### dc3\_\_composition
2813
-
2814
-
2815
-
2816
- `dc3__composition`
2817
-
2818
- * is optional
2819
-
2820
- * 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))
2821
-
2822
- * cannot be null
2823
-
2824
- * 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")
2825
-
2826
- ##### dc3\_\_composition Type
2827
-
2828
- 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))
2829
-
2830
- any of
2831
-
2832
- * [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")
2833
-
2834
- * [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")
2835
-
2836
- #### dc3\_\_number\_of\_chunks
2837
-
2838
-
2839
-
2840
- `dc3__number_of_chunks`
2841
-
2842
- * is optional
2843
-
2844
- * 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))
2845
-
2846
- * cannot be null
2847
-
2848
- * 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")
2849
-
2850
- ##### dc3\_\_number\_of\_chunks Type
2851
-
2852
- 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))
2853
-
2854
- any of
2855
-
2856
- * [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")
2857
-
2858
- * [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")
2859
-
2860
- #### dc3\_\_chunk\_weight
2861
-
2862
-
2863
-
2864
- `dc3__chunk_weight`
2865
-
2866
- * is optional
2867
-
2868
- * Type: merged type ([Weight of a chunk (number of bytes).](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md))
2869
-
2870
- * cannot be null
2871
-
2872
- * defined in: [Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md "airs_model#/$defs/Properties/properties/dc3__chunk_weight")
2873
-
2874
- ##### dc3\_\_chunk\_weight Type
2875
-
2876
- merged type ([Weight of a chunk (number of bytes).](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md))
2877
-
2878
- any of
2879
-
2880
- * [Untitled integer in Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes-anyof-0.md "check type definition")
2881
-
2882
- * [Untitled null in Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes-anyof-1.md "check type definition")
2883
-
2884
- #### dc3\_\_fill\_ratio
2885
-
2886
-
2887
-
2888
- `dc3__fill_ratio`
2889
-
2890
- * is optional
2891
-
2892
- * 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))
2893
-
2894
- * cannot be null
2895
-
2896
- * 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")
2897
-
2898
- ##### dc3\_\_fill\_ratio Type
2899
-
2900
- 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))
2901
-
2902
- any of
2903
-
2904
- * [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")
2905
-
2906
- * [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")
2907
-
2908
- #### cube\_\_dimensions
2909
-
2910
-
2911
-
2912
- `cube__dimensions`
2913
-
2914
- * is optional
2915
-
2916
- * Type: merged type ([Uniquely named dimensions of the datacube.](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md))
2917
-
2918
- * cannot be null
2919
-
2920
- * defined in: [Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__dimensions")
2921
-
2922
- ##### cube\_\_dimensions Type
2923
-
2924
- merged type ([Uniquely named dimensions of the datacube.](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md))
2925
-
2926
- any of
2927
-
2928
- * [Untitled object in Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube-anyof-0.md "check type definition")
2929
-
2930
- * [Untitled null in Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube-anyof-1.md "check type definition")
2931
-
2932
- #### cube\_\_variables
2933
-
2934
-
2935
-
2936
- `cube__variables`
2937
-
2938
- * is optional
2939
-
2940
- * Type: merged type ([Uniquely named variables of the datacube.](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md))
2941
-
2942
- * cannot be null
2943
-
2944
- * defined in: [Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__variables")
2945
-
2946
- ##### cube\_\_variables Type
2947
-
2948
- merged type ([Uniquely named variables of the datacube.](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md))
2949
-
2950
- any of
2951
-
2952
- * [Untitled object in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-0.md "check type definition")
2953
-
2954
- * [Untitled null in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-1.md "check type definition")
2955
-
2956
- #### acq\_\_acquisition\_mode
2957
-
2958
-
2959
-
2960
- `acq__acquisition_mode`
2961
-
2962
- * is optional
2963
-
2964
- * Type: merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
2965
-
2966
- * cannot be null
2967
-
2968
- * defined in: [Item](model-defs-properties-properties-the-name-of-the-acquisition-mode.md "airs_model#/$defs/Properties/properties/acq__acquisition_mode")
2969
-
2970
- ##### acq\_\_acquisition\_mode Type
2971
-
2972
- merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
2973
-
2974
- any of
2975
-
2976
- * [Untitled string in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-0.md "check type definition")
2977
-
2978
- * [Untitled null in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-1.md "check type definition")
2979
-
2980
- #### acq\_\_acquisition\_orbit\_direction
2981
-
2982
-
2983
-
2984
- `acq__acquisition_orbit_direction`
2985
-
2986
- * is optional
2987
-
2988
- * Type: merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
2989
-
2990
- * cannot be null
2991
-
2992
- * defined in: [Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit_direction")
2993
-
2994
- ##### acq\_\_acquisition\_orbit\_direction Type
2995
-
2996
- merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
2997
-
2998
- any of
2999
-
3000
- * [Untitled string in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-0.md "check type definition")
3001
-
3002
- * [Untitled null in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-1.md "check type definition")
3003
-
3004
- #### acq\_\_acquisition\_type
3005
-
3006
-
3007
-
3008
- `acq__acquisition_type`
3009
-
3010
- * is optional
3011
-
3012
- * Type: merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
3013
-
3014
- * cannot be null
3015
-
3016
- * defined in: [Item](model-defs-properties-properties-acquisition-type-strip.md "airs_model#/$defs/Properties/properties/acq__acquisition_type")
3017
-
3018
- ##### acq\_\_acquisition\_type Type
3019
-
3020
- merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
3021
-
3022
- any of
3023
-
3024
- * [Untitled string in Item](model-defs-properties-properties-acquisition-type-strip-anyof-0.md "check type definition")
3025
-
3026
- * [Untitled null in Item](model-defs-properties-properties-acquisition-type-strip-anyof-1.md "check type definition")
3027
-
3028
- #### acq\_\_acquisition\_orbit
3029
-
3030
-
3031
-
3032
- `acq__acquisition_orbit`
3033
-
3034
- * is optional
3035
-
3036
- * Type: merged type ([Acquisition orbit](model-defs-properties-properties-acquisition-orbit.md))
3037
-
3038
- * cannot be null
3039
-
3040
- * defined in: [Item](model-defs-properties-properties-acquisition-orbit.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit")
3041
-
3042
- ##### acq\_\_acquisition\_orbit Type
3043
-
3044
- merged type ([Acquisition orbit](model-defs-properties-properties-acquisition-orbit.md))
3045
-
3046
- any of
3047
-
3048
- * [Untitled number in Item](model-defs-properties-properties-acquisition-orbit-anyof-0.md "check type definition")
3049
-
3050
- * [Untitled null in Item](model-defs-properties-properties-acquisition-orbit-anyof-1.md "check type definition")
3051
-
3052
- #### acq\_\_across\_track
3053
-
3054
-
3055
-
3056
- `acq__across_track`
3057
-
3058
- * is optional
3059
-
3060
- * Type: merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
3061
-
3062
- * cannot be null
3063
-
3064
- * defined in: [Item](model-defs-properties-properties-across-track-angle.md "airs_model#/$defs/Properties/properties/acq__across_track")
3065
-
3066
- ##### acq\_\_across\_track Type
3067
-
3068
- merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
3069
-
3070
- any of
3071
-
3072
- * [Untitled number in Item](model-defs-properties-properties-across-track-angle-anyof-0.md "check type definition")
3073
-
3074
- * [Untitled null in Item](model-defs-properties-properties-across-track-angle-anyof-1.md "check type definition")
3075
-
3076
- #### acq\_\_along\_track
3077
-
3078
-
3079
-
3080
- `acq__along_track`
3081
-
3082
- * is optional
3083
-
3084
- * Type: merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
3085
-
3086
- * cannot be null
3087
-
3088
- * defined in: [Item](model-defs-properties-properties-along-track-angle.md "airs_model#/$defs/Properties/properties/acq__along_track")
3089
-
3090
- ##### acq\_\_along\_track Type
3091
-
3092
- merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
3093
-
3094
- any of
3095
-
3096
- * [Untitled number in Item](model-defs-properties-properties-along-track-angle-anyof-0.md "check type definition")
3097
-
3098
- * [Untitled null in Item](model-defs-properties-properties-along-track-angle-anyof-1.md "check type definition")
3099
-
3100
- #### acq\_\_archiving\_date
3101
-
3102
-
3103
-
3104
- `acq__archiving_date`
3105
-
3106
- * is optional
3107
-
3108
- * Type: merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
3109
-
3110
- * cannot be null
3111
-
3112
- * defined in: [Item](model-defs-properties-properties-archiving-date.md "airs_model#/$defs/Properties/properties/acq__archiving_date")
3113
-
3114
- ##### acq\_\_archiving\_date Type
3115
-
3116
- merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
3117
-
3118
- any of
3119
-
3120
- * [Untitled string in Item](model-defs-properties-properties-archiving-date-anyof-0.md "check type definition")
3121
-
3122
- * [Untitled null in Item](model-defs-properties-properties-archiving-date-anyof-1.md "check type definition")
3123
-
3124
- #### acq\_\_download\_orbit
3125
-
3126
-
3127
-
3128
- `acq__download_orbit`
3129
-
3130
- * is optional
3131
-
3132
- * Type: merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
3133
-
3134
- * cannot be null
3135
-
3136
- * defined in: [Item](model-defs-properties-properties-download-orbit.md "airs_model#/$defs/Properties/properties/acq__download_orbit")
3137
-
3138
- ##### acq\_\_download\_orbit Type
3139
-
3140
- merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
3141
-
3142
- any of
3143
-
3144
- * [Untitled number in Item](model-defs-properties-properties-download-orbit-anyof-0.md "check type definition")
3145
-
3146
- * [Untitled null in Item](model-defs-properties-properties-download-orbit-anyof-1.md "check type definition")
3147
-
3148
- #### acq\_\_request\_id
3149
-
3150
-
3151
-
3152
- `acq__request_id`
3153
-
3154
- * is optional
3155
-
3156
- * Type: merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
3157
-
3158
- * cannot be null
3159
-
3160
- * defined in: [Item](model-defs-properties-properties-original-request-identifier.md "airs_model#/$defs/Properties/properties/acq__request_id")
3161
-
3162
- ##### acq\_\_request\_id Type
3163
-
3164
- merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
3165
-
3166
- any of
3167
-
3168
- * [Untitled string in Item](model-defs-properties-properties-original-request-identifier-anyof-0.md "check type definition")
3169
-
3170
- * [Untitled null in Item](model-defs-properties-properties-original-request-identifier-anyof-1.md "check type definition")
3171
-
3172
- #### acq\_\_quality\_average
3173
-
3174
-
3175
-
3176
- `acq__quality_average`
3177
-
3178
- * is optional
3179
-
3180
- * Type: merged type ([Quality average](model-defs-properties-properties-quality-average.md))
3181
-
3182
- * cannot be null
3183
-
3184
- * defined in: [Item](model-defs-properties-properties-quality-average.md "airs_model#/$defs/Properties/properties/acq__quality_average")
3185
-
3186
- ##### acq\_\_quality\_average Type
3187
-
3188
- merged type ([Quality average](model-defs-properties-properties-quality-average.md))
3189
-
3190
- any of
3191
-
3192
- * [Untitled number in Item](model-defs-properties-properties-quality-average-anyof-0.md "check type definition")
3193
-
3194
- * [Untitled null in Item](model-defs-properties-properties-quality-average-anyof-1.md "check type definition")
3195
-
3196
- #### acq\_\_quality\_computation
3197
-
3198
-
3199
-
3200
- `acq__quality_computation`
3201
-
3202
- * is optional
3203
-
3204
- * Type: merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
3205
-
3206
- * cannot be null
3207
-
3208
- * defined in: [Item](model-defs-properties-properties-quality-computation.md "airs_model#/$defs/Properties/properties/acq__quality_computation")
3209
-
3210
- ##### acq\_\_quality\_computation Type
3211
-
3212
- merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
3213
-
3214
- any of
3215
-
3216
- * [Untitled string in Item](model-defs-properties-properties-quality-computation-anyof-0.md "check type definition")
3217
-
3218
- * [Untitled null in Item](model-defs-properties-properties-quality-computation-anyof-1.md "check type definition")
3219
-
3220
- #### acq\_\_receiving\_station
3221
-
3222
-
3223
-
3224
- `acq__receiving_station`
3225
-
3226
- * is optional
3227
-
3228
- * Type: merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
3229
-
3230
- * cannot be null
3231
-
3232
- * defined in: [Item](model-defs-properties-properties-receiving-station.md "airs_model#/$defs/Properties/properties/acq__receiving_station")
3233
-
3234
- ##### acq\_\_receiving\_station Type
3235
-
3236
- merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
3237
-
3238
- any of
3239
-
3240
- * [Untitled string in Item](model-defs-properties-properties-receiving-station-anyof-0.md "check type definition")
3241
-
3242
- * [Untitled null in Item](model-defs-properties-properties-receiving-station-anyof-1.md "check type definition")
3243
-
3244
- #### acq\_\_reception\_date
3245
-
3246
-
3247
-
3248
- `acq__reception_date`
3249
-
3250
- * is optional
3251
-
3252
- * Type: merged type ([Reception date](model-defs-properties-properties-reception-date.md))
3253
-
3254
- * cannot be null
3255
-
3256
- * defined in: [Item](model-defs-properties-properties-reception-date.md "airs_model#/$defs/Properties/properties/acq__reception_date")
3257
-
3258
- ##### acq\_\_reception\_date Type
3259
-
3260
- merged type ([Reception date](model-defs-properties-properties-reception-date.md))
3261
-
3262
- any of
3263
-
3264
- * [Untitled string in Item](model-defs-properties-properties-reception-date-anyof-0.md "check type definition")
3265
-
3266
- * [Untitled null in Item](model-defs-properties-properties-reception-date-anyof-1.md "check type definition")
3267
-
3268
- #### acq\_\_spectral\_mode
3269
-
3270
-
3271
-
3272
- `acq__spectral_mode`
3273
-
3274
- * is optional
3275
-
3276
- * Type: merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
3277
-
3278
- * cannot be null
3279
-
3280
- * defined in: [Item](model-defs-properties-properties-spectral-mode.md "airs_model#/$defs/Properties/properties/acq__spectral_mode")
3281
-
3282
- ##### acq\_\_spectral\_mode Type
3283
-
3284
- merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
3285
-
3286
- any of
3287
-
3288
- * [Untitled string in Item](model-defs-properties-properties-spectral-mode-anyof-0.md "check type definition")
3289
-
3290
- * [Untitled null in Item](model-defs-properties-properties-spectral-mode-anyof-1.md "check type definition")
3291
-
3292
- #### sar\_\_instrument\_mode
3293
-
3294
-
3295
-
3296
- `sar__instrument_mode`
3297
-
3298
- * is optional
3299
-
3300
- * 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))
3301
-
3302
- * cannot be null
3303
-
3304
- * 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")
3305
-
3306
- ##### sar\_\_instrument\_mode Type
3307
-
3308
- 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))
3309
-
3310
- any of
3311
-
3312
- * [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")
3313
-
3314
- * [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")
3315
-
3316
- #### sar\_\_frequency\_band
3317
-
3318
-
3319
-
3320
- `sar__frequency_band`
3321
-
3322
- * is optional
3323
-
3324
- * 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))
3325
-
3326
- * cannot be null
3327
-
3328
- * 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")
3329
-
3330
- ##### sar\_\_frequency\_band Type
3331
-
3332
- 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))
3333
-
3334
- any of
3335
-
3336
- * [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")
3337
-
3338
- * [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")
3339
-
3340
- #### sar\_\_center\_frequency
3341
-
3342
-
3343
-
3344
- `sar__center_frequency`
3345
-
3346
- * is optional
3347
-
3348
- * 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))
3349
-
3350
- * cannot be null
3351
-
3352
- * 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")
3353
-
3354
- ##### sar\_\_center\_frequency Type
3355
-
3356
- 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))
3357
-
3358
- any of
3359
-
3360
- * [Untitled number in Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-0.md "check type definition")
3361
-
3362
- * [Untitled null in Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz-anyof-1.md "check type definition")
3363
-
3364
- #### sar\_\_polarizations
3365
-
3366
-
3367
-
3368
- `sar__polarizations`
3369
-
3370
- * is optional
3371
-
3372
- * Type: merged type ([Any combination of polarizations.](model-defs-properties-properties-any-combination-of-polarizations.md))
3373
-
3374
- * cannot be null
3375
-
3376
- * defined in: [Item](model-defs-properties-properties-any-combination-of-polarizations.md "airs_model#/$defs/Properties/properties/sar__polarizations")
3377
-
3378
- ##### sar\_\_polarizations Type
3379
-
3380
- merged type ([Any combination of polarizations.](model-defs-properties-properties-any-combination-of-polarizations.md))
3381
-
3382
- any of
3383
-
3384
- * [Untitled string in Item](model-defs-properties-properties-any-combination-of-polarizations-anyof-0.md "check type definition")
3385
-
3386
- * [Untitled null in Item](model-defs-properties-properties-any-combination-of-polarizations-anyof-1.md "check type definition")
3387
-
3388
- #### sar\_\_product\_type
3389
-
3390
-
3391
-
3392
- `sar__product_type`
3393
-
3394
- * is optional
3395
-
3396
- * 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))
3397
-
3398
- * cannot be null
3399
-
3400
- * 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")
3401
-
3402
- ##### sar\_\_product\_type Type
3403
-
3404
- 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))
3405
-
3406
- any of
3407
-
3408
- * [Untitled string in Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-0.md "check type definition")
3409
-
3410
- * [Untitled null in Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc-anyof-1.md "check type definition")
3411
-
3412
- #### sar\_\_resolution\_range
3413
-
3414
-
3415
-
3416
- `sar__resolution_range`
3417
-
3418
- * is optional
3419
-
3420
- * 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))
3421
-
3422
- * cannot be null
3423
-
3424
- * 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")
3425
-
3426
- ##### sar\_\_resolution\_range Type
3427
-
3428
- 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))
3429
-
3430
- any of
3431
-
3432
- * [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")
3433
-
3434
- * [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")
3435
-
3436
- #### sar\_\_resolution\_azimuth
3437
-
3438
-
3439
-
3440
- `sar__resolution_azimuth`
3441
-
3442
- * is optional
3443
-
3444
- * 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))
3445
-
3446
- * cannot be null
3447
-
3448
- * 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")
3449
-
3450
- ##### sar\_\_resolution\_azimuth Type
3451
-
3452
- 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))
3453
-
3454
- any of
3455
-
3456
- * [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")
3457
-
3458
- * [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")
3459
-
3460
- #### sar\_\_pixel\_spacing\_range
3461
-
3462
-
3463
-
3464
- `sar__pixel_spacing_range`
3465
-
3466
- * is optional
3467
-
3468
- * 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))
3469
-
3470
- * cannot be null
3471
-
3472
- * 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")
3473
-
3474
- ##### sar\_\_pixel\_spacing\_range Type
3475
-
3476
- 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))
3477
-
3478
- any of
3479
-
3480
- * [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")
3481
-
3482
- * [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")
3483
-
3484
- #### sar\_\_pixel\_spacing\_azimuth
3485
-
3486
-
3487
-
3488
- `sar__pixel_spacing_azimuth`
3489
-
3490
- * is optional
3491
-
3492
- * 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))
3493
-
3494
- * cannot be null
3495
-
3496
- * 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")
3497
-
3498
- ##### sar\_\_pixel\_spacing\_azimuth Type
3499
-
3500
- 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))
3501
-
3502
- any of
3503
-
3504
- * [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")
3505
-
3506
- * [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")
3507
-
3508
- #### sar\_\_looks\_range
3509
-
3510
-
3511
-
3512
- `sar__looks_range`
3513
-
3514
- * is optional
3515
-
3516
- * 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))
3517
-
3518
- * cannot be null
3519
-
3520
- * 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")
3521
-
3522
- ##### sar\_\_looks\_range Type
3523
-
3524
- 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))
3525
-
3526
- any of
3527
-
3528
- * [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")
3529
-
3530
- * [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")
3531
-
3532
- #### sar\_\_looks\_azimuth
3533
-
3534
-
3535
-
3536
- `sar__looks_azimuth`
3537
-
3538
- * is optional
3539
-
3540
- * 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))
3541
-
3542
- * cannot be null
3543
-
3544
- * 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")
3545
-
3546
- ##### sar\_\_looks\_azimuth Type
3547
-
3548
- 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))
3549
-
3550
- any of
3551
-
3552
- * [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")
3553
-
3554
- * [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")
3555
-
3556
- #### sar\_\_looks\_equivalent\_number
3557
-
3558
-
3559
-
3560
- `sar__looks_equivalent_number`
3561
-
3562
- * is optional
3563
-
3564
- * Type: merged type ([The equivalent number of looks (ENL).](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md))
3565
-
3566
- * cannot be null
3567
-
3568
- * defined in: [Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Properties/properties/sar__looks_equivalent_number")
3569
-
3570
- ##### sar\_\_looks\_equivalent\_number Type
3571
-
3572
- merged type ([The equivalent number of looks (ENL).](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md))
3573
-
3574
- any of
3575
-
3576
- * [Untitled number in Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl-anyof-0.md "check type definition")
3577
-
3578
- * [Untitled null in Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl-anyof-1.md "check type definition")
3579
-
3580
- #### sar\_\_observation\_direction
3581
-
3582
-
3583
-
3584
- `sar__observation_direction`
3585
-
3586
- * is optional
3587
-
3588
- * 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))
3589
-
3590
- * cannot be null
3591
-
3592
- * 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")
3593
-
3594
- ##### sar\_\_observation\_direction Type
3595
-
3596
- 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))
3597
-
3598
- any of
3599
-
3600
- * [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")
3601
-
3602
- * [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")
3603
-
3604
- #### proj\_\_epsg
3605
-
3606
-
3607
-
3608
- `proj__epsg`
3609
-
3610
- * is optional
3611
-
3612
- * Type: merged type ([EPSG code of the datasource.](model-defs-properties-properties-epsg-code-of-the-datasource.md))
3613
-
3614
- * cannot be null
3615
-
3616
- * defined in: [Item](model-defs-properties-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Properties/properties/proj__epsg")
3617
-
3618
- ##### proj\_\_epsg Type
3619
-
3620
- merged type ([EPSG code of the datasource.](model-defs-properties-properties-epsg-code-of-the-datasource.md))
3621
-
3622
- any of
3623
-
3624
- * [Untitled integer in Item](model-defs-properties-properties-epsg-code-of-the-datasource-anyof-0.md "check type definition")
3625
-
3626
- * [Untitled null in Item](model-defs-properties-properties-epsg-code-of-the-datasource-anyof-1.md "check type definition")
3627
-
3628
- #### proj\_\_wkt2
3629
-
3630
-
3631
-
3632
- `proj__wkt2`
3633
-
3634
- * is optional
3635
-
3636
- * 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))
3637
-
3638
- * cannot be null
3639
-
3640
- * 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")
3641
-
3642
- ##### proj\_\_wkt2 Type
3643
-
3644
- 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))
3645
-
3646
- any of
3647
-
3648
- * [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")
3649
-
3650
- * [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")
3651
-
3652
- #### proj\_\_geometry
3653
-
3654
-
3655
-
3656
- `proj__geometry`
3657
-
3658
- * is optional
3659
-
3660
- * Type: merged type ([Defines the footprint of this Item.](model-defs-properties-properties-defines-the-footprint-of-this-item.md))
3661
-
3662
- * cannot be null
3663
-
3664
- * defined in: [Item](model-defs-properties-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Properties/properties/proj__geometry")
3665
-
3666
- ##### proj\_\_geometry Type
3667
-
3668
- merged type ([Defines the footprint of this Item.](model-defs-properties-properties-defines-the-footprint-of-this-item.md))
3669
-
3670
- any of
3671
-
3672
- * [Untitled undefined type in Item](model-defs-properties-properties-defines-the-footprint-of-this-item-anyof-0.md "check type definition")
3673
-
3674
- * [Untitled null in Item](model-defs-properties-properties-defines-the-footprint-of-this-item-anyof-1.md "check type definition")
3675
-
3676
- #### proj\_\_bbox
3677
-
3678
-
3679
-
3680
- `proj__bbox`
3681
-
3682
- * is optional
3683
-
3684
- * 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))
3685
-
3686
- * cannot be null
3687
-
3688
- * 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")
3689
-
3690
- ##### proj\_\_bbox Type
3691
-
3692
- 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))
3693
-
3694
- any of
3695
-
3696
- * [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")
3697
-
3698
- * [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")
3699
-
3700
- #### proj\_\_centroid
3701
-
3702
-
3703
-
3704
- `proj__centroid`
3705
-
3706
- * is optional
3707
-
3708
- * 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))
3709
-
3710
- * cannot be null
3711
-
3712
- * defined in: [Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Properties/properties/proj__centroid")
3713
-
3714
- ##### proj\_\_centroid Type
3715
-
3716
- 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))
3717
-
3718
- any of
3719
-
3720
- * [Untitled undefined type in Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-0.md "check type definition")
3721
-
3722
- * [Untitled null in Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong-anyof-1.md "check type definition")
3723
-
3724
- #### proj\_\_shape
3725
-
3726
-
3727
-
3728
- `proj__shape`
3729
-
3730
- * is optional
3731
-
3732
- * 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))
3733
-
3734
- * cannot be null
3735
-
3736
- * 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")
3737
-
3738
- ##### proj\_\_shape Type
3739
-
3740
- 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))
3741
-
3742
- any of
3743
-
3744
- * [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")
3745
-
3746
- * [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")
3747
-
3748
- #### proj\_\_transform
3749
-
3750
-
3751
-
3752
- `proj__transform`
3753
-
3754
- * is optional
3755
-
3756
- * Type: merged type ([The affine transformation coefficients for the default grid.](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
3757
-
3758
- * cannot be null
3759
-
3760
- * defined in: [Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__transform")
3761
-
3762
- ##### proj\_\_transform Type
3763
-
3764
- merged type ([The affine transformation coefficients for the default grid.](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md))
3765
-
3766
- any of
3767
-
3768
- * [Untitled array in Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-0.md "check type definition")
3769
-
3770
- * [Untitled null in Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid-anyof-1.md "check type definition")
3771
-
3772
- #### generated\_\_has\_overview
3773
-
3774
-
3775
-
3776
- `generated__has_overview`
3777
-
3778
- * is optional
3779
-
3780
- * Type: merged type ([Whether the item has an overview or not.](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md))
3781
-
3782
- * cannot be null
3783
-
3784
- * defined in: [Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md "airs_model#/$defs/Properties/properties/generated__has_overview")
3785
-
3786
- ##### generated\_\_has\_overview Type
3787
-
3788
- merged type ([Whether the item has an overview or not.](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md))
3789
-
3790
- any of
3791
-
3792
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not-anyof-0.md "check type definition")
3793
-
3794
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not-anyof-1.md "check type definition")
3795
-
3796
- #### generated\_\_has\_thumbnail
3797
-
3798
-
3799
-
3800
- `generated__has_thumbnail`
3801
-
3802
- * is optional
3803
-
3804
- * Type: merged type ([Whether the item has a thumbnail or not.](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md))
3805
-
3806
- * cannot be null
3807
-
3808
- * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md "airs_model#/$defs/Properties/properties/generated__has_thumbnail")
3809
-
3810
- ##### generated\_\_has\_thumbnail Type
3811
-
3812
- merged type ([Whether the item has a thumbnail or not.](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md))
3813
-
3814
- any of
3815
-
3816
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not-anyof-0.md "check type definition")
3817
-
3818
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not-anyof-1.md "check type definition")
3819
-
3820
- #### generated\_\_has\_metadata
3821
-
3822
-
3823
-
3824
- `generated__has_metadata`
3825
-
3826
- * is optional
3827
-
3828
- * 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))
3829
-
3830
- * cannot be null
3831
-
3832
- * 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")
3833
-
3834
- ##### generated\_\_has\_metadata Type
3835
-
3836
- 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))
3837
-
3838
- any of
3839
-
3840
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not-anyof-0.md "check type definition")
3841
-
3842
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not-anyof-1.md "check type definition")
3843
-
3844
- #### generated\_\_has\_data
3845
-
3846
-
3847
-
3848
- `generated__has_data`
3849
-
3850
- * is optional
3851
-
3852
- * 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))
3853
-
3854
- * cannot be null
3855
-
3856
- * 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")
3857
-
3858
- ##### generated\_\_has\_data Type
3859
-
3860
- 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))
3861
-
3862
- any of
3863
-
3864
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not-anyof-0.md "check type definition")
3865
-
3866
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not-anyof-1.md "check type definition")
3867
-
3868
- #### generated\_\_has\_cog
3869
-
3870
-
3871
-
3872
- `generated__has_cog`
3873
-
3874
- * is optional
3875
-
3876
- * Type: merged type ([Whether the item has a cog or not.](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md))
3877
-
3878
- * cannot be null
3879
-
3880
- * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md "airs_model#/$defs/Properties/properties/generated__has_cog")
3881
-
3882
- ##### generated\_\_has\_cog Type
3883
-
3884
- merged type ([Whether the item has a cog or not.](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md))
3885
-
3886
- any of
3887
-
3888
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not-anyof-0.md "check type definition")
3889
-
3890
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not-anyof-1.md "check type definition")
3891
-
3892
- #### generated\_\_has\_zarr
3893
-
3894
-
3895
-
3896
- `generated__has_zarr`
3897
-
3898
- * is optional
3899
-
3900
- * Type: merged type ([Whether the item has a zarr or not.](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md))
3901
-
3902
- * cannot be null
3903
-
3904
- * defined in: [Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md "airs_model#/$defs/Properties/properties/generated__has_zarr")
3905
-
3906
- ##### generated\_\_has\_zarr Type
3907
-
3908
- merged type ([Whether the item has a zarr or not.](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md))
3909
-
3910
- any of
3911
-
3912
- * [Untitled boolean in Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not-anyof-0.md "check type definition")
3913
-
3914
- * [Untitled null in Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not-anyof-1.md "check type definition")
3915
-
3916
- #### generated\_\_date\_keywords
3917
-
3918
-
3919
-
3920
- `generated__date_keywords`
3921
-
3922
- * is optional
3923
-
3924
- * 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))
3925
-
3926
- * cannot be null
3927
-
3928
- * 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")
3929
-
3930
- ##### generated\_\_date\_keywords Type
3931
-
3932
- 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))
3933
-
3934
- any of
3935
-
3936
- * [Untitled array in Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date-anyof-0.md "check type definition")
3937
-
3938
- * [Untitled null in Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date-anyof-1.md "check type definition")
3939
-
3940
- #### generated\_\_day\_of\_week
3941
-
3942
-
3943
-
3944
- `generated__day_of_week`
3945
-
3946
- * is optional
3947
-
3948
- * Type: merged type ([Day of week.](model-defs-properties-properties-day-of-week.md))
3949
-
3950
- * cannot be null
3951
-
3952
- * defined in: [Item](model-defs-properties-properties-day-of-week.md "airs_model#/$defs/Properties/properties/generated__day_of_week")
3953
-
3954
- ##### generated\_\_day\_of\_week Type
3955
-
3956
- merged type ([Day of week.](model-defs-properties-properties-day-of-week.md))
3957
-
3958
- any of
3959
-
3960
- * [Untitled integer in Item](model-defs-properties-properties-day-of-week-anyof-0.md "check type definition")
3961
-
3962
- * [Untitled null in Item](model-defs-properties-properties-day-of-week-anyof-1.md "check type definition")
3963
-
3964
- #### generated\_\_day\_of\_year
3965
-
3966
-
3967
-
3968
- `generated__day_of_year`
3969
-
3970
- * is optional
3971
-
3972
- * Type: merged type ([Day of year.](model-defs-properties-properties-day-of-year.md))
3973
-
3974
- * cannot be null
3975
-
3976
- * defined in: [Item](model-defs-properties-properties-day-of-year.md "airs_model#/$defs/Properties/properties/generated__day_of_year")
3977
-
3978
- ##### generated\_\_day\_of\_year Type
3979
-
3980
- merged type ([Day of year.](model-defs-properties-properties-day-of-year.md))
3981
-
3982
- any of
3983
-
3984
- * [Untitled integer in Item](model-defs-properties-properties-day-of-year-anyof-0.md "check type definition")
3985
-
3986
- * [Untitled null in Item](model-defs-properties-properties-day-of-year-anyof-1.md "check type definition")
3987
-
3988
- #### generated\_\_hour\_of\_day
3989
-
3990
-
3991
-
3992
- `generated__hour_of_day`
3993
-
3994
- * is optional
3995
-
3996
- * Type: merged type ([Hour of day.](model-defs-properties-properties-hour-of-day.md))
3997
-
3998
- * cannot be null
3999
-
4000
- * defined in: [Item](model-defs-properties-properties-hour-of-day.md "airs_model#/$defs/Properties/properties/generated__hour_of_day")
4001
-
4002
- ##### generated\_\_hour\_of\_day Type
4003
-
4004
- merged type ([Hour of day.](model-defs-properties-properties-hour-of-day.md))
4005
-
4006
- any of
4007
-
4008
- * [Untitled integer in Item](model-defs-properties-properties-hour-of-day-anyof-0.md "check type definition")
4009
-
4010
- * [Untitled null in Item](model-defs-properties-properties-hour-of-day-anyof-1.md "check type definition")
4011
-
4012
- #### generated\_\_minute\_of\_day
4013
-
4014
-
4015
-
4016
- `generated__minute_of_day`
4017
-
4018
- * is optional
4019
-
4020
- * Type: merged type ([Minute of day.](model-defs-properties-properties-minute-of-day.md))
4021
-
4022
- * cannot be null
4023
-
4024
- * defined in: [Item](model-defs-properties-properties-minute-of-day.md "airs_model#/$defs/Properties/properties/generated__minute_of_day")
4025
-
4026
- ##### generated\_\_minute\_of\_day Type
4027
-
4028
- merged type ([Minute of day.](model-defs-properties-properties-minute-of-day.md))
4029
-
4030
- any of
4031
-
4032
- * [Untitled integer in Item](model-defs-properties-properties-minute-of-day-anyof-0.md "check type definition")
4033
-
4034
- * [Untitled null in Item](model-defs-properties-properties-minute-of-day-anyof-1.md "check type definition")
4035
-
4036
- #### generated\_\_month
4037
-
4038
-
4039
-
4040
- `generated__month`
4041
-
4042
- * is optional
4043
-
4044
- * Type: merged type ([Month](model-defs-properties-properties-month.md))
4045
-
4046
- * cannot be null
4047
-
4048
- * defined in: [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month")
4049
-
4050
- ##### generated\_\_month Type
4051
-
4052
- merged type ([Month](model-defs-properties-properties-month.md))
4053
-
4054
- any of
4055
-
4056
- * [Untitled integer in Item](model-defs-properties-properties-month-anyof-0.md "check type definition")
4057
-
4058
- * [Untitled null in Item](model-defs-properties-properties-month-anyof-1.md "check type definition")
4059
-
4060
- #### generated\_\_year
4061
-
4062
-
4063
-
4064
- `generated__year`
4065
-
4066
- * is optional
4067
-
4068
- * Type: merged type ([Year](model-defs-properties-properties-year.md))
4069
-
4070
- * cannot be null
4071
-
4072
- * defined in: [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year")
4073
-
4074
- ##### generated\_\_year Type
4075
-
4076
- merged type ([Year](model-defs-properties-properties-year.md))
4077
-
4078
- any of
4079
-
4080
- * [Untitled integer in Item](model-defs-properties-properties-year-anyof-0.md "check type definition")
4081
-
4082
- * [Untitled null in Item](model-defs-properties-properties-year-anyof-1.md "check type definition")
4083
-
4084
- #### generated\_\_season
4085
-
4086
-
4087
-
4088
- `generated__season`
4089
-
4090
- * is optional
4091
-
4092
- * Type: merged type ([Season](model-defs-properties-properties-season.md))
4093
-
4094
- * cannot be null
4095
-
4096
- * defined in: [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season")
4097
-
4098
- ##### generated\_\_season Type
4099
-
4100
- merged type ([Season](model-defs-properties-properties-season.md))
4101
-
4102
- any of
4103
-
4104
- * [Untitled string in Item](model-defs-properties-properties-season-anyof-0.md "check type definition")
4105
-
4106
- * [Untitled null in Item](model-defs-properties-properties-season-anyof-1.md "check type definition")
4107
-
4108
- #### generated\_\_tltrbrbl
4109
-
4110
-
4111
-
4112
- `generated__tltrbrbl`
4113
-
4114
- * is optional
4115
-
4116
- * 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))
4117
-
4118
- * cannot be null
4119
-
4120
- * 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")
4121
-
4122
- ##### generated\_\_tltrbrbl Type
4123
-
4124
- 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))
4125
-
4126
- any of
4127
-
4128
- * [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")
4129
-
4130
- * [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")
4131
-
4132
- #### generated\_\_band\_common\_names
4133
-
4134
-
4135
-
4136
- `generated__band_common_names`
4137
-
4138
- * is optional
4139
-
4140
- * Type: merged type ([List of the band common names.](model-defs-properties-properties-list-of-the-band-common-names.md))
4141
-
4142
- * cannot be null
4143
-
4144
- * defined in: [Item](model-defs-properties-properties-list-of-the-band-common-names.md "airs_model#/$defs/Properties/properties/generated__band_common_names")
4145
-
4146
- ##### generated\_\_band\_common\_names Type
4147
-
4148
- merged type ([List of the band common names.](model-defs-properties-properties-list-of-the-band-common-names.md))
4149
-
4150
- any of
4151
-
4152
- * [Untitled array in Item](model-defs-properties-properties-list-of-the-band-common-names-anyof-0.md "check type definition")
4153
-
4154
- * [Untitled null in Item](model-defs-properties-properties-list-of-the-band-common-names-anyof-1.md "check type definition")
4155
-
4156
- #### generated\_\_band\_names
4157
-
4158
-
4159
-
4160
- `generated__band_names`
4161
-
4162
- * is optional
4163
-
4164
- * Type: merged type ([List of the band names.](model-defs-properties-properties-list-of-the-band-names.md))
4165
-
4166
- * cannot be null
4167
-
4168
- * defined in: [Item](model-defs-properties-properties-list-of-the-band-names.md "airs_model#/$defs/Properties/properties/generated__band_names")
4169
-
4170
- ##### generated\_\_band\_names Type
4171
-
4172
- merged type ([List of the band names.](model-defs-properties-properties-list-of-the-band-names.md))
4173
-
4174
- any of
4175
-
4176
- * [Untitled array in Item](model-defs-properties-properties-list-of-the-band-names-anyof-0.md "check type definition")
4177
-
4178
- * [Untitled null in Item](model-defs-properties-properties-list-of-the-band-names-anyof-1.md "check type definition")
4179
-
4180
- #### generated\_\_geohash2
4181
-
4182
-
4183
-
4184
- `generated__geohash2`
4185
-
4186
- * is optional
4187
-
4188
- * Type: merged type ([Geohash on the first two characters.](model-defs-properties-properties-geohash-on-the-first-two-characters.md))
4189
-
4190
- * cannot be null
4191
-
4192
- * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-two-characters.md "airs_model#/$defs/Properties/properties/generated__geohash2")
4193
-
4194
- ##### generated\_\_geohash2 Type
4195
-
4196
- merged type ([Geohash on the first two characters.](model-defs-properties-properties-geohash-on-the-first-two-characters.md))
4197
-
4198
- any of
4199
-
4200
- * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-two-characters-anyof-0.md "check type definition")
4201
-
4202
- * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-two-characters-anyof-1.md "check type definition")
4203
-
4204
- #### generated\_\_geohash3
4205
-
4206
-
4207
-
4208
- `generated__geohash3`
4209
-
4210
- * is optional
4211
-
4212
- * Type: merged type ([Geohash on the first three characters.](model-defs-properties-properties-geohash-on-the-first-three-characters.md))
4213
-
4214
- * cannot be null
4215
-
4216
- * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-three-characters.md "airs_model#/$defs/Properties/properties/generated__geohash3")
4217
-
4218
- ##### generated\_\_geohash3 Type
4219
-
4220
- merged type ([Geohash on the first three characters.](model-defs-properties-properties-geohash-on-the-first-three-characters.md))
4221
-
4222
- any of
4223
-
4224
- * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-three-characters-anyof-0.md "check type definition")
4225
-
4226
- * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-three-characters-anyof-1.md "check type definition")
4227
-
4228
- #### generated\_\_geohash4
4229
-
4230
-
4231
-
4232
- `generated__geohash4`
4233
-
4234
- * is optional
4235
-
4236
- * Type: merged type ([Geohash on the first four characters.](model-defs-properties-properties-geohash-on-the-first-four-characters.md))
4237
-
4238
- * cannot be null
4239
-
4240
- * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-four-characters.md "airs_model#/$defs/Properties/properties/generated__geohash4")
4241
-
4242
- ##### generated\_\_geohash4 Type
4243
-
4244
- merged type ([Geohash on the first four characters.](model-defs-properties-properties-geohash-on-the-first-four-characters.md))
4245
-
4246
- any of
4247
-
4248
- * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-four-characters-anyof-0.md "check type definition")
4249
-
4250
- * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-four-characters-anyof-1.md "check type definition")
4251
-
4252
- #### generated\_\_geohash5
4253
-
4254
-
4255
-
4256
- `generated__geohash5`
4257
-
4258
- * is optional
4259
-
4260
- * Type: merged type ([Geohash on the first five characters.](model-defs-properties-properties-geohash-on-the-first-five-characters.md))
4261
-
4262
- * cannot be null
4263
-
4264
- * defined in: [Item](model-defs-properties-properties-geohash-on-the-first-five-characters.md "airs_model#/$defs/Properties/properties/generated__geohash5")
4265
-
4266
- ##### generated\_\_geohash5 Type
4267
-
4268
- merged type ([Geohash on the first five characters.](model-defs-properties-properties-geohash-on-the-first-five-characters.md))
4269
-
4270
- any of
4271
-
4272
- * [Untitled string in Item](model-defs-properties-properties-geohash-on-the-first-five-characters-anyof-0.md "check type definition")
4273
-
4274
- * [Untitled null in Item](model-defs-properties-properties-geohash-on-the-first-five-characters-anyof-1.md "check type definition")
4275
-
4276
- #### Additional Properties
4277
-
4278
- Additional properties are allowed and do not have to follow a specific schema
4279
-
4280
- ### Definitions group Raster
4281
-
4282
- Reference this group by using
4283
-
4284
- ```json
4285
- {"$ref":"airs_model#/$defs/Raster"}
4286
- ```
4287
-
4288
- | Property | Type | Required | Nullable | Defined by |
4289
- | :-------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------- |
4290
- | [type](#type-1) | `object` | Required | cannot be null | [Item](model-defs-rastertype.md "airs_model#/$defs/Raster/properties/type") |
4291
- | [path](#path) | `string` | Required | cannot be null | [Item](model-defs-raster-properties-path.md "airs_model#/$defs/Raster/properties/path") |
4292
- | [id](#id-1) | `string` | Required | cannot be null | [Item](model-defs-raster-properties-id.md "airs_model#/$defs/Raster/properties/id") |
4293
-
4294
- #### type
4295
-
4296
-
4297
-
4298
- `type`
4299
-
4300
- * is required
4301
-
4302
- * Type: `object` ([RasterType](model-defs-rastertype.md))
4303
-
4304
- * cannot be null
4305
-
4306
- * defined in: [Item](model-defs-rastertype.md "airs_model#/$defs/Raster/properties/type")
4307
-
4308
- ##### type Type
4309
-
4310
- `object` ([RasterType](model-defs-rastertype.md))
4311
-
4312
- #### path
4313
-
4314
-
4315
-
4316
- `path`
4317
-
4318
- * is required
4319
-
4320
- * Type: `string` ([Path](model-defs-raster-properties-path.md))
4321
-
4322
- * cannot be null
4323
-
4324
- * defined in: [Item](model-defs-raster-properties-path.md "airs_model#/$defs/Raster/properties/path")
4325
-
4326
- ##### path Type
4327
-
4328
- `string` ([Path](model-defs-raster-properties-path.md))
4329
-
4330
- #### id
4331
-
4332
-
4333
-
4334
- `id`
4335
-
4336
- * is required
4337
-
4338
- * Type: `string` ([Id](model-defs-raster-properties-id.md))
4339
-
4340
- * cannot be null
4341
-
4342
- * defined in: [Item](model-defs-raster-properties-id.md "airs_model#/$defs/Raster/properties/id")
4343
-
4344
- ##### id Type
4345
-
4346
- `string` ([Id](model-defs-raster-properties-id.md))
4347
-
4348
- ### Definitions group RasterType
4349
-
4350
- Reference this group by using
4351
-
4352
- ```json
4353
- {"$ref":"airs_model#/$defs/RasterType"}
4354
- ```
4355
-
4356
- | Property | Type | Required | Nullable | Defined by |
4357
- | :---------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------- |
4358
- | [source](#source) | `string` | Required | cannot be null | [Item](model-defs-rastertype-properties-source.md "airs_model#/$defs/RasterType/properties/source") |
4359
- | [format](#format) | `string` | Required | cannot be null | [Item](model-defs-rastertype-properties-format.md "airs_model#/$defs/RasterType/properties/format") |
4360
-
4361
- #### source
4362
-
4363
-
4364
-
4365
- `source`
4366
-
4367
- * is required
4368
-
4369
- * Type: `string` ([Source](model-defs-rastertype-properties-source.md))
4370
-
4371
- * cannot be null
4372
-
4373
- * defined in: [Item](model-defs-rastertype-properties-source.md "airs_model#/$defs/RasterType/properties/source")
4374
-
4375
- ##### source Type
4376
-
4377
- `string` ([Source](model-defs-rastertype-properties-source.md))
4378
-
4379
- #### format
4380
-
4381
-
4382
-
4383
- `format`
4384
-
4385
- * is required
4386
-
4387
- * Type: `string` ([Format](model-defs-rastertype-properties-format.md))
4388
-
4389
- * cannot be null
4390
-
4391
- * defined in: [Item](model-defs-rastertype-properties-format.md "airs_model#/$defs/RasterType/properties/format")
4392
-
4393
- ##### format Type
4394
-
4395
- `string` ([Format](model-defs-rastertype-properties-format.md))
4396
-
4397
- ### Definitions group VariableType
4398
-
4399
- Reference this group by using
4400
-
4401
- ```json
4402
- {"$ref":"airs_model#/$defs/VariableType"}
4403
- ```
4404
-
4405
- | Property | Type | Required | Nullable | Defined by |
4406
- | :------- | :--- | :------- | :------- | :--------- |
4407
-
4408
-