airsmodel 0.2.11__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of airsmodel might be problematic. Click here for more details.
- {airsmodel-0.2.11 → airsmodel-0.4.2}/PKG-INFO +598 -98
- {airsmodel-0.2.11 → airsmodel-0.4.2}/README.md +597 -97
- {airsmodel-0.2.11 → airsmodel-0.4.2}/setup.py +1 -1
- airsmodel-0.4.2/src/airs/core/models/mapper.py +121 -0
- airsmodel-0.4.2/src/airs/core/models/model.py +336 -0
- {airsmodel-0.2.11 → airsmodel-0.4.2}/src/airsmodel.egg-info/PKG-INFO +598 -98
- airsmodel-0.2.11/src/airs/core/models/mapper.py +0 -107
- airsmodel-0.2.11/src/airs/core/models/model.py +0 -290
- {airsmodel-0.2.11 → airsmodel-0.4.2}/setup.cfg +0 -0
- {airsmodel-0.2.11 → airsmodel-0.4.2}/src/airs/core/models/__init__.py +0 -0
- {airsmodel-0.2.11 → airsmodel-0.4.2}/src/airsmodel.egg-info/SOURCES.txt +0 -0
- {airsmodel-0.2.11 → airsmodel-0.4.2}/src/airsmodel.egg-info/dependency_links.txt +0 -0
- {airsmodel-0.2.11 → airsmodel-0.4.2}/src/airsmodel.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: airsmodel
|
|
3
|
-
Version: 0.2
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: ARLAS Item Registration Service Model
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Gisaïa
|
|
@@ -30,10 +30,10 @@ Description: # AIRS Model
|
|
|
30
30
|
| :------------------------ | :----- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
31
31
|
| [collection](#collection) | Merged | Optional | cannot be null | [Item](model-properties-name-of-the-collection-the-item-belongs-to.md "airs_model#/properties/collection") |
|
|
32
32
|
| [catalog](#catalog) | Merged | Optional | cannot be null | [Item](model-properties-name-of-the-catalog-the-item-belongs-to.md "airs_model#/properties/catalog") |
|
|
33
|
-
| [id](#id) | Merged | Optional | cannot be null | [Item](model-properties-
|
|
33
|
+
| [id](#id) | Merged | Optional | cannot be null | [Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection.md "airs_model#/properties/id") |
|
|
34
34
|
| [geometry](#geometry) | Merged | Optional | cannot be null | [Item](model-properties-defines-the-full-footprint-of-the-asset-represented-by-this-item-formatted-according-to-rfc-7946-section-31-geojson-httpstoolsietforghtmlrfc7946_.md "airs_model#/properties/geometry") |
|
|
35
35
|
| [bbox](#bbox) | Merged | Optional | cannot be null | [Item](model-properties-bounding-box-of-the-asset-represented-by-this-item-using-either-2d-or-3d-geometries-the-length-of-the-array-must-be-2n-where-n-is-the-number-of-dimensions-could-also-be-none-in-the-case-of-a-null-geometry.md "airs_model#/properties/bbox") |
|
|
36
|
-
| [centroid](#centroid) | Merged | Optional | cannot be null | [Item](model-properties-coordinates-
|
|
36
|
+
| [centroid](#centroid) | Merged | Optional | cannot be null | [Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md "airs_model#/properties/centroid") |
|
|
37
37
|
| [assets](#assets) | Merged | Optional | cannot be null | [Item](model-properties-a-dictionary-mapping-string-keys-to-asset-objects-all-asset-values-in-the-dictionary-will-have-their-owner-attribute-set-to-the-created-item.md "airs_model#/properties/assets") |
|
|
38
38
|
| [properties](#properties) | Merged | Optional | cannot be null | [Item](model-properties-item-properties.md "airs_model#/properties/properties") |
|
|
39
39
|
| Additional Properties | Any | Optional | can be null | |
|
|
@@ -94,21 +94,21 @@ Description: # AIRS Model
|
|
|
94
94
|
|
|
95
95
|
* is optional
|
|
96
96
|
|
|
97
|
-
* Type: merged type ([
|
|
97
|
+
* Type: merged type ([Unique item identifier. Must be unique within the collection.](model-properties-unique-item-identifier-must-be-unique-within-the-collection.md))
|
|
98
98
|
|
|
99
99
|
* cannot be null
|
|
100
100
|
|
|
101
|
-
* defined in: [Item](model-properties-
|
|
101
|
+
* defined in: [Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection.md "airs_model#/properties/id")
|
|
102
102
|
|
|
103
103
|
### id Type
|
|
104
104
|
|
|
105
|
-
merged type ([
|
|
105
|
+
merged type ([Unique item identifier. Must be unique within the collection.](model-properties-unique-item-identifier-must-be-unique-within-the-collection.md))
|
|
106
106
|
|
|
107
107
|
any of
|
|
108
108
|
|
|
109
|
-
* [Untitled string in Item](model-properties-
|
|
109
|
+
* [Untitled string in Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection-anyof-0.md "check type definition")
|
|
110
110
|
|
|
111
|
-
* [Untitled null in Item](model-properties-
|
|
111
|
+
* [Untitled null in Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection-anyof-1.md "check type definition")
|
|
112
112
|
|
|
113
113
|
## geometry
|
|
114
114
|
|
|
@@ -166,21 +166,21 @@ Description: # AIRS Model
|
|
|
166
166
|
|
|
167
167
|
* is optional
|
|
168
168
|
|
|
169
|
-
* Type: merged type ([Coordinates (lat
|
|
169
|
+
* Type: merged type ([Coordinates (lon/lat) of the geometry's centroid.](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md))
|
|
170
170
|
|
|
171
171
|
* cannot be null
|
|
172
172
|
|
|
173
|
-
* defined in: [Item](model-properties-coordinates-
|
|
173
|
+
* defined in: [Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md "airs_model#/properties/centroid")
|
|
174
174
|
|
|
175
175
|
### centroid Type
|
|
176
176
|
|
|
177
|
-
merged type ([Coordinates (lat
|
|
177
|
+
merged type ([Coordinates (lon/lat) of the geometry's centroid.](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md))
|
|
178
178
|
|
|
179
179
|
any of
|
|
180
180
|
|
|
181
|
-
* [Untitled array in Item](model-properties-coordinates-
|
|
181
|
+
* [Untitled array in Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid-anyof-0.md "check type definition")
|
|
182
182
|
|
|
183
|
-
* [Untitled null in Item](model-properties-coordinates-
|
|
183
|
+
* [Untitled null in Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid-anyof-1.md "check type definition")
|
|
184
184
|
|
|
185
185
|
## assets
|
|
186
186
|
|
|
@@ -247,6 +247,7 @@ Description: # AIRS Model
|
|
|
247
247
|
| Property | Type | Required | Nullable | Defined by |
|
|
248
248
|
| :---------------------------------------------------------------- | :----- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
249
249
|
| [name](#name) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary.md "airs_model#/$defs/Asset/properties/name") |
|
|
250
|
+
| [size](#size) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-assets-size-in-bytes.md "airs_model#/$defs/Asset/properties/size") |
|
|
250
251
|
| [href](#href) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-absolute-link-to-the-asset-object.md "airs_model#/$defs/Asset/properties/href") |
|
|
251
252
|
| [asset\_type](#asset_type) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-type-of-data-resourcetype.md "airs_model#/$defs/Asset/properties/asset_type") |
|
|
252
253
|
| [asset\_format](#asset_format) | Merged | Optional | cannot be null | [Item](model-defs-asset-properties-data-format-assetformat.md "airs_model#/$defs/Asset/properties/asset_format") |
|
|
@@ -310,6 +311,30 @@ Description: # AIRS Model
|
|
|
310
311
|
|
|
311
312
|
* [Untitled null in Item](model-defs-asset-properties-assets-name-but-be-the-same-as-the-key-in-the-assets-dictionary-anyof-1.md "check type definition")
|
|
312
313
|
|
|
314
|
+
### size
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
`size`
|
|
319
|
+
|
|
320
|
+
* is optional
|
|
321
|
+
|
|
322
|
+
* Type: merged type ([Asset's size in Bytes.](model-defs-asset-properties-assets-size-in-bytes.md))
|
|
323
|
+
|
|
324
|
+
* cannot be null
|
|
325
|
+
|
|
326
|
+
* defined in: [Item](model-defs-asset-properties-assets-size-in-bytes.md "airs_model#/$defs/Asset/properties/size")
|
|
327
|
+
|
|
328
|
+
#### size Type
|
|
329
|
+
|
|
330
|
+
merged type ([Asset's size in Bytes.](model-defs-asset-properties-assets-size-in-bytes.md))
|
|
331
|
+
|
|
332
|
+
any of
|
|
333
|
+
|
|
334
|
+
* [Untitled integer in Item](model-defs-asset-properties-assets-size-in-bytes-anyof-0.md "check type definition")
|
|
335
|
+
|
|
336
|
+
* [Untitled null in Item](model-defs-asset-properties-assets-size-in-bytes-anyof-1.md "check type definition")
|
|
337
|
+
|
|
313
338
|
### href
|
|
314
339
|
|
|
315
340
|
|
|
@@ -1615,91 +1640,110 @@ Description: # AIRS Model
|
|
|
1615
1640
|
{"$ref":"airs_model#/$defs/Properties"}
|
|
1616
1641
|
```
|
|
1617
1642
|
|
|
1618
|
-
| Property
|
|
1619
|
-
|
|
|
1620
|
-
| [datetime](#datetime)
|
|
1621
|
-
| [start\_datetime](#start_datetime)
|
|
1622
|
-
| [end\_datetime](#end_datetime)
|
|
1623
|
-
| [programme](#programme)
|
|
1624
|
-
| [constellation](#constellation)
|
|
1625
|
-
| [
|
|
1626
|
-
| [
|
|
1627
|
-
| [sensor
|
|
1628
|
-
| [
|
|
1629
|
-
| [
|
|
1630
|
-
| [
|
|
1631
|
-
| [
|
|
1632
|
-
| [data\
|
|
1633
|
-
| [
|
|
1634
|
-
| [
|
|
1635
|
-
| [
|
|
1636
|
-
| [
|
|
1637
|
-
| [
|
|
1638
|
-
| [
|
|
1639
|
-
| [
|
|
1640
|
-
| [
|
|
1641
|
-
| [
|
|
1642
|
-
| [
|
|
1643
|
-
| [
|
|
1644
|
-
| [
|
|
1645
|
-
| [
|
|
1646
|
-
| [
|
|
1647
|
-
| [
|
|
1648
|
-
| [
|
|
1649
|
-
| [
|
|
1650
|
-
| [
|
|
1651
|
-
| [
|
|
1652
|
-
| [
|
|
1653
|
-
| [
|
|
1654
|
-
| [
|
|
1655
|
-
| [
|
|
1656
|
-
| [
|
|
1657
|
-
| [
|
|
1658
|
-
| [
|
|
1659
|
-
| [
|
|
1660
|
-
| [
|
|
1661
|
-
| [
|
|
1662
|
-
| [
|
|
1663
|
-
| [
|
|
1664
|
-
| [
|
|
1665
|
-
| [
|
|
1666
|
-
| [
|
|
1667
|
-
| [
|
|
1668
|
-
| [
|
|
1669
|
-
| [
|
|
1670
|
-
| [
|
|
1671
|
-
| [
|
|
1672
|
-
| [
|
|
1673
|
-
| [
|
|
1674
|
-
| [
|
|
1675
|
-
| [
|
|
1676
|
-
| [
|
|
1677
|
-
| [
|
|
1678
|
-
| [
|
|
1679
|
-
| [
|
|
1680
|
-
| [
|
|
1681
|
-
| [
|
|
1682
|
-
| [
|
|
1683
|
-
| [
|
|
1684
|
-
| [
|
|
1685
|
-
| [
|
|
1686
|
-
| [
|
|
1687
|
-
| [
|
|
1688
|
-
| [
|
|
1689
|
-
| [
|
|
1690
|
-
| [
|
|
1691
|
-
| [
|
|
1692
|
-
| [
|
|
1693
|
-
| [
|
|
1694
|
-
| [
|
|
1695
|
-
| [
|
|
1696
|
-
| [
|
|
1697
|
-
| [
|
|
1698
|
-
| [
|
|
1699
|
-
| [
|
|
1700
|
-
| [generated\_\
|
|
1701
|
-
| [generated\_\
|
|
1702
|
-
|
|
|
1643
|
+
| Property | Type | Required | Nullable | Defined by |
|
|
1644
|
+
| :------------------------------------------------------------------------ | :----- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1645
|
+
| [datetime](#datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md "airs_model#/$defs/Properties/properties/datetime") |
|
|
1646
|
+
| [start\_datetime](#start_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/start_datetime") |
|
|
1647
|
+
| [end\_datetime](#end_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/end_datetime") |
|
|
1648
|
+
| [programme](#programme) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme") |
|
|
1649
|
+
| [constellation](#constellation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation") |
|
|
1650
|
+
| [satellite](#satellite) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite") |
|
|
1651
|
+
| [instrument](#instrument) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument") |
|
|
1652
|
+
| [sensor](#sensor) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor") |
|
|
1653
|
+
| [sensor\_type](#sensor_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-sensor.md "airs_model#/$defs/Properties/properties/sensor_type") |
|
|
1654
|
+
| [annotations](#annotations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations") |
|
|
1655
|
+
| [gsd](#gsd-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd") |
|
|
1656
|
+
| [secondary\_id](#secondary_id) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id") |
|
|
1657
|
+
| [data\_type](#data_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data.md "airs_model#/$defs/Properties/properties/data_type") |
|
|
1658
|
+
| [item\_type](#item_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data-resourcetype.md "airs_model#/$defs/Properties/properties/item_type") |
|
|
1659
|
+
| [item\_format](#item_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-itemformat.md "airs_model#/$defs/Properties/properties/item_format") |
|
|
1660
|
+
| [main\_asset\_format](#main_asset_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format") |
|
|
1661
|
+
| [main\_asset\_name](#main_asset_name) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_name") |
|
|
1662
|
+
| [observation\_type](#observation_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type") |
|
|
1663
|
+
| [data\_coverage](#data_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-data-cover.md "airs_model#/$defs/Properties/properties/data_coverage") |
|
|
1664
|
+
| [water\_coverage](#water_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-water-cover.md "airs_model#/$defs/Properties/properties/water_coverage") |
|
|
1665
|
+
| [locations](#locations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md "airs_model#/$defs/Properties/properties/locations") |
|
|
1666
|
+
| [create\_datetime](#create_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/create_datetime") |
|
|
1667
|
+
| [update\_datetime](#update_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/update_datetime") |
|
|
1668
|
+
| [view\_\_off\_nadir](#view__off_nadir) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__off_nadir") |
|
|
1669
|
+
| [view\_\_incidence\_angle](#view__incidence_angle) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__incidence_angle") |
|
|
1670
|
+
| [view\_\_azimuth](#view__azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__azimuth") |
|
|
1671
|
+
| [view\_\_sun\_azimuth](#view__sun_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__sun_azimuth") |
|
|
1672
|
+
| [view\_\_sun\_elevation](#view__sun_elevation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md "airs_model#/$defs/Properties/properties/view__sun_elevation") |
|
|
1673
|
+
| [storage\_\_requester\_pays](#storage__requester_pays-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Properties/properties/storage__requester_pays") |
|
|
1674
|
+
| [storage\_\_tier](#storage__tier-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Properties/properties/storage__tier") |
|
|
1675
|
+
| [storage\_\_platform](#storage__platform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Properties/properties/storage__platform") |
|
|
1676
|
+
| [storage\_\_region](#storage__region-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Properties/properties/storage__region") |
|
|
1677
|
+
| [eo\_\_cloud\_cover](#eo__cloud_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-cloud-cover.md "airs_model#/$defs/Properties/properties/eo__cloud_cover") |
|
|
1678
|
+
| [eo\_\_snow\_cover](#eo__snow_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md "airs_model#/$defs/Properties/properties/eo__snow_cover") |
|
|
1679
|
+
| [eo\_\_bands](#eo__bands-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Properties/properties/eo__bands") |
|
|
1680
|
+
| [processing\_\_expression](#processing__expression) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md "airs_model#/$defs/Properties/properties/processing__expression") |
|
|
1681
|
+
| [processing\_\_lineage](#processing__lineage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-lineage-information-provided-as-free-text-information-about-the-how-observations-were-processed-or-models-that-were-used-to-create-the-resource-being-described-nasa-iso.md "airs_model#/$defs/Properties/properties/processing__lineage") |
|
|
1682
|
+
| [processing\_\_level](#processing__level) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-commonly-used-to-refer-to-the-processing-level-to-make-it-easier-to-search-for-product-level-across-collections-or-items-the-short-name-must-be-used-only-l-not-level.md "airs_model#/$defs/Properties/properties/processing__level") |
|
|
1683
|
+
| [processing\_\_facility](#processing__facility) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md "airs_model#/$defs/Properties/properties/processing__facility") |
|
|
1684
|
+
| [processing\_\_software](#processing__software) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md "airs_model#/$defs/Properties/properties/processing__software") |
|
|
1685
|
+
| [dc3\_\_quality\_indicators](#dc3__quality_indicators) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md "airs_model#/$defs/Properties/properties/dc3__quality_indicators") |
|
|
1686
|
+
| [dc3\_\_composition](#dc3__composition) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md "airs_model#/$defs/Properties/properties/dc3__composition") |
|
|
1687
|
+
| [dc3\_\_number\_of\_chunks](#dc3__number_of_chunks) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md "airs_model#/$defs/Properties/properties/dc3__number_of_chunks") |
|
|
1688
|
+
| [dc3\_\_chunk\_weight](#dc3__chunk_weight) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md "airs_model#/$defs/Properties/properties/dc3__chunk_weight") |
|
|
1689
|
+
| [dc3\_\_fill\_ratio](#dc3__fill_ratio) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md "airs_model#/$defs/Properties/properties/dc3__fill_ratio") |
|
|
1690
|
+
| [cube\_\_dimensions](#cube__dimensions) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__dimensions") |
|
|
1691
|
+
| [cube\_\_variables](#cube__variables) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__variables") |
|
|
1692
|
+
| [acq\_\_acquisition\_mode](#acq__acquisition_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-acquisition-mode.md "airs_model#/$defs/Properties/properties/acq__acquisition_mode") |
|
|
1693
|
+
| [acq\_\_acquisition\_orbit\_direction](#acq__acquisition_orbit_direction) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit_direction") |
|
|
1694
|
+
| [acq\_\_acquisition\_type](#acq__acquisition_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-type-strip.md "airs_model#/$defs/Properties/properties/acq__acquisition_type") |
|
|
1695
|
+
| [acq\_\_across\_track](#acq__across_track) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-across-track-angle.md "airs_model#/$defs/Properties/properties/acq__across_track") |
|
|
1696
|
+
| [acq\_\_along\_track](#acq__along_track) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-along-track-angle.md "airs_model#/$defs/Properties/properties/acq__along_track") |
|
|
1697
|
+
| [acq\_\_archiving\_date](#acq__archiving_date) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-archiving-date.md "airs_model#/$defs/Properties/properties/acq__archiving_date") |
|
|
1698
|
+
| [acq\_\_download\_orbit](#acq__download_orbit) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-download-orbit.md "airs_model#/$defs/Properties/properties/acq__download_orbit") |
|
|
1699
|
+
| [acq\_\_request\_id](#acq__request_id) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-original-request-identifier.md "airs_model#/$defs/Properties/properties/acq__request_id") |
|
|
1700
|
+
| [acq\_\_quality\_average](#acq__quality_average) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-quality-average.md "airs_model#/$defs/Properties/properties/acq__quality_average") |
|
|
1701
|
+
| [acq\_\_quality\_computation](#acq__quality_computation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-quality-computation.md "airs_model#/$defs/Properties/properties/acq__quality_computation") |
|
|
1702
|
+
| [acq\_\_receiving\_station](#acq__receiving_station) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-receiving-station.md "airs_model#/$defs/Properties/properties/acq__receiving_station") |
|
|
1703
|
+
| [acq\_\_reception\_date](#acq__reception_date) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-reception-date.md "airs_model#/$defs/Properties/properties/acq__reception_date") |
|
|
1704
|
+
| [acq\_\_spectral\_mode](#acq__spectral_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-spectral-mode.md "airs_model#/$defs/Properties/properties/acq__spectral_mode") |
|
|
1705
|
+
| [sar\_\_instrument\_mode](#sar__instrument_mode-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Properties/properties/sar__instrument_mode") |
|
|
1706
|
+
| [sar\_\_frequency\_band](#sar__frequency_band-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Properties/properties/sar__frequency_band") |
|
|
1707
|
+
| [sar\_\_center\_frequency](#sar__center_frequency-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Properties/properties/sar__center_frequency") |
|
|
1708
|
+
| [sar\_\_polarizations](#sar__polarizations-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-any-combination-of-polarizations.md "airs_model#/$defs/Properties/properties/sar__polarizations") |
|
|
1709
|
+
| [sar\_\_product\_type](#sar__product_type-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Properties/properties/sar__product_type") |
|
|
1710
|
+
| [sar\_\_resolution\_range](#sar__resolution_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_range") |
|
|
1711
|
+
| [sar\_\_resolution\_azimuth](#sar__resolution_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_azimuth") |
|
|
1712
|
+
| [sar\_\_pixel\_spacing\_range](#sar__pixel_spacing_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_range") |
|
|
1713
|
+
| [sar\_\_pixel\_spacing\_azimuth](#sar__pixel_spacing_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_azimuth") |
|
|
1714
|
+
| [sar\_\_looks\_range](#sar__looks_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_range") |
|
|
1715
|
+
| [sar\_\_looks\_azimuth](#sar__looks_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_azimuth") |
|
|
1716
|
+
| [sar\_\_looks\_equivalent\_number](#sar__looks_equivalent_number-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Properties/properties/sar__looks_equivalent_number") |
|
|
1717
|
+
| [sar\_\_observation\_direction](#sar__observation_direction-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Properties/properties/sar__observation_direction") |
|
|
1718
|
+
| [proj\_\_epsg](#proj__epsg-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Properties/properties/proj__epsg") |
|
|
1719
|
+
| [proj\_\_wkt2](#proj__wkt2-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Properties/properties/proj__wkt2") |
|
|
1720
|
+
| [proj\_\_geometry](#proj__geometry-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Properties/properties/proj__geometry") |
|
|
1721
|
+
| [proj\_\_bbox](#proj__bbox-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Properties/properties/proj__bbox") |
|
|
1722
|
+
| [proj\_\_centroid](#proj__centroid-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Properties/properties/proj__centroid") |
|
|
1723
|
+
| [proj\_\_shape](#proj__shape-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__shape") |
|
|
1724
|
+
| [proj\_\_transform](#proj__transform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__transform") |
|
|
1725
|
+
| [generated\_\_has\_overview](#generated__has_overview) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md "airs_model#/$defs/Properties/properties/generated__has_overview") |
|
|
1726
|
+
| [generated\_\_has\_thumbnail](#generated__has_thumbnail) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md "airs_model#/$defs/Properties/properties/generated__has_thumbnail") |
|
|
1727
|
+
| [generated\_\_has\_metadata](#generated__has_metadata) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_metadata") |
|
|
1728
|
+
| [generated\_\_has\_data](#generated__has_data) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_data") |
|
|
1729
|
+
| [generated\_\_has\_cog](#generated__has_cog) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md "airs_model#/$defs/Properties/properties/generated__has_cog") |
|
|
1730
|
+
| [generated\_\_has\_zarr](#generated__has_zarr) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md "airs_model#/$defs/Properties/properties/generated__has_zarr") |
|
|
1731
|
+
| [generated\_\_date\_keywords](#generated__date_keywords) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md "airs_model#/$defs/Properties/properties/generated__date_keywords") |
|
|
1732
|
+
| [generated\_\_day\_of\_week](#generated__day_of_week) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-week.md "airs_model#/$defs/Properties/properties/generated__day_of_week") |
|
|
1733
|
+
| [generated\_\_day\_of\_year](#generated__day_of_year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-year.md "airs_model#/$defs/Properties/properties/generated__day_of_year") |
|
|
1734
|
+
| [generated\_\_hour\_of\_day](#generated__hour_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-hour-of-day.md "airs_model#/$defs/Properties/properties/generated__hour_of_day") |
|
|
1735
|
+
| [generated\_\_minute\_of\_day](#generated__minute_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-minute-of-day.md "airs_model#/$defs/Properties/properties/generated__minute_of_day") |
|
|
1736
|
+
| [generated\_\_month](#generated__month) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month") |
|
|
1737
|
+
| [generated\_\_year](#generated__year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year") |
|
|
1738
|
+
| [generated\_\_season](#generated__season) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season") |
|
|
1739
|
+
| [generated\_\_tltrbrbl](#generated__tltrbrbl) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md "airs_model#/$defs/Properties/properties/generated__tltrbrbl") |
|
|
1740
|
+
| [generated\_\_band\_common\_names](#generated__band_common_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-common-names.md "airs_model#/$defs/Properties/properties/generated__band_common_names") |
|
|
1741
|
+
| [generated\_\_band\_names](#generated__band_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-names.md "airs_model#/$defs/Properties/properties/generated__band_names") |
|
|
1742
|
+
| [generated\_\_geohash2](#generated__geohash2) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-two-characters.md "airs_model#/$defs/Properties/properties/generated__geohash2") |
|
|
1743
|
+
| [generated\_\_geohash3](#generated__geohash3) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-three-characters.md "airs_model#/$defs/Properties/properties/generated__geohash3") |
|
|
1744
|
+
| [generated\_\_geohash4](#generated__geohash4) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-four-characters.md "airs_model#/$defs/Properties/properties/generated__geohash4") |
|
|
1745
|
+
| [generated\_\_geohash5](#generated__geohash5) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-five-characters.md "airs_model#/$defs/Properties/properties/generated__geohash5") |
|
|
1746
|
+
| Additional Properties | Any | Optional | can be null | |
|
|
1703
1747
|
|
|
1704
1748
|
### datetime
|
|
1705
1749
|
|
|
@@ -1821,6 +1865,30 @@ Description: # AIRS Model
|
|
|
1821
1865
|
|
|
1822
1866
|
* [Untitled null in Item](model-defs-properties-properties-name-of-the-constellation-anyof-1.md "check type definition")
|
|
1823
1867
|
|
|
1868
|
+
### satellite
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
`satellite`
|
|
1873
|
+
|
|
1874
|
+
* is optional
|
|
1875
|
+
|
|
1876
|
+
* Type: merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
|
|
1877
|
+
|
|
1878
|
+
* cannot be null
|
|
1879
|
+
|
|
1880
|
+
* defined in: [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite")
|
|
1881
|
+
|
|
1882
|
+
#### satellite Type
|
|
1883
|
+
|
|
1884
|
+
merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
|
|
1885
|
+
|
|
1886
|
+
any of
|
|
1887
|
+
|
|
1888
|
+
* [Untitled string in Item](model-defs-properties-properties-name-of-the-satellite-anyof-0.md "check type definition")
|
|
1889
|
+
|
|
1890
|
+
* [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-anyof-1.md "check type definition")
|
|
1891
|
+
|
|
1824
1892
|
### instrument
|
|
1825
1893
|
|
|
1826
1894
|
|
|
@@ -1893,6 +1961,30 @@ Description: # AIRS Model
|
|
|
1893
1961
|
|
|
1894
1962
|
* [Untitled null in Item](model-defs-properties-properties-type-of-sensor-anyof-1.md "check type definition")
|
|
1895
1963
|
|
|
1964
|
+
### annotations
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
`annotations`
|
|
1969
|
+
|
|
1970
|
+
* is optional
|
|
1971
|
+
|
|
1972
|
+
* Type: merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
|
|
1973
|
+
|
|
1974
|
+
* cannot be null
|
|
1975
|
+
|
|
1976
|
+
* defined in: [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations")
|
|
1977
|
+
|
|
1978
|
+
#### annotations Type
|
|
1979
|
+
|
|
1980
|
+
merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
|
|
1981
|
+
|
|
1982
|
+
any of
|
|
1983
|
+
|
|
1984
|
+
* [Untitled string in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-0.md "check type definition")
|
|
1985
|
+
|
|
1986
|
+
* [Untitled null in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-1.md "check type definition")
|
|
1987
|
+
|
|
1896
1988
|
### gsd
|
|
1897
1989
|
|
|
1898
1990
|
|
|
@@ -1917,6 +2009,30 @@ Description: # AIRS Model
|
|
|
1917
2009
|
|
|
1918
2010
|
* [Untitled null in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-1.md "check type definition")
|
|
1919
2011
|
|
|
2012
|
+
### secondary\_id
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
`secondary_id`
|
|
2017
|
+
|
|
2018
|
+
* is optional
|
|
2019
|
+
|
|
2020
|
+
* Type: merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
|
|
2021
|
+
|
|
2022
|
+
* cannot be null
|
|
2023
|
+
|
|
2024
|
+
* defined in: [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id")
|
|
2025
|
+
|
|
2026
|
+
#### secondary\_id Type
|
|
2027
|
+
|
|
2028
|
+
merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
|
|
2029
|
+
|
|
2030
|
+
any of
|
|
2031
|
+
|
|
2032
|
+
* [Untitled string in Item](model-defs-properties-properties-secondary-identifier-anyof-0.md "check type definition")
|
|
2033
|
+
|
|
2034
|
+
* [Untitled null in Item](model-defs-properties-properties-secondary-identifier-anyof-1.md "check type definition")
|
|
2035
|
+
|
|
1920
2036
|
### data\_type
|
|
1921
2037
|
|
|
1922
2038
|
|
|
@@ -1989,6 +2105,78 @@ Description: # AIRS Model
|
|
|
1989
2105
|
|
|
1990
2106
|
* [Untitled null in Item](model-defs-properties-properties-data-format-itemformat-anyof-1.md "check type definition")
|
|
1991
2107
|
|
|
2108
|
+
### main\_asset\_format
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
`main_asset_format`
|
|
2113
|
+
|
|
2114
|
+
* is optional
|
|
2115
|
+
|
|
2116
|
+
* Type: merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
|
|
2117
|
+
|
|
2118
|
+
* cannot be null
|
|
2119
|
+
|
|
2120
|
+
* defined in: [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format")
|
|
2121
|
+
|
|
2122
|
+
#### main\_asset\_format Type
|
|
2123
|
+
|
|
2124
|
+
merged type ([Data format of the main asset (AssetFormat)](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md))
|
|
2125
|
+
|
|
2126
|
+
any of
|
|
2127
|
+
|
|
2128
|
+
* [Untitled string in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-0.md "check type definition")
|
|
2129
|
+
|
|
2130
|
+
* [Untitled null in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-1.md "check type definition")
|
|
2131
|
+
|
|
2132
|
+
### main\_asset\_name
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
|
|
2136
|
+
`main_asset_name`
|
|
2137
|
+
|
|
2138
|
+
* is optional
|
|
2139
|
+
|
|
2140
|
+
* Type: merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
|
|
2141
|
+
|
|
2142
|
+
* cannot be null
|
|
2143
|
+
|
|
2144
|
+
* defined in: [Item](model-defs-properties-properties-name-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_name")
|
|
2145
|
+
|
|
2146
|
+
#### main\_asset\_name Type
|
|
2147
|
+
|
|
2148
|
+
merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
|
|
2149
|
+
|
|
2150
|
+
any of
|
|
2151
|
+
|
|
2152
|
+
* [Untitled string in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-0.md "check type definition")
|
|
2153
|
+
|
|
2154
|
+
* [Untitled null in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-1.md "check type definition")
|
|
2155
|
+
|
|
2156
|
+
### observation\_type
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
`observation_type`
|
|
2161
|
+
|
|
2162
|
+
* is optional
|
|
2163
|
+
|
|
2164
|
+
* Type: merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
|
|
2165
|
+
|
|
2166
|
+
* cannot be null
|
|
2167
|
+
|
|
2168
|
+
* defined in: [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type")
|
|
2169
|
+
|
|
2170
|
+
#### observation\_type Type
|
|
2171
|
+
|
|
2172
|
+
merged type ([Type of observation (ObservationType)](model-defs-properties-properties-type-of-observation-observationtype.md))
|
|
2173
|
+
|
|
2174
|
+
any of
|
|
2175
|
+
|
|
2176
|
+
* [Untitled string in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-0.md "check type definition")
|
|
2177
|
+
|
|
2178
|
+
* [Untitled null in Item](model-defs-properties-properties-type-of-observation-observationtype-anyof-1.md "check type definition")
|
|
2179
|
+
|
|
1992
2180
|
### data\_coverage
|
|
1993
2181
|
|
|
1994
2182
|
|
|
@@ -2685,6 +2873,318 @@ Description: # AIRS Model
|
|
|
2685
2873
|
|
|
2686
2874
|
* [Untitled null in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-1.md "check type definition")
|
|
2687
2875
|
|
|
2876
|
+
### acq\_\_acquisition\_mode
|
|
2877
|
+
|
|
2878
|
+
|
|
2879
|
+
|
|
2880
|
+
`acq__acquisition_mode`
|
|
2881
|
+
|
|
2882
|
+
* is optional
|
|
2883
|
+
|
|
2884
|
+
* Type: merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
|
|
2885
|
+
|
|
2886
|
+
* cannot be null
|
|
2887
|
+
|
|
2888
|
+
* defined in: [Item](model-defs-properties-properties-the-name-of-the-acquisition-mode.md "airs_model#/$defs/Properties/properties/acq__acquisition_mode")
|
|
2889
|
+
|
|
2890
|
+
#### acq\_\_acquisition\_mode Type
|
|
2891
|
+
|
|
2892
|
+
merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
|
|
2893
|
+
|
|
2894
|
+
any of
|
|
2895
|
+
|
|
2896
|
+
* [Untitled string in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-0.md "check type definition")
|
|
2897
|
+
|
|
2898
|
+
* [Untitled null in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-1.md "check type definition")
|
|
2899
|
+
|
|
2900
|
+
### acq\_\_acquisition\_orbit\_direction
|
|
2901
|
+
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
`acq__acquisition_orbit_direction`
|
|
2905
|
+
|
|
2906
|
+
* is optional
|
|
2907
|
+
|
|
2908
|
+
* Type: merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
|
|
2909
|
+
|
|
2910
|
+
* cannot be null
|
|
2911
|
+
|
|
2912
|
+
* defined in: [Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit_direction")
|
|
2913
|
+
|
|
2914
|
+
#### acq\_\_acquisition\_orbit\_direction Type
|
|
2915
|
+
|
|
2916
|
+
merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
|
|
2917
|
+
|
|
2918
|
+
any of
|
|
2919
|
+
|
|
2920
|
+
* [Untitled string in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-0.md "check type definition")
|
|
2921
|
+
|
|
2922
|
+
* [Untitled null in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-1.md "check type definition")
|
|
2923
|
+
|
|
2924
|
+
### acq\_\_acquisition\_type
|
|
2925
|
+
|
|
2926
|
+
|
|
2927
|
+
|
|
2928
|
+
`acq__acquisition_type`
|
|
2929
|
+
|
|
2930
|
+
* is optional
|
|
2931
|
+
|
|
2932
|
+
* Type: merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
|
|
2933
|
+
|
|
2934
|
+
* cannot be null
|
|
2935
|
+
|
|
2936
|
+
* defined in: [Item](model-defs-properties-properties-acquisition-type-strip.md "airs_model#/$defs/Properties/properties/acq__acquisition_type")
|
|
2937
|
+
|
|
2938
|
+
#### acq\_\_acquisition\_type Type
|
|
2939
|
+
|
|
2940
|
+
merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
|
|
2941
|
+
|
|
2942
|
+
any of
|
|
2943
|
+
|
|
2944
|
+
* [Untitled string in Item](model-defs-properties-properties-acquisition-type-strip-anyof-0.md "check type definition")
|
|
2945
|
+
|
|
2946
|
+
* [Untitled null in Item](model-defs-properties-properties-acquisition-type-strip-anyof-1.md "check type definition")
|
|
2947
|
+
|
|
2948
|
+
### acq\_\_across\_track
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
`acq__across_track`
|
|
2953
|
+
|
|
2954
|
+
* is optional
|
|
2955
|
+
|
|
2956
|
+
* Type: merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
|
|
2957
|
+
|
|
2958
|
+
* cannot be null
|
|
2959
|
+
|
|
2960
|
+
* defined in: [Item](model-defs-properties-properties-across-track-angle.md "airs_model#/$defs/Properties/properties/acq__across_track")
|
|
2961
|
+
|
|
2962
|
+
#### acq\_\_across\_track Type
|
|
2963
|
+
|
|
2964
|
+
merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
|
|
2965
|
+
|
|
2966
|
+
any of
|
|
2967
|
+
|
|
2968
|
+
* [Untitled number in Item](model-defs-properties-properties-across-track-angle-anyof-0.md "check type definition")
|
|
2969
|
+
|
|
2970
|
+
* [Untitled null in Item](model-defs-properties-properties-across-track-angle-anyof-1.md "check type definition")
|
|
2971
|
+
|
|
2972
|
+
### acq\_\_along\_track
|
|
2973
|
+
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
`acq__along_track`
|
|
2977
|
+
|
|
2978
|
+
* is optional
|
|
2979
|
+
|
|
2980
|
+
* Type: merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
|
|
2981
|
+
|
|
2982
|
+
* cannot be null
|
|
2983
|
+
|
|
2984
|
+
* defined in: [Item](model-defs-properties-properties-along-track-angle.md "airs_model#/$defs/Properties/properties/acq__along_track")
|
|
2985
|
+
|
|
2986
|
+
#### acq\_\_along\_track Type
|
|
2987
|
+
|
|
2988
|
+
merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
|
|
2989
|
+
|
|
2990
|
+
any of
|
|
2991
|
+
|
|
2992
|
+
* [Untitled number in Item](model-defs-properties-properties-along-track-angle-anyof-0.md "check type definition")
|
|
2993
|
+
|
|
2994
|
+
* [Untitled null in Item](model-defs-properties-properties-along-track-angle-anyof-1.md "check type definition")
|
|
2995
|
+
|
|
2996
|
+
### acq\_\_archiving\_date
|
|
2997
|
+
|
|
2998
|
+
|
|
2999
|
+
|
|
3000
|
+
`acq__archiving_date`
|
|
3001
|
+
|
|
3002
|
+
* is optional
|
|
3003
|
+
|
|
3004
|
+
* Type: merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
|
|
3005
|
+
|
|
3006
|
+
* cannot be null
|
|
3007
|
+
|
|
3008
|
+
* defined in: [Item](model-defs-properties-properties-archiving-date.md "airs_model#/$defs/Properties/properties/acq__archiving_date")
|
|
3009
|
+
|
|
3010
|
+
#### acq\_\_archiving\_date Type
|
|
3011
|
+
|
|
3012
|
+
merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
|
|
3013
|
+
|
|
3014
|
+
any of
|
|
3015
|
+
|
|
3016
|
+
* [Untitled string in Item](model-defs-properties-properties-archiving-date-anyof-0.md "check type definition")
|
|
3017
|
+
|
|
3018
|
+
* [Untitled null in Item](model-defs-properties-properties-archiving-date-anyof-1.md "check type definition")
|
|
3019
|
+
|
|
3020
|
+
### acq\_\_download\_orbit
|
|
3021
|
+
|
|
3022
|
+
|
|
3023
|
+
|
|
3024
|
+
`acq__download_orbit`
|
|
3025
|
+
|
|
3026
|
+
* is optional
|
|
3027
|
+
|
|
3028
|
+
* Type: merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
|
|
3029
|
+
|
|
3030
|
+
* cannot be null
|
|
3031
|
+
|
|
3032
|
+
* defined in: [Item](model-defs-properties-properties-download-orbit.md "airs_model#/$defs/Properties/properties/acq__download_orbit")
|
|
3033
|
+
|
|
3034
|
+
#### acq\_\_download\_orbit Type
|
|
3035
|
+
|
|
3036
|
+
merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
|
|
3037
|
+
|
|
3038
|
+
any of
|
|
3039
|
+
|
|
3040
|
+
* [Untitled number in Item](model-defs-properties-properties-download-orbit-anyof-0.md "check type definition")
|
|
3041
|
+
|
|
3042
|
+
* [Untitled null in Item](model-defs-properties-properties-download-orbit-anyof-1.md "check type definition")
|
|
3043
|
+
|
|
3044
|
+
### acq\_\_request\_id
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
`acq__request_id`
|
|
3049
|
+
|
|
3050
|
+
* is optional
|
|
3051
|
+
|
|
3052
|
+
* Type: merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
|
|
3053
|
+
|
|
3054
|
+
* cannot be null
|
|
3055
|
+
|
|
3056
|
+
* defined in: [Item](model-defs-properties-properties-original-request-identifier.md "airs_model#/$defs/Properties/properties/acq__request_id")
|
|
3057
|
+
|
|
3058
|
+
#### acq\_\_request\_id Type
|
|
3059
|
+
|
|
3060
|
+
merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
|
|
3061
|
+
|
|
3062
|
+
any of
|
|
3063
|
+
|
|
3064
|
+
* [Untitled string in Item](model-defs-properties-properties-original-request-identifier-anyof-0.md "check type definition")
|
|
3065
|
+
|
|
3066
|
+
* [Untitled null in Item](model-defs-properties-properties-original-request-identifier-anyof-1.md "check type definition")
|
|
3067
|
+
|
|
3068
|
+
### acq\_\_quality\_average
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
|
|
3072
|
+
`acq__quality_average`
|
|
3073
|
+
|
|
3074
|
+
* is optional
|
|
3075
|
+
|
|
3076
|
+
* Type: merged type ([Quality average](model-defs-properties-properties-quality-average.md))
|
|
3077
|
+
|
|
3078
|
+
* cannot be null
|
|
3079
|
+
|
|
3080
|
+
* defined in: [Item](model-defs-properties-properties-quality-average.md "airs_model#/$defs/Properties/properties/acq__quality_average")
|
|
3081
|
+
|
|
3082
|
+
#### acq\_\_quality\_average Type
|
|
3083
|
+
|
|
3084
|
+
merged type ([Quality average](model-defs-properties-properties-quality-average.md))
|
|
3085
|
+
|
|
3086
|
+
any of
|
|
3087
|
+
|
|
3088
|
+
* [Untitled number in Item](model-defs-properties-properties-quality-average-anyof-0.md "check type definition")
|
|
3089
|
+
|
|
3090
|
+
* [Untitled null in Item](model-defs-properties-properties-quality-average-anyof-1.md "check type definition")
|
|
3091
|
+
|
|
3092
|
+
### acq\_\_quality\_computation
|
|
3093
|
+
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
`acq__quality_computation`
|
|
3097
|
+
|
|
3098
|
+
* is optional
|
|
3099
|
+
|
|
3100
|
+
* Type: merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
|
|
3101
|
+
|
|
3102
|
+
* cannot be null
|
|
3103
|
+
|
|
3104
|
+
* defined in: [Item](model-defs-properties-properties-quality-computation.md "airs_model#/$defs/Properties/properties/acq__quality_computation")
|
|
3105
|
+
|
|
3106
|
+
#### acq\_\_quality\_computation Type
|
|
3107
|
+
|
|
3108
|
+
merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
|
|
3109
|
+
|
|
3110
|
+
any of
|
|
3111
|
+
|
|
3112
|
+
* [Untitled string in Item](model-defs-properties-properties-quality-computation-anyof-0.md "check type definition")
|
|
3113
|
+
|
|
3114
|
+
* [Untitled null in Item](model-defs-properties-properties-quality-computation-anyof-1.md "check type definition")
|
|
3115
|
+
|
|
3116
|
+
### acq\_\_receiving\_station
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
`acq__receiving_station`
|
|
3121
|
+
|
|
3122
|
+
* is optional
|
|
3123
|
+
|
|
3124
|
+
* Type: merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
|
|
3125
|
+
|
|
3126
|
+
* cannot be null
|
|
3127
|
+
|
|
3128
|
+
* defined in: [Item](model-defs-properties-properties-receiving-station.md "airs_model#/$defs/Properties/properties/acq__receiving_station")
|
|
3129
|
+
|
|
3130
|
+
#### acq\_\_receiving\_station Type
|
|
3131
|
+
|
|
3132
|
+
merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
|
|
3133
|
+
|
|
3134
|
+
any of
|
|
3135
|
+
|
|
3136
|
+
* [Untitled string in Item](model-defs-properties-properties-receiving-station-anyof-0.md "check type definition")
|
|
3137
|
+
|
|
3138
|
+
* [Untitled null in Item](model-defs-properties-properties-receiving-station-anyof-1.md "check type definition")
|
|
3139
|
+
|
|
3140
|
+
### acq\_\_reception\_date
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
`acq__reception_date`
|
|
3145
|
+
|
|
3146
|
+
* is optional
|
|
3147
|
+
|
|
3148
|
+
* Type: merged type ([Reception date](model-defs-properties-properties-reception-date.md))
|
|
3149
|
+
|
|
3150
|
+
* cannot be null
|
|
3151
|
+
|
|
3152
|
+
* defined in: [Item](model-defs-properties-properties-reception-date.md "airs_model#/$defs/Properties/properties/acq__reception_date")
|
|
3153
|
+
|
|
3154
|
+
#### acq\_\_reception\_date Type
|
|
3155
|
+
|
|
3156
|
+
merged type ([Reception date](model-defs-properties-properties-reception-date.md))
|
|
3157
|
+
|
|
3158
|
+
any of
|
|
3159
|
+
|
|
3160
|
+
* [Untitled string in Item](model-defs-properties-properties-reception-date-anyof-0.md "check type definition")
|
|
3161
|
+
|
|
3162
|
+
* [Untitled null in Item](model-defs-properties-properties-reception-date-anyof-1.md "check type definition")
|
|
3163
|
+
|
|
3164
|
+
### acq\_\_spectral\_mode
|
|
3165
|
+
|
|
3166
|
+
|
|
3167
|
+
|
|
3168
|
+
`acq__spectral_mode`
|
|
3169
|
+
|
|
3170
|
+
* is optional
|
|
3171
|
+
|
|
3172
|
+
* Type: merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
|
|
3173
|
+
|
|
3174
|
+
* cannot be null
|
|
3175
|
+
|
|
3176
|
+
* defined in: [Item](model-defs-properties-properties-spectral-mode.md "airs_model#/$defs/Properties/properties/acq__spectral_mode")
|
|
3177
|
+
|
|
3178
|
+
#### acq\_\_spectral\_mode Type
|
|
3179
|
+
|
|
3180
|
+
merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
|
|
3181
|
+
|
|
3182
|
+
any of
|
|
3183
|
+
|
|
3184
|
+
* [Untitled string in Item](model-defs-properties-properties-spectral-mode-anyof-0.md "check type definition")
|
|
3185
|
+
|
|
3186
|
+
* [Untitled null in Item](model-defs-properties-properties-spectral-mode-anyof-1.md "check type definition")
|
|
3187
|
+
|
|
2688
3188
|
### sar\_\_instrument\_mode
|
|
2689
3189
|
|
|
2690
3190
|
|