airsmodel 0.2.21__py3-none-any.whl → 0.4.2__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.
- airs/core/models/mapper.py +82 -68
- airs/core/models/model.py +296 -250
- {airsmodel-0.2.21.dist-info → airsmodel-0.4.2.dist-info}/METADATA +544 -94
- airsmodel-0.4.2.dist-info/RECORD +7 -0
- airsmodel-0.2.21.dist-info/RECORD +0 -7
- {airsmodel-0.2.21.dist-info → airsmodel-0.4.2.dist-info}/WHEEL +0 -0
- {airsmodel-0.2.21.dist-info → airsmodel-0.4.2.dist-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
|
|
@@ -34,7 +34,7 @@ airs_model
|
|
|
34
34
|
| :------------------------ | :----- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
35
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
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-
|
|
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
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
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
40
|
| [centroid](#centroid) | Merged | Optional | cannot be null | [Item](model-properties-coordinates-lonlat-of-the-geometrys-centroid.md "airs_model#/properties/centroid") |
|
|
@@ -98,21 +98,21 @@ any of
|
|
|
98
98
|
|
|
99
99
|
* is optional
|
|
100
100
|
|
|
101
|
-
* Type: merged type ([
|
|
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
102
|
|
|
103
103
|
* cannot be null
|
|
104
104
|
|
|
105
|
-
* defined in: [Item](model-properties-
|
|
105
|
+
* defined in: [Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection.md "airs_model#/properties/id")
|
|
106
106
|
|
|
107
107
|
### id Type
|
|
108
108
|
|
|
109
|
-
merged type ([
|
|
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
110
|
|
|
111
111
|
any of
|
|
112
112
|
|
|
113
|
-
* [Untitled string in Item](model-properties-
|
|
113
|
+
* [Untitled string in Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection-anyof-0.md "check type definition")
|
|
114
114
|
|
|
115
|
-
* [Untitled null in Item](model-properties-
|
|
115
|
+
* [Untitled null in Item](model-properties-unique-item-identifier-must-be-unique-within-the-collection-anyof-1.md "check type definition")
|
|
116
116
|
|
|
117
117
|
## geometry
|
|
118
118
|
|
|
@@ -251,6 +251,7 @@ Reference this group by using
|
|
|
251
251
|
| Property | Type | Required | Nullable | Defined by |
|
|
252
252
|
| :---------------------------------------------------------------- | :----- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
253
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") |
|
|
254
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") |
|
|
255
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") |
|
|
256
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") |
|
|
@@ -314,6 +315,30 @@ any of
|
|
|
314
315
|
|
|
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")
|
|
316
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
|
+
|
|
317
342
|
### href
|
|
318
343
|
|
|
319
344
|
|
|
@@ -1619,93 +1644,110 @@ Reference this group by using
|
|
|
1619
1644
|
{"$ref":"airs_model#/$defs/Properties"}
|
|
1620
1645
|
```
|
|
1621
1646
|
|
|
1622
|
-
| Property
|
|
1623
|
-
|
|
|
1624
|
-
| [datetime](#datetime)
|
|
1625
|
-
| [start\_datetime](#start_datetime)
|
|
1626
|
-
| [end\_datetime](#end_datetime)
|
|
1627
|
-
| [programme](#programme)
|
|
1628
|
-
| [constellation](#constellation)
|
|
1629
|
-
| [
|
|
1630
|
-
| [
|
|
1631
|
-
| [sensor
|
|
1632
|
-
| [
|
|
1633
|
-
| [
|
|
1634
|
-
| [
|
|
1635
|
-
| [
|
|
1636
|
-
| [
|
|
1637
|
-
| [
|
|
1638
|
-
| [
|
|
1639
|
-
| [
|
|
1640
|
-
| [
|
|
1641
|
-
| [
|
|
1642
|
-
| [
|
|
1643
|
-
| [
|
|
1644
|
-
| [
|
|
1645
|
-
| [
|
|
1646
|
-
| [
|
|
1647
|
-
| [view\_\
|
|
1648
|
-
| [
|
|
1649
|
-
| [
|
|
1650
|
-
| [
|
|
1651
|
-
| [
|
|
1652
|
-
| [
|
|
1653
|
-
| [
|
|
1654
|
-
| [
|
|
1655
|
-
| [
|
|
1656
|
-
| [
|
|
1657
|
-
| [
|
|
1658
|
-
| [
|
|
1659
|
-
| [processing\_\
|
|
1660
|
-
| [
|
|
1661
|
-
| [
|
|
1662
|
-
| [
|
|
1663
|
-
| [
|
|
1664
|
-
| [dc3\_\
|
|
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
|
-
| [
|
|
1701
|
-
| [
|
|
1702
|
-
| [
|
|
1703
|
-
| [
|
|
1704
|
-
| [generated\_\
|
|
1705
|
-
| [generated\_\
|
|
1706
|
-
| [generated\_\
|
|
1707
|
-
| [generated\_\
|
|
1708
|
-
|
|
|
1647
|
+
| Property | Type | Required | Nullable | Defined by |
|
|
1648
|
+
| :------------------------------------------------------------------------ | :----- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1649
|
+
| [datetime](#datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-datetime-associated-with-this-item-if-none-a-start_datetime-and-end_datetime-must-be-supplied.md "airs_model#/$defs/Properties/properties/datetime") |
|
|
1650
|
+
| [start\_datetime](#start_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-start-datetime-part-of-common-metadata-this-value-will-override-any-start_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/start_datetime") |
|
|
1651
|
+
| [end\_datetime](#end_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-optional-end-datetime-part-of-common-metadata-this-value-will-override-any-end_datetime-key-in-properties.md "airs_model#/$defs/Properties/properties/end_datetime") |
|
|
1652
|
+
| [programme](#programme) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-programme.md "airs_model#/$defs/Properties/properties/programme") |
|
|
1653
|
+
| [constellation](#constellation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-constellation.md "airs_model#/$defs/Properties/properties/constellation") |
|
|
1654
|
+
| [satellite](#satellite) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite") |
|
|
1655
|
+
| [instrument](#instrument) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument") |
|
|
1656
|
+
| [sensor](#sensor) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor") |
|
|
1657
|
+
| [sensor\_type](#sensor_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-sensor.md "airs_model#/$defs/Properties/properties/sensor_type") |
|
|
1658
|
+
| [annotations](#annotations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations") |
|
|
1659
|
+
| [gsd](#gsd-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd") |
|
|
1660
|
+
| [secondary\_id](#secondary_id) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id") |
|
|
1661
|
+
| [data\_type](#data_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data.md "airs_model#/$defs/Properties/properties/data_type") |
|
|
1662
|
+
| [item\_type](#item_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-data-resourcetype.md "airs_model#/$defs/Properties/properties/item_type") |
|
|
1663
|
+
| [item\_format](#item_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-itemformat.md "airs_model#/$defs/Properties/properties/item_format") |
|
|
1664
|
+
| [main\_asset\_format](#main_asset_format) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_format") |
|
|
1665
|
+
| [main\_asset\_name](#main_asset_name) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_name") |
|
|
1666
|
+
| [observation\_type](#observation_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-type-of-observation-observationtype.md "airs_model#/$defs/Properties/properties/observation_type") |
|
|
1667
|
+
| [data\_coverage](#data_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-data-cover.md "airs_model#/$defs/Properties/properties/data_coverage") |
|
|
1668
|
+
| [water\_coverage](#water_coverage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-water-cover.md "airs_model#/$defs/Properties/properties/water_coverage") |
|
|
1669
|
+
| [locations](#locations) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-locations-covered-by-the-item.md "airs_model#/$defs/Properties/properties/locations") |
|
|
1670
|
+
| [create\_datetime](#create_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-date-of-item-creation-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/create_datetime") |
|
|
1671
|
+
| [update\_datetime](#update_datetime) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-update-date-of-the-item-in-the-catalog-managed-by-the-arlas-item-registration-service.md "airs_model#/$defs/Properties/properties/update_datetime") |
|
|
1672
|
+
| [view\_\_off\_nadir](#view__off_nadir) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-angle-from-the-sensor-between-nadir-straight-down-and-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__off_nadir") |
|
|
1673
|
+
| [view\_\_incidence\_angle](#view__incidence_angle) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-incidence-angle-is-the-angle-between-the-vertical-normal-to-the-intercepting-surface-and-the-line-of-sight-back-to-the-satellite-at-the-scene-center-measured-in-degrees-0-90.md "airs_model#/$defs/Properties/properties/view__incidence_angle") |
|
|
1674
|
+
| [view\_\_azimuth](#view__azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-viewing-azimuth-angle-the-angle-measured-from-the-sub-satellite-point-point-on-the-ground-below-the-platform-between-the-scene-center-and-true-north-measured-clockwise-from-north-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__azimuth") |
|
|
1675
|
+
| [view\_\_sun\_azimuth](#view__sun_azimuth) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-azimuth-angle-from-the-scene-center-point-on-the-ground-this-is-the-angle-between-truth-north-and-the-sun-measured-clockwise-in-degrees-0-360.md "airs_model#/$defs/Properties/properties/view__sun_azimuth") |
|
|
1676
|
+
| [view\_\_sun\_elevation](#view__sun_elevation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-sun-elevation-angle-the-angle-from-the-tangent-of-the-scene-center-point-to-the-sun-measured-from-the-horizon-in-degrees--90-90-negative-values-indicate-the-sun-is-below-the-horizon-eg-sun-elevation-of--10-.md "airs_model#/$defs/Properties/properties/view__sun_elevation") |
|
|
1677
|
+
| [storage\_\_requester\_pays](#storage__requester_pays-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-is-the-data-requester-pays-or-is-it-data-managercloud-provider-pays-defaults-to-false-whether-the-requester-pays-for-accessing-assets.md "airs_model#/$defs/Properties/properties/storage__requester_pays") |
|
|
1678
|
+
| [storage\_\_tier](#storage__tier-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-cloud-provider-storage-tiers-standard-glacier-etc.md "airs_model#/$defs/Properties/properties/storage__tier") |
|
|
1679
|
+
| [storage\_\_platform](#storage__platform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-paas-solutions-alibaba-aws-azure-gcp-ibm-oracle-other.md "airs_model#/$defs/Properties/properties/storage__platform") |
|
|
1680
|
+
| [storage\_\_region](#storage__region-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-region-where-the-data-is-stored-relevant-to-speed-of-access-and-inter-region-egress-costs-as-defined-by-paas-provider.md "airs_model#/$defs/Properties/properties/storage__region") |
|
|
1681
|
+
| [eo\_\_cloud\_cover](#eo__cloud_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-cloud-cover.md "airs_model#/$defs/Properties/properties/eo__cloud_cover") |
|
|
1682
|
+
| [eo\_\_snow\_cover](#eo__snow_cover) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-estimate-of-snow-and-ice-cover.md "airs_model#/$defs/Properties/properties/eo__snow_cover") |
|
|
1683
|
+
| [eo\_\_bands](#eo__bands-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-array-of-available-bands-where-each-object-is-a-band-object-if-given-requires-at-least-one-band.md "airs_model#/$defs/Properties/properties/eo__bands") |
|
|
1684
|
+
| [processing\_\_expression](#processing__expression) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-an-expression-or-processing-chain-that-describes-how-the-data-has-been-processed-alternatively-you-can-also-link-to-a-processing-chain-with-the-relation-type-processing-expression-see-below.md "airs_model#/$defs/Properties/properties/processing__expression") |
|
|
1685
|
+
| [processing\_\_lineage](#processing__lineage) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-lineage-information-provided-as-free-text-information-about-the-how-observations-were-processed-or-models-that-were-used-to-create-the-resource-being-described-nasa-iso.md "airs_model#/$defs/Properties/properties/processing__lineage") |
|
|
1686
|
+
| [processing\_\_level](#processing__level) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-commonly-used-to-refer-to-the-processing-level-to-make-it-easier-to-search-for-product-level-across-collections-or-items-the-short-name-must-be-used-only-l-not-level.md "airs_model#/$defs/Properties/properties/processing__level") |
|
|
1687
|
+
| [processing\_\_facility](#processing__facility) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-facility-that-produced-the-data-for-example-copernicus-s1-core-ground-segment---dpa-for-product-of-sentinel-1-satellites.md "airs_model#/$defs/Properties/properties/processing__facility") |
|
|
1688
|
+
| [processing\_\_software](#processing__software) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-dictionary-with-nameversion-for-keyvalue-describing-one-or-more-softwares-that-produced-the-data.md "airs_model#/$defs/Properties/properties/processing__software") |
|
|
1689
|
+
| [dc3\_\_quality\_indicators](#dc3__quality_indicators) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-set-of-indicators-for-estimating-the-quality-of-the-datacube-based-on-the-composition-the-indicators-are-group-based-a-cube-indicator-is-the-product-of-its-corresponding-group-indicator.md "airs_model#/$defs/Properties/properties/dc3__quality_indicators") |
|
|
1690
|
+
| [dc3\_\_composition](#dc3__composition) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-raster-groups-used-for-elaborating-the-cube-temporal-slices.md "airs_model#/$defs/Properties/properties/dc3__composition") |
|
|
1691
|
+
| [dc3\_\_number\_of\_chunks](#dc3__number_of_chunks) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-chunks-if-zarr-or-similar-partitioned-format-within-the-cube.md "airs_model#/$defs/Properties/properties/dc3__number_of_chunks") |
|
|
1692
|
+
| [dc3\_\_chunk\_weight](#dc3__chunk_weight) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-weight-of-a-chunk-number-of-bytes.md "airs_model#/$defs/Properties/properties/dc3__chunk_weight") |
|
|
1693
|
+
| [dc3\_\_fill\_ratio](#dc3__fill_ratio) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-1-the-cube-is-full-0-the-cube-is-empty-in-between-the-cube-is-partially-filled.md "airs_model#/$defs/Properties/properties/dc3__fill_ratio") |
|
|
1694
|
+
| [cube\_\_dimensions](#cube__dimensions) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-dimensions-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__dimensions") |
|
|
1695
|
+
| [cube\_\_variables](#cube__variables) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube.md "airs_model#/$defs/Properties/properties/cube__variables") |
|
|
1696
|
+
| [acq\_\_acquisition\_mode](#acq__acquisition_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-acquisition-mode.md "airs_model#/$defs/Properties/properties/acq__acquisition_mode") |
|
|
1697
|
+
| [acq\_\_acquisition\_orbit\_direction](#acq__acquisition_orbit_direction) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit_direction") |
|
|
1698
|
+
| [acq\_\_acquisition\_type](#acq__acquisition_type) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-type-strip.md "airs_model#/$defs/Properties/properties/acq__acquisition_type") |
|
|
1699
|
+
| [acq\_\_across\_track](#acq__across_track) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-across-track-angle.md "airs_model#/$defs/Properties/properties/acq__across_track") |
|
|
1700
|
+
| [acq\_\_along\_track](#acq__along_track) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-along-track-angle.md "airs_model#/$defs/Properties/properties/acq__along_track") |
|
|
1701
|
+
| [acq\_\_archiving\_date](#acq__archiving_date) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-archiving-date.md "airs_model#/$defs/Properties/properties/acq__archiving_date") |
|
|
1702
|
+
| [acq\_\_download\_orbit](#acq__download_orbit) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-download-orbit.md "airs_model#/$defs/Properties/properties/acq__download_orbit") |
|
|
1703
|
+
| [acq\_\_request\_id](#acq__request_id) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-original-request-identifier.md "airs_model#/$defs/Properties/properties/acq__request_id") |
|
|
1704
|
+
| [acq\_\_quality\_average](#acq__quality_average) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-quality-average.md "airs_model#/$defs/Properties/properties/acq__quality_average") |
|
|
1705
|
+
| [acq\_\_quality\_computation](#acq__quality_computation) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-quality-computation.md "airs_model#/$defs/Properties/properties/acq__quality_computation") |
|
|
1706
|
+
| [acq\_\_receiving\_station](#acq__receiving_station) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-receiving-station.md "airs_model#/$defs/Properties/properties/acq__receiving_station") |
|
|
1707
|
+
| [acq\_\_reception\_date](#acq__reception_date) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-reception-date.md "airs_model#/$defs/Properties/properties/acq__reception_date") |
|
|
1708
|
+
| [acq\_\_spectral\_mode](#acq__spectral_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-spectral-mode.md "airs_model#/$defs/Properties/properties/acq__spectral_mode") |
|
|
1709
|
+
| [sar\_\_instrument\_mode](#sar__instrument_mode-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-name-of-the-sensor-acquisition-mode-that-is-commonly-used-this-should-be-the-short-name-if-available-for-example-wv-for-wave-mode-of-sentinel-1-and-envisat-asar-satellites.md "airs_model#/$defs/Properties/properties/sar__instrument_mode") |
|
|
1710
|
+
| [sar\_\_frequency\_band](#sar__frequency_band-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-common-name-for-the-frequency-band-to-make-it-easier-to-search-for-bands-across-instruments-see-section-common-frequency-band-names-for-a-list-of-accepted-names.md "airs_model#/$defs/Properties/properties/sar__frequency_band") |
|
|
1711
|
+
| [sar\_\_center\_frequency](#sar__center_frequency-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-center-frequency-of-the-instrument-in-gigahertz-ghz.md "airs_model#/$defs/Properties/properties/sar__center_frequency") |
|
|
1712
|
+
| [sar\_\_polarizations](#sar__polarizations-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-any-combination-of-polarizations.md "airs_model#/$defs/Properties/properties/sar__polarizations") |
|
|
1713
|
+
| [sar\_\_product\_type](#sar__product_type-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-product-type-for-example-ssc-mgd-or-sgc.md "airs_model#/$defs/Properties/properties/sar__product_type") |
|
|
1714
|
+
| [sar\_\_resolution\_range](#sar__resolution_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-perpendicular-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_range") |
|
|
1715
|
+
| [sar\_\_resolution\_azimuth](#sar__resolution_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-resolution-which-is-the-maximum-ability-to-distinguish-two-adjacent-targets-parallel-to-the-flight-path-in-meters-m.md "airs_model#/$defs/Properties/properties/sar__resolution_azimuth") |
|
|
1716
|
+
| [sar\_\_pixel\_spacing\_range](#sar__pixel_spacing_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-range-pixel-spacing-which-is-the-distance-between-adjacent-pixels-perpendicular-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_range") |
|
|
1717
|
+
| [sar\_\_pixel\_spacing\_azimuth](#sar__pixel_spacing_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-azimuth-pixel-spacing-which-is-the-distance-between-adjacent-pixels-parallel-to-the-flight-path-in-meters-m-strongly-recommended-to-be-specified-for-products-of-type-grd.md "airs_model#/$defs/Properties/properties/sar__pixel_spacing_azimuth") |
|
|
1718
|
+
| [sar\_\_looks\_range](#sar__looks_range-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-range-looks-which-is-the-number-of-groups-of-signal-samples-looks-perpendicular-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_range") |
|
|
1719
|
+
| [sar\_\_looks\_azimuth](#sar__looks_azimuth-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-azimuth-looks-which-is-the-number-of-groups-of-signal-samples-looks-parallel-to-the-flight-path.md "airs_model#/$defs/Properties/properties/sar__looks_azimuth") |
|
|
1720
|
+
| [sar\_\_looks\_equivalent\_number](#sar__looks_equivalent_number-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-equivalent-number-of-looks-enl.md "airs_model#/$defs/Properties/properties/sar__looks_equivalent_number") |
|
|
1721
|
+
| [sar\_\_observation\_direction](#sar__observation_direction-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-antenna-pointing-direction-relative-to-the-flight-trajectory-of-the-satellite-either-left-or-right.md "airs_model#/$defs/Properties/properties/sar__observation_direction") |
|
|
1722
|
+
| [proj\_\_epsg](#proj__epsg-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-epsg-code-of-the-datasource.md "airs_model#/$defs/Properties/properties/proj__epsg") |
|
|
1723
|
+
| [proj\_\_wkt2](#proj__wkt2-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-projjson-object-representing-the-coordinate-reference-system-crs-that-the-projgeometry-and-projbbox-fields-represent.md "airs_model#/$defs/Properties/properties/proj__wkt2") |
|
|
1724
|
+
| [proj\_\_geometry](#proj__geometry-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-defines-the-footprint-of-this-item.md "airs_model#/$defs/Properties/properties/proj__geometry") |
|
|
1725
|
+
| [proj\_\_bbox](#proj__bbox-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-bounding-box-of-the-item-in-the-asset-crs-in-2-or-3-dimensions.md "airs_model#/$defs/Properties/properties/proj__bbox") |
|
|
1726
|
+
| [proj\_\_centroid](#proj__centroid-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-coordinates-representing-the-centroid-of-the-item-in-latlong.md "airs_model#/$defs/Properties/properties/proj__centroid") |
|
|
1727
|
+
| [proj\_\_shape](#proj__shape-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-number-of-pixels-in-y-and-x-directions-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__shape") |
|
|
1728
|
+
| [proj\_\_transform](#proj__transform-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-affine-transformation-coefficients-for-the-default-grid.md "airs_model#/$defs/Properties/properties/proj__transform") |
|
|
1729
|
+
| [generated\_\_has\_overview](#generated__has_overview) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-an-overview-or-not.md "airs_model#/$defs/Properties/properties/generated__has_overview") |
|
|
1730
|
+
| [generated\_\_has\_thumbnail](#generated__has_thumbnail) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-thumbnail-or-not.md "airs_model#/$defs/Properties/properties/generated__has_thumbnail") |
|
|
1731
|
+
| [generated\_\_has\_metadata](#generated__has_metadata) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-metadata-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_metadata") |
|
|
1732
|
+
| [generated\_\_has\_data](#generated__has_data) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-data-file-or-not.md "airs_model#/$defs/Properties/properties/generated__has_data") |
|
|
1733
|
+
| [generated\_\_has\_cog](#generated__has_cog) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-cog-or-not.md "airs_model#/$defs/Properties/properties/generated__has_cog") |
|
|
1734
|
+
| [generated\_\_has\_zarr](#generated__has_zarr) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-whether-the-item-has-a-zarr-or-not.md "airs_model#/$defs/Properties/properties/generated__has_zarr") |
|
|
1735
|
+
| [generated\_\_date\_keywords](#generated__date_keywords) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-a-list-of-keywords-indicating-clues-on-the-date.md "airs_model#/$defs/Properties/properties/generated__date_keywords") |
|
|
1736
|
+
| [generated\_\_day\_of\_week](#generated__day_of_week) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-week.md "airs_model#/$defs/Properties/properties/generated__day_of_week") |
|
|
1737
|
+
| [generated\_\_day\_of\_year](#generated__day_of_year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-day-of-year.md "airs_model#/$defs/Properties/properties/generated__day_of_year") |
|
|
1738
|
+
| [generated\_\_hour\_of\_day](#generated__hour_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-hour-of-day.md "airs_model#/$defs/Properties/properties/generated__hour_of_day") |
|
|
1739
|
+
| [generated\_\_minute\_of\_day](#generated__minute_of_day) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-minute-of-day.md "airs_model#/$defs/Properties/properties/generated__minute_of_day") |
|
|
1740
|
+
| [generated\_\_month](#generated__month) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-month.md "airs_model#/$defs/Properties/properties/generated__month") |
|
|
1741
|
+
| [generated\_\_year](#generated__year) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-year.md "airs_model#/$defs/Properties/properties/generated__year") |
|
|
1742
|
+
| [generated\_\_season](#generated__season) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-season.md "airs_model#/$defs/Properties/properties/generated__season") |
|
|
1743
|
+
| [generated\_\_tltrbrbl](#generated__tltrbrbl) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-the-coordinates-of-the-top-left-top-right-bottom-right-bottom-left-corners-of-the-item.md "airs_model#/$defs/Properties/properties/generated__tltrbrbl") |
|
|
1744
|
+
| [generated\_\_band\_common\_names](#generated__band_common_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-common-names.md "airs_model#/$defs/Properties/properties/generated__band_common_names") |
|
|
1745
|
+
| [generated\_\_band\_names](#generated__band_names) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-list-of-the-band-names.md "airs_model#/$defs/Properties/properties/generated__band_names") |
|
|
1746
|
+
| [generated\_\_geohash2](#generated__geohash2) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-two-characters.md "airs_model#/$defs/Properties/properties/generated__geohash2") |
|
|
1747
|
+
| [generated\_\_geohash3](#generated__geohash3) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-three-characters.md "airs_model#/$defs/Properties/properties/generated__geohash3") |
|
|
1748
|
+
| [generated\_\_geohash4](#generated__geohash4) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-four-characters.md "airs_model#/$defs/Properties/properties/generated__geohash4") |
|
|
1749
|
+
| [generated\_\_geohash5](#generated__geohash5) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-geohash-on-the-first-five-characters.md "airs_model#/$defs/Properties/properties/generated__geohash5") |
|
|
1750
|
+
| Additional Properties | Any | Optional | can be null | |
|
|
1709
1751
|
|
|
1710
1752
|
### datetime
|
|
1711
1753
|
|
|
@@ -1827,6 +1869,30 @@ any of
|
|
|
1827
1869
|
|
|
1828
1870
|
* [Untitled null in Item](model-defs-properties-properties-name-of-the-constellation-anyof-1.md "check type definition")
|
|
1829
1871
|
|
|
1872
|
+
### satellite
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
`satellite`
|
|
1877
|
+
|
|
1878
|
+
* is optional
|
|
1879
|
+
|
|
1880
|
+
* Type: merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
|
|
1881
|
+
|
|
1882
|
+
* cannot be null
|
|
1883
|
+
|
|
1884
|
+
* defined in: [Item](model-defs-properties-properties-name-of-the-satellite.md "airs_model#/$defs/Properties/properties/satellite")
|
|
1885
|
+
|
|
1886
|
+
#### satellite Type
|
|
1887
|
+
|
|
1888
|
+
merged type ([Name of the satellite](model-defs-properties-properties-name-of-the-satellite.md))
|
|
1889
|
+
|
|
1890
|
+
any of
|
|
1891
|
+
|
|
1892
|
+
* [Untitled string in Item](model-defs-properties-properties-name-of-the-satellite-anyof-0.md "check type definition")
|
|
1893
|
+
|
|
1894
|
+
* [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-anyof-1.md "check type definition")
|
|
1895
|
+
|
|
1830
1896
|
### instrument
|
|
1831
1897
|
|
|
1832
1898
|
|
|
@@ -1899,6 +1965,30 @@ any of
|
|
|
1899
1965
|
|
|
1900
1966
|
* [Untitled null in Item](model-defs-properties-properties-type-of-sensor-anyof-1.md "check type definition")
|
|
1901
1967
|
|
|
1968
|
+
### annotations
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
`annotations`
|
|
1973
|
+
|
|
1974
|
+
* is optional
|
|
1975
|
+
|
|
1976
|
+
* Type: merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
|
|
1977
|
+
|
|
1978
|
+
* cannot be null
|
|
1979
|
+
|
|
1980
|
+
* defined in: [Item](model-defs-properties-properties-human-annotations-for-the-item.md "airs_model#/$defs/Properties/properties/annotations")
|
|
1981
|
+
|
|
1982
|
+
#### annotations Type
|
|
1983
|
+
|
|
1984
|
+
merged type ([Human annotations for the item](model-defs-properties-properties-human-annotations-for-the-item.md))
|
|
1985
|
+
|
|
1986
|
+
any of
|
|
1987
|
+
|
|
1988
|
+
* [Untitled string in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-0.md "check type definition")
|
|
1989
|
+
|
|
1990
|
+
* [Untitled null in Item](model-defs-properties-properties-human-annotations-for-the-item-anyof-1.md "check type definition")
|
|
1991
|
+
|
|
1902
1992
|
### gsd
|
|
1903
1993
|
|
|
1904
1994
|
|
|
@@ -1923,6 +2013,30 @@ any of
|
|
|
1923
2013
|
|
|
1924
2014
|
* [Untitled null in Item](model-defs-properties-properties-ground-sampling-distance-resolution-anyof-1.md "check type definition")
|
|
1925
2015
|
|
|
2016
|
+
### secondary\_id
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
`secondary_id`
|
|
2021
|
+
|
|
2022
|
+
* is optional
|
|
2023
|
+
|
|
2024
|
+
* Type: merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
|
|
2025
|
+
|
|
2026
|
+
* cannot be null
|
|
2027
|
+
|
|
2028
|
+
* defined in: [Item](model-defs-properties-properties-secondary-identifier.md "airs_model#/$defs/Properties/properties/secondary_id")
|
|
2029
|
+
|
|
2030
|
+
#### secondary\_id Type
|
|
2031
|
+
|
|
2032
|
+
merged type ([Secondary identifier](model-defs-properties-properties-secondary-identifier.md))
|
|
2033
|
+
|
|
2034
|
+
any of
|
|
2035
|
+
|
|
2036
|
+
* [Untitled string in Item](model-defs-properties-properties-secondary-identifier-anyof-0.md "check type definition")
|
|
2037
|
+
|
|
2038
|
+
* [Untitled null in Item](model-defs-properties-properties-secondary-identifier-anyof-1.md "check type definition")
|
|
2039
|
+
|
|
1926
2040
|
### data\_type
|
|
1927
2041
|
|
|
1928
2042
|
|
|
@@ -2019,6 +2133,30 @@ any of
|
|
|
2019
2133
|
|
|
2020
2134
|
* [Untitled null in Item](model-defs-properties-properties-data-format-of-the-main-asset-assetformat-anyof-1.md "check type definition")
|
|
2021
2135
|
|
|
2136
|
+
### main\_asset\_name
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
`main_asset_name`
|
|
2141
|
+
|
|
2142
|
+
* is optional
|
|
2143
|
+
|
|
2144
|
+
* Type: merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
|
|
2145
|
+
|
|
2146
|
+
* cannot be null
|
|
2147
|
+
|
|
2148
|
+
* defined in: [Item](model-defs-properties-properties-name-of-the-main-asset-assetformat.md "airs_model#/$defs/Properties/properties/main_asset_name")
|
|
2149
|
+
|
|
2150
|
+
#### main\_asset\_name Type
|
|
2151
|
+
|
|
2152
|
+
merged type ([Name of the main asset (AssetFormat)](model-defs-properties-properties-name-of-the-main-asset-assetformat.md))
|
|
2153
|
+
|
|
2154
|
+
any of
|
|
2155
|
+
|
|
2156
|
+
* [Untitled string in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-0.md "check type definition")
|
|
2157
|
+
|
|
2158
|
+
* [Untitled null in Item](model-defs-properties-properties-name-of-the-main-asset-assetformat-anyof-1.md "check type definition")
|
|
2159
|
+
|
|
2022
2160
|
### observation\_type
|
|
2023
2161
|
|
|
2024
2162
|
|
|
@@ -2739,6 +2877,318 @@ any of
|
|
|
2739
2877
|
|
|
2740
2878
|
* [Untitled null in Item](model-defs-properties-properties-uniquely-named-variables-of-the-datacube-anyof-1.md "check type definition")
|
|
2741
2879
|
|
|
2880
|
+
### acq\_\_acquisition\_mode
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
|
|
2884
|
+
`acq__acquisition_mode`
|
|
2885
|
+
|
|
2886
|
+
* is optional
|
|
2887
|
+
|
|
2888
|
+
* Type: merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
|
|
2889
|
+
|
|
2890
|
+
* cannot be null
|
|
2891
|
+
|
|
2892
|
+
* defined in: [Item](model-defs-properties-properties-the-name-of-the-acquisition-mode.md "airs_model#/$defs/Properties/properties/acq__acquisition_mode")
|
|
2893
|
+
|
|
2894
|
+
#### acq\_\_acquisition\_mode Type
|
|
2895
|
+
|
|
2896
|
+
merged type ([The name of the acquisition mode.](model-defs-properties-properties-the-name-of-the-acquisition-mode.md))
|
|
2897
|
+
|
|
2898
|
+
any of
|
|
2899
|
+
|
|
2900
|
+
* [Untitled string in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-0.md "check type definition")
|
|
2901
|
+
|
|
2902
|
+
* [Untitled null in Item](model-defs-properties-properties-the-name-of-the-acquisition-mode-anyof-1.md "check type definition")
|
|
2903
|
+
|
|
2904
|
+
### acq\_\_acquisition\_orbit\_direction
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
`acq__acquisition_orbit_direction`
|
|
2909
|
+
|
|
2910
|
+
* is optional
|
|
2911
|
+
|
|
2912
|
+
* Type: merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
|
|
2913
|
+
|
|
2914
|
+
* cannot be null
|
|
2915
|
+
|
|
2916
|
+
* defined in: [Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit_direction")
|
|
2917
|
+
|
|
2918
|
+
#### acq\_\_acquisition\_orbit\_direction Type
|
|
2919
|
+
|
|
2920
|
+
merged type ([Acquisition orbit direction (ASCENDING or DESCENDING).](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending.md))
|
|
2921
|
+
|
|
2922
|
+
any of
|
|
2923
|
+
|
|
2924
|
+
* [Untitled string in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-0.md "check type definition")
|
|
2925
|
+
|
|
2926
|
+
* [Untitled null in Item](model-defs-properties-properties-acquisition-orbit-direction-ascending-or-descending-anyof-1.md "check type definition")
|
|
2927
|
+
|
|
2928
|
+
### acq\_\_acquisition\_type
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
|
|
2932
|
+
`acq__acquisition_type`
|
|
2933
|
+
|
|
2934
|
+
* is optional
|
|
2935
|
+
|
|
2936
|
+
* Type: merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
|
|
2937
|
+
|
|
2938
|
+
* cannot be null
|
|
2939
|
+
|
|
2940
|
+
* defined in: [Item](model-defs-properties-properties-acquisition-type-strip.md "airs_model#/$defs/Properties/properties/acq__acquisition_type")
|
|
2941
|
+
|
|
2942
|
+
#### acq\_\_acquisition\_type Type
|
|
2943
|
+
|
|
2944
|
+
merged type ([Acquisition type (STRIP)](model-defs-properties-properties-acquisition-type-strip.md))
|
|
2945
|
+
|
|
2946
|
+
any of
|
|
2947
|
+
|
|
2948
|
+
* [Untitled string in Item](model-defs-properties-properties-acquisition-type-strip-anyof-0.md "check type definition")
|
|
2949
|
+
|
|
2950
|
+
* [Untitled null in Item](model-defs-properties-properties-acquisition-type-strip-anyof-1.md "check type definition")
|
|
2951
|
+
|
|
2952
|
+
### acq\_\_across\_track
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
`acq__across_track`
|
|
2957
|
+
|
|
2958
|
+
* is optional
|
|
2959
|
+
|
|
2960
|
+
* Type: merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
|
|
2961
|
+
|
|
2962
|
+
* cannot be null
|
|
2963
|
+
|
|
2964
|
+
* defined in: [Item](model-defs-properties-properties-across-track-angle.md "airs_model#/$defs/Properties/properties/acq__across_track")
|
|
2965
|
+
|
|
2966
|
+
#### acq\_\_across\_track Type
|
|
2967
|
+
|
|
2968
|
+
merged type ([Across track angle](model-defs-properties-properties-across-track-angle.md))
|
|
2969
|
+
|
|
2970
|
+
any of
|
|
2971
|
+
|
|
2972
|
+
* [Untitled number in Item](model-defs-properties-properties-across-track-angle-anyof-0.md "check type definition")
|
|
2973
|
+
|
|
2974
|
+
* [Untitled null in Item](model-defs-properties-properties-across-track-angle-anyof-1.md "check type definition")
|
|
2975
|
+
|
|
2976
|
+
### acq\_\_along\_track
|
|
2977
|
+
|
|
2978
|
+
|
|
2979
|
+
|
|
2980
|
+
`acq__along_track`
|
|
2981
|
+
|
|
2982
|
+
* is optional
|
|
2983
|
+
|
|
2984
|
+
* Type: merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
|
|
2985
|
+
|
|
2986
|
+
* cannot be null
|
|
2987
|
+
|
|
2988
|
+
* defined in: [Item](model-defs-properties-properties-along-track-angle.md "airs_model#/$defs/Properties/properties/acq__along_track")
|
|
2989
|
+
|
|
2990
|
+
#### acq\_\_along\_track Type
|
|
2991
|
+
|
|
2992
|
+
merged type ([Along track angle](model-defs-properties-properties-along-track-angle.md))
|
|
2993
|
+
|
|
2994
|
+
any of
|
|
2995
|
+
|
|
2996
|
+
* [Untitled number in Item](model-defs-properties-properties-along-track-angle-anyof-0.md "check type definition")
|
|
2997
|
+
|
|
2998
|
+
* [Untitled null in Item](model-defs-properties-properties-along-track-angle-anyof-1.md "check type definition")
|
|
2999
|
+
|
|
3000
|
+
### acq\_\_archiving\_date
|
|
3001
|
+
|
|
3002
|
+
|
|
3003
|
+
|
|
3004
|
+
`acq__archiving_date`
|
|
3005
|
+
|
|
3006
|
+
* is optional
|
|
3007
|
+
|
|
3008
|
+
* Type: merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
|
|
3009
|
+
|
|
3010
|
+
* cannot be null
|
|
3011
|
+
|
|
3012
|
+
* defined in: [Item](model-defs-properties-properties-archiving-date.md "airs_model#/$defs/Properties/properties/acq__archiving_date")
|
|
3013
|
+
|
|
3014
|
+
#### acq\_\_archiving\_date Type
|
|
3015
|
+
|
|
3016
|
+
merged type ([Archiving date](model-defs-properties-properties-archiving-date.md))
|
|
3017
|
+
|
|
3018
|
+
any of
|
|
3019
|
+
|
|
3020
|
+
* [Untitled string in Item](model-defs-properties-properties-archiving-date-anyof-0.md "check type definition")
|
|
3021
|
+
|
|
3022
|
+
* [Untitled null in Item](model-defs-properties-properties-archiving-date-anyof-1.md "check type definition")
|
|
3023
|
+
|
|
3024
|
+
### acq\_\_download\_orbit
|
|
3025
|
+
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
`acq__download_orbit`
|
|
3029
|
+
|
|
3030
|
+
* is optional
|
|
3031
|
+
|
|
3032
|
+
* Type: merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
|
|
3033
|
+
|
|
3034
|
+
* cannot be null
|
|
3035
|
+
|
|
3036
|
+
* defined in: [Item](model-defs-properties-properties-download-orbit.md "airs_model#/$defs/Properties/properties/acq__download_orbit")
|
|
3037
|
+
|
|
3038
|
+
#### acq\_\_download\_orbit Type
|
|
3039
|
+
|
|
3040
|
+
merged type ([Download orbit](model-defs-properties-properties-download-orbit.md))
|
|
3041
|
+
|
|
3042
|
+
any of
|
|
3043
|
+
|
|
3044
|
+
* [Untitled number in Item](model-defs-properties-properties-download-orbit-anyof-0.md "check type definition")
|
|
3045
|
+
|
|
3046
|
+
* [Untitled null in Item](model-defs-properties-properties-download-orbit-anyof-1.md "check type definition")
|
|
3047
|
+
|
|
3048
|
+
### acq\_\_request\_id
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
`acq__request_id`
|
|
3053
|
+
|
|
3054
|
+
* is optional
|
|
3055
|
+
|
|
3056
|
+
* Type: merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
|
|
3057
|
+
|
|
3058
|
+
* cannot be null
|
|
3059
|
+
|
|
3060
|
+
* defined in: [Item](model-defs-properties-properties-original-request-identifier.md "airs_model#/$defs/Properties/properties/acq__request_id")
|
|
3061
|
+
|
|
3062
|
+
#### acq\_\_request\_id Type
|
|
3063
|
+
|
|
3064
|
+
merged type ([Original request identifier](model-defs-properties-properties-original-request-identifier.md))
|
|
3065
|
+
|
|
3066
|
+
any of
|
|
3067
|
+
|
|
3068
|
+
* [Untitled string in Item](model-defs-properties-properties-original-request-identifier-anyof-0.md "check type definition")
|
|
3069
|
+
|
|
3070
|
+
* [Untitled null in Item](model-defs-properties-properties-original-request-identifier-anyof-1.md "check type definition")
|
|
3071
|
+
|
|
3072
|
+
### acq\_\_quality\_average
|
|
3073
|
+
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
`acq__quality_average`
|
|
3077
|
+
|
|
3078
|
+
* is optional
|
|
3079
|
+
|
|
3080
|
+
* Type: merged type ([Quality average](model-defs-properties-properties-quality-average.md))
|
|
3081
|
+
|
|
3082
|
+
* cannot be null
|
|
3083
|
+
|
|
3084
|
+
* defined in: [Item](model-defs-properties-properties-quality-average.md "airs_model#/$defs/Properties/properties/acq__quality_average")
|
|
3085
|
+
|
|
3086
|
+
#### acq\_\_quality\_average Type
|
|
3087
|
+
|
|
3088
|
+
merged type ([Quality average](model-defs-properties-properties-quality-average.md))
|
|
3089
|
+
|
|
3090
|
+
any of
|
|
3091
|
+
|
|
3092
|
+
* [Untitled number in Item](model-defs-properties-properties-quality-average-anyof-0.md "check type definition")
|
|
3093
|
+
|
|
3094
|
+
* [Untitled null in Item](model-defs-properties-properties-quality-average-anyof-1.md "check type definition")
|
|
3095
|
+
|
|
3096
|
+
### acq\_\_quality\_computation
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
|
|
3100
|
+
`acq__quality_computation`
|
|
3101
|
+
|
|
3102
|
+
* is optional
|
|
3103
|
+
|
|
3104
|
+
* Type: merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
|
|
3105
|
+
|
|
3106
|
+
* cannot be null
|
|
3107
|
+
|
|
3108
|
+
* defined in: [Item](model-defs-properties-properties-quality-computation.md "airs_model#/$defs/Properties/properties/acq__quality_computation")
|
|
3109
|
+
|
|
3110
|
+
#### acq\_\_quality\_computation Type
|
|
3111
|
+
|
|
3112
|
+
merged type ([Quality computation](model-defs-properties-properties-quality-computation.md))
|
|
3113
|
+
|
|
3114
|
+
any of
|
|
3115
|
+
|
|
3116
|
+
* [Untitled string in Item](model-defs-properties-properties-quality-computation-anyof-0.md "check type definition")
|
|
3117
|
+
|
|
3118
|
+
* [Untitled null in Item](model-defs-properties-properties-quality-computation-anyof-1.md "check type definition")
|
|
3119
|
+
|
|
3120
|
+
### acq\_\_receiving\_station
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
`acq__receiving_station`
|
|
3125
|
+
|
|
3126
|
+
* is optional
|
|
3127
|
+
|
|
3128
|
+
* Type: merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
|
|
3129
|
+
|
|
3130
|
+
* cannot be null
|
|
3131
|
+
|
|
3132
|
+
* defined in: [Item](model-defs-properties-properties-receiving-station.md "airs_model#/$defs/Properties/properties/acq__receiving_station")
|
|
3133
|
+
|
|
3134
|
+
#### acq\_\_receiving\_station Type
|
|
3135
|
+
|
|
3136
|
+
merged type ([Receiving station](model-defs-properties-properties-receiving-station.md))
|
|
3137
|
+
|
|
3138
|
+
any of
|
|
3139
|
+
|
|
3140
|
+
* [Untitled string in Item](model-defs-properties-properties-receiving-station-anyof-0.md "check type definition")
|
|
3141
|
+
|
|
3142
|
+
* [Untitled null in Item](model-defs-properties-properties-receiving-station-anyof-1.md "check type definition")
|
|
3143
|
+
|
|
3144
|
+
### acq\_\_reception\_date
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
`acq__reception_date`
|
|
3149
|
+
|
|
3150
|
+
* is optional
|
|
3151
|
+
|
|
3152
|
+
* Type: merged type ([Reception date](model-defs-properties-properties-reception-date.md))
|
|
3153
|
+
|
|
3154
|
+
* cannot be null
|
|
3155
|
+
|
|
3156
|
+
* defined in: [Item](model-defs-properties-properties-reception-date.md "airs_model#/$defs/Properties/properties/acq__reception_date")
|
|
3157
|
+
|
|
3158
|
+
#### acq\_\_reception\_date Type
|
|
3159
|
+
|
|
3160
|
+
merged type ([Reception date](model-defs-properties-properties-reception-date.md))
|
|
3161
|
+
|
|
3162
|
+
any of
|
|
3163
|
+
|
|
3164
|
+
* [Untitled string in Item](model-defs-properties-properties-reception-date-anyof-0.md "check type definition")
|
|
3165
|
+
|
|
3166
|
+
* [Untitled null in Item](model-defs-properties-properties-reception-date-anyof-1.md "check type definition")
|
|
3167
|
+
|
|
3168
|
+
### acq\_\_spectral\_mode
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
|
|
3172
|
+
`acq__spectral_mode`
|
|
3173
|
+
|
|
3174
|
+
* is optional
|
|
3175
|
+
|
|
3176
|
+
* Type: merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
|
|
3177
|
+
|
|
3178
|
+
* cannot be null
|
|
3179
|
+
|
|
3180
|
+
* defined in: [Item](model-defs-properties-properties-spectral-mode.md "airs_model#/$defs/Properties/properties/acq__spectral_mode")
|
|
3181
|
+
|
|
3182
|
+
#### acq\_\_spectral\_mode Type
|
|
3183
|
+
|
|
3184
|
+
merged type ([Spectral mode](model-defs-properties-properties-spectral-mode.md))
|
|
3185
|
+
|
|
3186
|
+
any of
|
|
3187
|
+
|
|
3188
|
+
* [Untitled string in Item](model-defs-properties-properties-spectral-mode-anyof-0.md "check type definition")
|
|
3189
|
+
|
|
3190
|
+
* [Untitled null in Item](model-defs-properties-properties-spectral-mode-anyof-1.md "check type definition")
|
|
3191
|
+
|
|
2742
3192
|
### sar\_\_instrument\_mode
|
|
2743
3193
|
|
|
2744
3194
|
|