airsmodel 0.4.18__py3-none-any.whl → 0.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of airsmodel might be problematic. Click here for more details.
- airs/core/models/model.py +9 -3
- {airsmodel-0.4.18.dist-info → airsmodel-0.5.1.dist-info}/METADATA +76 -1
- airsmodel-0.5.1.dist-info/RECORD +7 -0
- airsmodel-0.4.18.dist-info/RECORD +0 -7
- {airsmodel-0.4.18.dist-info → airsmodel-0.5.1.dist-info}/WHEEL +0 -0
- {airsmodel-0.4.18.dist-info → airsmodel-0.5.1.dist-info}/top_level.txt +0 -0
airs/core/models/model.py
CHANGED
|
@@ -65,6 +65,9 @@ class AssetFormat(Enum):
|
|
|
65
65
|
pvl = "PVL"
|
|
66
66
|
yaml = "YAML"
|
|
67
67
|
geojson = "GEOJSON"
|
|
68
|
+
cog = "COG"
|
|
69
|
+
zarr = "ZARR"
|
|
70
|
+
|
|
68
71
|
|
|
69
72
|
class Role(Enum):
|
|
70
73
|
airs_item = "airs_item"
|
|
@@ -106,7 +109,7 @@ class Role(Enum):
|
|
|
106
109
|
covmat = "covmat"
|
|
107
110
|
prd = "prd"
|
|
108
111
|
extent = "extent"
|
|
109
|
-
|
|
112
|
+
|
|
110
113
|
|
|
111
114
|
class CommonBandName(Enum):
|
|
112
115
|
coastal = "coastal"
|
|
@@ -125,7 +128,7 @@ class CommonBandName(Enum):
|
|
|
125
128
|
lwir = "lwir"
|
|
126
129
|
lwir11 = "lwir11"
|
|
127
130
|
lwir12 = "lwir12"
|
|
128
|
-
|
|
131
|
+
|
|
129
132
|
|
|
130
133
|
class VariableType(Enum):
|
|
131
134
|
data = "data"
|
|
@@ -136,7 +139,7 @@ class DimensionType(Enum):
|
|
|
136
139
|
spatial = "spatial"
|
|
137
140
|
temporal = "temporal"
|
|
138
141
|
geometry = "geometry"
|
|
139
|
-
|
|
142
|
+
|
|
140
143
|
|
|
141
144
|
class RasterType(BaseModel):
|
|
142
145
|
source: str
|
|
@@ -228,8 +231,10 @@ class Properties(BaseModel, extra=Extra.allow):
|
|
|
228
231
|
programme: str | None = Field(default=None, title="Name of the programme")
|
|
229
232
|
constellation: str | None = Field(default=None, title="Name of the constellation")
|
|
230
233
|
satellite: str | None = Field(default=None, title="Name of the satellite")
|
|
234
|
+
platform: str | None = Field(default=None, title="Name of the satellite platform")
|
|
231
235
|
instrument: str | None = Field(default=None, title="Name of the instrument")
|
|
232
236
|
sensor: str | None = Field(default=None, title="Name of the sensor")
|
|
237
|
+
sensor_mode: str | None = Field(default=None, title="Mode of the sensor during acquisition")
|
|
233
238
|
sensor_type: str | None = Field(default=None, title="Type of sensor")
|
|
234
239
|
annotations: str | None = Field(default=None, title="Human annotations for the item")
|
|
235
240
|
gsd: float | None = Field(default=None, title="Ground Sampling Distance (resolution)")
|
|
@@ -272,6 +277,7 @@ class Properties(BaseModel, extra=Extra.allow):
|
|
|
272
277
|
acq__acquisition_mode: str | None = Field(default=None, title="The name of the acquisition mode.")
|
|
273
278
|
acq__acquisition_orbit_direction: str | None = Field(default=None, title="Acquisition orbit direction (ASCENDING or DESCENDING).")
|
|
274
279
|
acq__acquisition_type: str | None = Field(default=None, title="Acquisition type (STRIP)")
|
|
280
|
+
acq__acquisition_orbit: float | None = Field(default=None, title="Acquisition orbit")
|
|
275
281
|
acq__across_track: float | None = Field(default=None, title="Across track angle")
|
|
276
282
|
acq__along_track: float | None = Field(default=None, title="Along track angle")
|
|
277
283
|
acq__archiving_date: Datetime | None = Field(default=None, title="Archiving date")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: airsmodel
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: ARLAS Item Registration Service Model
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Gisaïa
|
|
@@ -1652,8 +1652,10 @@ Reference this group by using
|
|
|
1652
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
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
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
|
+
| [platform](#platform) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-satellite-platform.md "airs_model#/$defs/Properties/properties/platform") |
|
|
1655
1656
|
| [instrument](#instrument) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-instrument.md "airs_model#/$defs/Properties/properties/instrument") |
|
|
1656
1657
|
| [sensor](#sensor) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-name-of-the-sensor.md "airs_model#/$defs/Properties/properties/sensor") |
|
|
1658
|
+
| [sensor\_mode](#sensor_mode) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md "airs_model#/$defs/Properties/properties/sensor_mode") |
|
|
1657
1659
|
| [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
1660
|
| [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
1661
|
| [gsd](#gsd-1) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-ground-sampling-distance-resolution.md "airs_model#/$defs/Properties/properties/gsd") |
|
|
@@ -1696,6 +1698,7 @@ Reference this group by using
|
|
|
1696
1698
|
| [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
1699
|
| [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
1700
|
| [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") |
|
|
1701
|
+
| [acq\_\_acquisition\_orbit](#acq__acquisition_orbit) | Merged | Optional | cannot be null | [Item](model-defs-properties-properties-acquisition-orbit.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit") |
|
|
1699
1702
|
| [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
1703
|
| [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
1704
|
| [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") |
|
|
@@ -1893,6 +1896,30 @@ any of
|
|
|
1893
1896
|
|
|
1894
1897
|
* [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-anyof-1.md "check type definition")
|
|
1895
1898
|
|
|
1899
|
+
### platform
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
`platform`
|
|
1904
|
+
|
|
1905
|
+
* is optional
|
|
1906
|
+
|
|
1907
|
+
* Type: merged type ([Name of the satellite platform](model-defs-properties-properties-name-of-the-satellite-platform.md))
|
|
1908
|
+
|
|
1909
|
+
* cannot be null
|
|
1910
|
+
|
|
1911
|
+
* defined in: [Item](model-defs-properties-properties-name-of-the-satellite-platform.md "airs_model#/$defs/Properties/properties/platform")
|
|
1912
|
+
|
|
1913
|
+
#### platform Type
|
|
1914
|
+
|
|
1915
|
+
merged type ([Name of the satellite platform](model-defs-properties-properties-name-of-the-satellite-platform.md))
|
|
1916
|
+
|
|
1917
|
+
any of
|
|
1918
|
+
|
|
1919
|
+
* [Untitled string in Item](model-defs-properties-properties-name-of-the-satellite-platform-anyof-0.md "check type definition")
|
|
1920
|
+
|
|
1921
|
+
* [Untitled null in Item](model-defs-properties-properties-name-of-the-satellite-platform-anyof-1.md "check type definition")
|
|
1922
|
+
|
|
1896
1923
|
### instrument
|
|
1897
1924
|
|
|
1898
1925
|
|
|
@@ -1941,6 +1968,30 @@ any of
|
|
|
1941
1968
|
|
|
1942
1969
|
* [Untitled null in Item](model-defs-properties-properties-name-of-the-sensor-anyof-1.md "check type definition")
|
|
1943
1970
|
|
|
1971
|
+
### sensor\_mode
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
`sensor_mode`
|
|
1976
|
+
|
|
1977
|
+
* is optional
|
|
1978
|
+
|
|
1979
|
+
* Type: merged type ([Mode of the sensor during acquisition](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md))
|
|
1980
|
+
|
|
1981
|
+
* cannot be null
|
|
1982
|
+
|
|
1983
|
+
* defined in: [Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md "airs_model#/$defs/Properties/properties/sensor_mode")
|
|
1984
|
+
|
|
1985
|
+
#### sensor\_mode Type
|
|
1986
|
+
|
|
1987
|
+
merged type ([Mode of the sensor during acquisition](model-defs-properties-properties-mode-of-the-sensor-during-acquisition.md))
|
|
1988
|
+
|
|
1989
|
+
any of
|
|
1990
|
+
|
|
1991
|
+
* [Untitled string in Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition-anyof-0.md "check type definition")
|
|
1992
|
+
|
|
1993
|
+
* [Untitled null in Item](model-defs-properties-properties-mode-of-the-sensor-during-acquisition-anyof-1.md "check type definition")
|
|
1994
|
+
|
|
1944
1995
|
### sensor\_type
|
|
1945
1996
|
|
|
1946
1997
|
|
|
@@ -2949,6 +3000,30 @@ any of
|
|
|
2949
3000
|
|
|
2950
3001
|
* [Untitled null in Item](model-defs-properties-properties-acquisition-type-strip-anyof-1.md "check type definition")
|
|
2951
3002
|
|
|
3003
|
+
### acq\_\_acquisition\_orbit
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
|
|
3007
|
+
`acq__acquisition_orbit`
|
|
3008
|
+
|
|
3009
|
+
* is optional
|
|
3010
|
+
|
|
3011
|
+
* Type: merged type ([Acquisition orbit](model-defs-properties-properties-acquisition-orbit.md))
|
|
3012
|
+
|
|
3013
|
+
* cannot be null
|
|
3014
|
+
|
|
3015
|
+
* defined in: [Item](model-defs-properties-properties-acquisition-orbit.md "airs_model#/$defs/Properties/properties/acq__acquisition_orbit")
|
|
3016
|
+
|
|
3017
|
+
#### acq\_\_acquisition\_orbit Type
|
|
3018
|
+
|
|
3019
|
+
merged type ([Acquisition orbit](model-defs-properties-properties-acquisition-orbit.md))
|
|
3020
|
+
|
|
3021
|
+
any of
|
|
3022
|
+
|
|
3023
|
+
* [Untitled number in Item](model-defs-properties-properties-acquisition-orbit-anyof-0.md "check type definition")
|
|
3024
|
+
|
|
3025
|
+
* [Untitled null in Item](model-defs-properties-properties-acquisition-orbit-anyof-1.md "check type definition")
|
|
3026
|
+
|
|
2952
3027
|
### acq\_\_across\_track
|
|
2953
3028
|
|
|
2954
3029
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
airs/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
airs/core/models/mapper.py,sha256=j6OoBmnjU1wMJd9wBPEKVYiGh2AX9c80DMMMHewGwrw,3082
|
|
3
|
+
airs/core/models/model.py,sha256=d_PTavqUpSEzCbNoz_56bsTBfRQ2kxkM42LERokdNIA,26679
|
|
4
|
+
airsmodel-0.5.1.dist-info/METADATA,sha256=a49AoqCKFUlZlV0AYRFviRUNspTT039AWVICMAKLM_4,250757
|
|
5
|
+
airsmodel-0.5.1.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
|
|
6
|
+
airsmodel-0.5.1.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
|
|
7
|
+
airsmodel-0.5.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
airs/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
airs/core/models/mapper.py,sha256=j6OoBmnjU1wMJd9wBPEKVYiGh2AX9c80DMMMHewGwrw,3082
|
|
3
|
-
airs/core/models/model.py,sha256=fis1pgTFBk18RrsNUvtoKkdMfdgx6L2HNj_CEb0oGZM,26382
|
|
4
|
-
airsmodel-0.4.18.dist-info/METADATA,sha256=QPSll4Glt6II40CHYStlbctPDetcvHMJAhJxvmJyRRI,247220
|
|
5
|
-
airsmodel-0.4.18.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
|
|
6
|
-
airsmodel-0.4.18.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
|
|
7
|
-
airsmodel-0.4.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|