airsmodel 0.6.12__py3-none-any.whl → 0.6.16__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 CHANGED
@@ -140,6 +140,8 @@ class ItemFormat(Enum):
140
140
  other = "OTHER"
141
141
  terrasar = "TerraSAR-X"
142
142
  csk = "COSMO-SkyMed"
143
+ umbra = "UMBRA"
144
+ bsg = "BlackSkyGlobal"
143
145
 
144
146
 
145
147
  class AssetFormat(Enum):
@@ -168,6 +170,10 @@ class AssetFormat(Enum):
168
170
  gif = "GIF"
169
171
 
170
172
 
173
+ class SensorType(str, Enum):
174
+ SAR = "SAR"
175
+
176
+
171
177
  class Role(Enum):
172
178
  airs_item = "airs_item"
173
179
  thumbnail = "thumbnail"
@@ -208,6 +214,7 @@ class Role(Enum):
208
214
  covmat = "covmat"
209
215
  prd = "prd"
210
216
  extent = "extent"
217
+ pan_sharpened = "pan-sharpened"
211
218
 
212
219
 
213
220
  class CommonBandName(Enum):
@@ -333,7 +340,7 @@ class Asset(BaseModel, extra=Extra.allow):
333
340
  sar__instrument_mode: str | None = Field(default=None, title="[STAC, extension sar] 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.")
334
341
  sar__frequency_band: str | None = Field(default=None, title="[STAC, extension sar] 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.")
335
342
  sar__center_frequency: float | None = Field(default=None, title="[STAC, extension sar] The center frequency of the instrument, in gigahertz (GHz).")
336
- sar__polarizations: str | None = Field(default=None, title="[STAC, extension sar] Any combination of polarizations.")
343
+ sar__polarizations: list[str] | None = Field(default=None, title="[STAC, extension sar] Any combination of polarizations.")
337
344
  sar__product_type: str | None = Field(default=None, title="[STAC, extension sar] The product type, for example SSC, MGD, or SGC")
338
345
  sar__resolution_range: float | None = Field(default=None, title="[STAC, extension sar] The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).")
339
346
  sar__resolution_azimuth: float | None = Field(default=None, title="[STAC, extension sar] The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).")
@@ -373,7 +380,7 @@ class Properties(BaseModel, extra=Extra.allow):
373
380
  item_type: str | None = Field(default=None, title="[ARLAS] Type of data (ResourceType)")
374
381
  item_format: str | None = Field(default=None, title="[ARLAS] Data format (ItemFormat)")
375
382
  main_asset_format: str | None = Field(default=None, title="[ARLAS] Data format of the main asset (AssetFormat)")
376
- main_asset_name: str | None = Field(default=None, title="[ARLAS] Name of the main asset (AssetFormat)")
383
+ main_asset_name: str | None = Field(default=None, title="[ARLAS] Name of the main asset (Role)")
377
384
  observation_type: str | None = Field(default=None, title="[ARLAS] Type of observation (ObservationType)")
378
385
  data_coverage: float | None = Field(default=None, title="[ARLAS] Estimate of data cover")
379
386
  water_coverage: float | None = Field(default=None, title="[ARLAS] Estimate of water cover")
@@ -424,7 +431,7 @@ class Properties(BaseModel, extra=Extra.allow):
424
431
  sar__instrument_mode: str | None = Field(default=None, title="[STAC, extension sar] 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.")
425
432
  sar__frequency_band: str | None = Field(default=None, title="[STAC, extension sar] 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.")
426
433
  sar__center_frequency: float | None = Field(default=None, title="[STAC, extension sar] The center frequency of the instrument, in gigahertz (GHz).")
427
- sar__polarizations: str | None = Field(default=None, title="[STAC, extension sar] Any combination of polarizations.")
434
+ sar__polarizations: list[str] | None = Field(default=None, title="[STAC, extension sar] Any combination of polarizations.")
428
435
  sar__product_type: str | None = Field(default=None, title="[STAC, extension sar] The product type, for example SSC, MGD, or SGC")
429
436
  sar__resolution_range: float | None = Field(default=None, title="[STAC, extension sar] The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).")
430
437
  sar__resolution_azimuth: float | None = Field(default=None, title="[STAC, extension sar] The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airsmodel
3
- Version: 0.6.12
3
+ Version: 0.6.16
4
4
  Summary: ARLAS Item Registration Service Model
5
5
  Home-page: UNKNOWN
6
6
  Author: Gisaïa
@@ -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=Mkse1g9hNooUCwsCtpBnrbTjW4L_0zTrRQQs5edxCr4,35813
4
+ airsmodel-0.6.16.dist-info/METADATA,sha256=5eJqbHLGQUN0Xg55x08TZeESlRccbDOD47x6FVIEa7E,402
5
+ airsmodel-0.6.16.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
6
+ airsmodel-0.6.16.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
7
+ airsmodel-0.6.16.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=QWWnylNEb6kGjafnb-SEZwskB7CVP_bL_nA8e29nMXk,35678
4
- airsmodel-0.6.12.dist-info/METADATA,sha256=sZkqfxz3pslLe6PDXKvTnPwdihsjuMvXxaaISJHfj-U,402
5
- airsmodel-0.6.12.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
6
- airsmodel-0.6.12.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
7
- airsmodel-0.6.12.dist-info/RECORD,,