Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

airsmodel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airsmodel

ARLAS Item Registration Service Model

  • 0.5.8
  • PyPI
  • Socket score

Maintainers
1

AIRS Model

This package contains the data model for sending requests to ARLAS Item Registration Services.

Item Schema

airs_model
AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenAllowednonemodel.schema.json

Item Type

object (Item)

Item Properties

PropertyTypeRequiredNullableDefined by
collectionMergedOptionalcannot be nullItem
catalogMergedOptionalcannot be nullItem
idMergedOptionalcannot be nullItem
geometryMergedOptionalcannot be nullItem
bboxMergedOptionalcannot be nullItem
centroidMergedOptionalcannot be nullItem
assetsMergedOptionalcannot be nullItem
propertiesMergedOptionalcannot be nullItem
Additional PropertiesAnyOptionalcan be null

collection

collection

collection Type

merged type (Name of the collection the item belongs to.)

any of

catalog

catalog

catalog Type

merged type (Name of the catalog the item belongs to.)

any of

id

id

id Type

merged type (Unique item identifier. Must be unique within the collection.)

any of

geometry

geometry

geometry Type

merged type (Defines the full footprint of the asset represented by this item, formatted according to `RFC 7946, section 3.1 (GeoJSON) <https://tools.ietf.org/html/rfc7946>`_)

any of

bbox

bbox

bbox Type

merged type (Bounding Box of the asset represented by this item using either 2D or 3D geometries. The length of the array must be 2*n where n is the number of dimensions. Could also be None in the case of a null geometry.)

any of

centroid

centroid

centroid Type

merged type (Coordinates (lon/lat) of the geometry's centroid.)

any of

assets

assets

assets Type

merged type (A dictionary mapping string keys to Asset objects. All Asset values in the dictionary will have their owner attribute set to the created Item.)

any of

properties

properties

properties Type

merged type (Item properties)

any of

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Item Definitions

Definitions group Asset

Reference this group by using

{"$ref":"airs_model#/$defs/Asset"}
PropertyTypeRequiredNullableDefined by
nameMergedOptionalcannot be nullItem
sizeMergedOptionalcannot be nullItem
hrefMergedOptionalcannot be nullItem
asset_typeMergedOptionalcannot be nullItem
asset_formatMergedOptionalcannot be nullItem
storage__requester_paysMergedOptionalcannot be nullItem
storage__tierMergedOptionalcannot be nullItem
storage__platformMergedOptionalcannot be nullItem
storage__regionMergedOptionalcannot be nullItem
airs__managedMergedOptionalcannot be nullItem
airs__object_store_bucketMergedOptionalcannot be nullItem
airs__object_store_keyMergedOptionalcannot be nullItem
titleMergedOptionalcannot be nullItem
descriptionMergedOptionalcannot be nullItem
typeMergedOptionalcannot be nullItem
rolesMergedOptionalcannot be nullItem
extra_fieldsMergedOptionalcannot be nullItem
gsdMergedOptionalcannot be nullItem
eo__bandsMergedOptionalcannot be nullItem
sar__instrument_modeMergedOptionalcannot be nullItem
sar__frequency_bandMergedOptionalcannot be nullItem
sar__center_frequencyMergedOptionalcannot be nullItem
sar__polarizationsMergedOptionalcannot be nullItem
sar__product_typeMergedOptionalcannot be nullItem
sar__resolution_rangeMergedOptionalcannot be nullItem
sar__resolution_azimuthMergedOptionalcannot be nullItem
sar__pixel_spacing_rangeMergedOptionalcannot be nullItem
sar__pixel_spacing_azimuthMergedOptionalcannot be nullItem
sar__looks_rangeMergedOptionalcannot be nullItem
sar__looks_azimuthMergedOptionalcannot be nullItem
sar__looks_equivalent_numberMergedOptionalcannot be nullItem
sar__observation_directionMergedOptionalcannot be nullItem
proj__epsgMergedOptionalcannot be nullItem
proj__wkt2MergedOptionalcannot be nullItem
proj__geometryMergedOptionalcannot be nullItem
proj__bboxMergedOptionalcannot be nullItem
proj__centroidMergedOptionalcannot be nullItem
proj__shapeMergedOptionalcannot be nullItem
proj__transformMergedOptionalcannot be nullItem
Additional PropertiesAnyOptionalcan be null

name

name

name Type

merged type (Asset's name. But be the same as the key in the `assets` dictionary.)

any of

size

size

size Type

merged type (Asset's size in Bytes.)

any of

href

href

href Type

merged type (Absolute link to the asset object.)

any of

asset_type

asset_type

asset_type Type

merged type (Type of data (ResourceType))

any of

asset_format

asset_format

asset_format Type

merged type (Data format (AssetFormat))

any of

storage__requester_pays

storage__requester_pays

storage__requester_pays Type

merged type (Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets)

any of

storage__tier

storage__tier

storage__tier Type

merged type (Cloud Provider Storage Tiers (Standard, Glacier, etc.))

any of

storage__platform

storage__platform

storage__platform Type

merged type (PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER))

any of

storage__region

storage__region

storage__region Type

merged type (The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider))

any of

airs__managed

airs__managed

airs__managed Type

merged type (Whether the asset is managed by AIRS or not.)

any of

airs__managed Default Value

The default value is:

true

airs__object_store_bucket

airs__object_store_bucket

airs__object_store_bucket Type

merged type (Object store bucket for the asset object.)

any of

airs__object_store_key

airs__object_store_key

airs__object_store_key Type

merged type (Object store key of the asset object.)

any of

title

title

title Type

merged type (Optional displayed title for clients and users.)

any of

description

description

description Type

merged type (A description of the Asset providing additional details, such as how it was processed or created. CommonMark 0.29 syntax MAY be used for rich text representation.)

any of

type

type

type Type

merged type (Optional description of the media type. Registered Media Types are preferred. See MediaType for common media types.)

any of

roles

roles

roles Type

merged type (Optional, Semantic roles (i.e. thumbnail, overview, data, metadata) of the asset.)

any of

extra_fields

extra_fields

extra_fields Type

merged type (Optional, additional fields for this asset. This is used by extensions as a way to serialize and deserialize properties on asset object JSON.)

any of

gsd

gsd

gsd Type

merged type (Ground Sampling Distance (resolution) of the asset)

any of

eo__bands

eo__bands

eo__bands Type

merged type (An array of available bands where each object is a Band Object. If given, requires at least one band.)

any of

sar__instrument_mode

sar__instrument_mode

sar__instrument_mode Type

merged type (The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.)

any of

sar__frequency_band

sar__frequency_band

sar__frequency_band Type

merged type (The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.)

any of

sar__center_frequency

sar__center_frequency

sar__center_frequency Type

merged type (The center frequency of the instrument, in gigahertz (GHz).)

any of

sar__polarizations

sar__polarizations

sar__polarizations Type

merged type (Any combination of polarizations.)

any of

sar__product_type

sar__product_type

sar__product_type Type

merged type (The product type, for example SSC, MGD, or SGC)

any of

sar__resolution_range

sar__resolution_range

sar__resolution_range Type

merged type (The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).)

any of

sar__resolution_azimuth

sar__resolution_azimuth

sar__resolution_azimuth Type

merged type (The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).)

any of

sar__pixel_spacing_range

sar__pixel_spacing_range

sar__pixel_spacing_range Type

merged type (The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.)

any of

sar__pixel_spacing_azimuth

sar__pixel_spacing_azimuth

sar__pixel_spacing_azimuth Type

merged type (The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.)

any of

sar__looks_range

sar__looks_range

sar__looks_range Type

merged type (Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.)

any of

sar__looks_azimuth

sar__looks_azimuth

sar__looks_azimuth Type

merged type (Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.)

any of

sar__looks_equivalent_number

sar__looks_equivalent_number

sar__looks_equivalent_number Type

merged type (The equivalent number of looks (ENL).)

any of

sar__observation_direction

sar__observation_direction

sar__observation_direction Type

merged type (Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.)

any of

proj__epsg

proj__epsg

proj__epsg Type

merged type (EPSG code of the datasource.)

any of

proj__wkt2

proj__wkt2

proj__wkt2 Type

merged type (PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.)

any of

proj__geometry

proj__geometry

proj__geometry Type

merged type (Defines the footprint of this Item.)

any of

proj__bbox

proj__bbox

proj__bbox Type

merged type (Bounding box of the Item in the asset CRS in 2 or 3 dimensions.)

any of

proj__centroid

proj__centroid

proj__centroid Type

merged type (Coordinates representing the centroid of the Item (in lat/long).)

any of

proj__shape

proj__shape

proj__shape Type

merged type (Number of pixels in Y and X directions for the default grid.)

any of

proj__transform

proj__transform

proj__transform Type

merged type (The affine transformation coefficients for the default grid.)

any of

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Definitions group Band

Reference this group by using

{"$ref":"airs_model#/$defs/Band"}
PropertyTypeRequiredNullableDefined by
namestringRequiredcannot be nullItem
common_nameMergedOptionalcannot be nullItem
descriptionMergedOptionalcannot be nullItem
center_wavelengthMergedOptionalcannot be nullItem
full_width_half_maxMergedOptionalcannot be nullItem
solar_illuminationMergedOptionalcannot be nullItem
quality_indicatorsMergedOptionalcannot be nullItem
Additional PropertiesAnyOptionalcan be null

name

name

name Type

string (The name of the band (e.g., B01, B8, band2, red).)

name Constraints

maximum length: the maximum number of characters for this string is: 300

common_name

common_name

common_name Type

merged type (The name commonly used to refer to the band to make it easier to search for bands across instruments. See the list of accepted common names.)

any of

description

description

description Type

merged type (Description to fully explain the band. CommonMark 0.29 syntax MAY be used for rich text representation.)

any of

center_wavelength

center_wavelength

center_wavelength Type

merged type (The center wavelength of the band, in micrometers (μm).)

any of

full_width_half_max

full_width_half_max

full_width_half_max Type

merged type (Full width at half maximum (FWHM). The width of the band, as measured at half the maximum transmission, in micrometers (μm).)

any of

solar_illumination

solar_illumination

solar_illumination Type

merged type (The solar illumination of the band, as measured at half the maximum transmission, in W/m2/micrometers.)

any of

quality_indicators

quality_indicators

quality_indicators Type

merged type (Set of indicators for estimating the quality of the datacube variable (band).)

any of

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Definitions group DimensionType

Reference this group by using

{"$ref":"airs_model#/$defs/DimensionType"}
PropertyTypeRequiredNullableDefined by

Definitions group Group

Reference this group by using

{"$ref":"airs_model#/$defs/Group"}
PropertyTypeRequiredNullableDefined by
timestampMergedOptionalcannot be nullItem
rastersMergedOptionalcannot be nullItem
quality_indicatorsMergedOptionalcannot be nullItem

timestamp

timestamp

timestamp Type

merged type (The timestamp of this temporal group.)

any of

rasters

rasters

rasters Type

merged type (The rasters belonging to this temporal group.)

any of

quality_indicators

quality_indicators

quality_indicators Type

merged type (Set of indicators for estimating the quality of the datacube group. The indicators are group based.)

any of

Definitions group Indicators

Reference this group by using

{"$ref":"airs_model#/$defs/Indicators"}
PropertyTypeRequiredNullableDefined by
time_compacityMergedOptionalcannot be nullItem
spatial_coverageMergedOptionalcannot be nullItem
group_lightnessMergedOptionalcannot be nullItem
time_regularityMergedOptionalcannot be nullItem

time_compacity

time_compacity

time_compacity Type

merged type (Indicates whether the temporal extend of the temporal slices (groups) are compact or not compared to the cube temporal extend. Computed as follow: 1-range(group rasters) / range(cube rasters).)

any of

spatial_coverage

spatial_coverage

spatial_coverage Type

merged type (Indicates the proportion of the region of interest that is covered by the input rasters. Computed as follow: area(intersection(union(rasters),roi)) / area(roi)))

any of

group_lightness

group_lightness

group_lightness Type

merged type (Indicates the proportion of non overlapping regions between the different input rasters. Computed as follow: area(intersection(union(rasters),roi)) / sum(area(intersection(raster, roi))))

any of

time_regularity

time_regularity

time_regularity Type

merged type (Indicates the regularity of the extends between the temporal slices (groups). Computed as follow: 1-std(inter group temporal gaps)/avg(inter group temporal gaps))

any of

Definitions group Properties

Reference this group by using

{"$ref":"airs_model#/$defs/Properties"}
PropertyTypeRequiredNullableDefined by
datetimeMergedOptionalcannot be nullItem
start_datetimeMergedOptionalcannot be nullItem
end_datetimeMergedOptionalcannot be nullItem
keywordsMergedOptionalcannot be nullItem
programmeMergedOptionalcannot be nullItem
constellationMergedOptionalcannot be nullItem
satelliteMergedOptionalcannot be nullItem
platformMergedOptionalcannot be nullItem
instrumentMergedOptionalcannot be nullItem
sensorMergedOptionalcannot be nullItem
sensor_modeMergedOptionalcannot be nullItem
sensor_typeMergedOptionalcannot be nullItem
annotationsMergedOptionalcannot be nullItem
gsdMergedOptionalcannot be nullItem
secondary_idMergedOptionalcannot be nullItem
data_typeMergedOptionalcannot be nullItem
item_typeMergedOptionalcannot be nullItem
item_formatMergedOptionalcannot be nullItem
main_asset_formatMergedOptionalcannot be nullItem
main_asset_nameMergedOptionalcannot be nullItem
observation_typeMergedOptionalcannot be nullItem
data_coverageMergedOptionalcannot be nullItem
water_coverageMergedOptionalcannot be nullItem
locationsMergedOptionalcannot be nullItem
create_datetimeMergedOptionalcannot be nullItem
update_datetimeMergedOptionalcannot be nullItem
view__off_nadirMergedOptionalcannot be nullItem
view__incidence_angleMergedOptionalcannot be nullItem
view__azimuthMergedOptionalcannot be nullItem
view__sun_azimuthMergedOptionalcannot be nullItem
view__sun_elevationMergedOptionalcannot be nullItem
storage__requester_paysMergedOptionalcannot be nullItem
storage__tierMergedOptionalcannot be nullItem
storage__platformMergedOptionalcannot be nullItem
storage__regionMergedOptionalcannot be nullItem
eo__cloud_coverMergedOptionalcannot be nullItem
eo__snow_coverMergedOptionalcannot be nullItem
eo__bandsMergedOptionalcannot be nullItem
processing__expressionMergedOptionalcannot be nullItem
processing__lineageMergedOptionalcannot be nullItem
processing__levelMergedOptionalcannot be nullItem
processing__facilityMergedOptionalcannot be nullItem
processing__softwareMergedOptionalcannot be nullItem
dc3__quality_indicatorsMergedOptionalcannot be nullItem
dc3__compositionMergedOptionalcannot be nullItem
dc3__number_of_chunksMergedOptionalcannot be nullItem
dc3__chunk_weightMergedOptionalcannot be nullItem
dc3__fill_ratioMergedOptionalcannot be nullItem
cube__dimensionsMergedOptionalcannot be nullItem
cube__variablesMergedOptionalcannot be nullItem
acq__acquisition_modeMergedOptionalcannot be nullItem
acq__acquisition_orbit_directionMergedOptionalcannot be nullItem
acq__acquisition_typeMergedOptionalcannot be nullItem
acq__acquisition_orbitMergedOptionalcannot be nullItem
acq__across_trackMergedOptionalcannot be nullItem
acq__along_trackMergedOptionalcannot be nullItem
acq__archiving_dateMergedOptionalcannot be nullItem
acq__download_orbitMergedOptionalcannot be nullItem
acq__request_idMergedOptionalcannot be nullItem
acq__quality_averageMergedOptionalcannot be nullItem
acq__quality_computationMergedOptionalcannot be nullItem
acq__receiving_stationMergedOptionalcannot be nullItem
acq__reception_dateMergedOptionalcannot be nullItem
acq__spectral_modeMergedOptionalcannot be nullItem
sar__instrument_modeMergedOptionalcannot be nullItem
sar__frequency_bandMergedOptionalcannot be nullItem
sar__center_frequencyMergedOptionalcannot be nullItem
sar__polarizationsMergedOptionalcannot be nullItem
sar__product_typeMergedOptionalcannot be nullItem
sar__resolution_rangeMergedOptionalcannot be nullItem
sar__resolution_azimuthMergedOptionalcannot be nullItem
sar__pixel_spacing_rangeMergedOptionalcannot be nullItem
sar__pixel_spacing_azimuthMergedOptionalcannot be nullItem
sar__looks_rangeMergedOptionalcannot be nullItem
sar__looks_azimuthMergedOptionalcannot be nullItem
sar__looks_equivalent_numberMergedOptionalcannot be nullItem
sar__observation_directionMergedOptionalcannot be nullItem
proj__epsgMergedOptionalcannot be nullItem
proj__wkt2MergedOptionalcannot be nullItem
proj__geometryMergedOptionalcannot be nullItem
proj__bboxMergedOptionalcannot be nullItem
proj__centroidMergedOptionalcannot be nullItem
proj__shapeMergedOptionalcannot be nullItem
proj__transformMergedOptionalcannot be nullItem
generated__has_overviewMergedOptionalcannot be nullItem
generated__has_thumbnailMergedOptionalcannot be nullItem
generated__has_metadataMergedOptionalcannot be nullItem
generated__has_dataMergedOptionalcannot be nullItem
generated__has_cogMergedOptionalcannot be nullItem
generated__has_zarrMergedOptionalcannot be nullItem
generated__date_keywordsMergedOptionalcannot be nullItem
generated__day_of_weekMergedOptionalcannot be nullItem
generated__day_of_yearMergedOptionalcannot be nullItem
generated__hour_of_dayMergedOptionalcannot be nullItem
generated__minute_of_dayMergedOptionalcannot be nullItem
generated__monthMergedOptionalcannot be nullItem
generated__yearMergedOptionalcannot be nullItem
generated__seasonMergedOptionalcannot be nullItem
generated__tltrbrblMergedOptionalcannot be nullItem
generated__band_common_namesMergedOptionalcannot be nullItem
generated__band_namesMergedOptionalcannot be nullItem
generated__geohash2MergedOptionalcannot be nullItem
generated__geohash3MergedOptionalcannot be nullItem
generated__geohash4MergedOptionalcannot be nullItem
generated__geohash5MergedOptionalcannot be nullItem
Additional PropertiesAnyOptionalcan be null

datetime

datetime

datetime Type

merged type (datetime associated with this item. If None, a start_datetime and end_datetime must be supplied.)

any of

start_datetime

start_datetime

start_datetime Type

merged type (Optional start datetime, part of common metadata. This value will override any start_datetime key in properties.)

any of

end_datetime

end_datetime

end_datetime Type

merged type (Optional end datetime, part of common metadata. This value will override any end_datetime key in properties.)

any of

keywords

keywords

keywords Type

merged type (A list of keywords)

any of

programme

programme

programme Type

merged type (Name of the programme)

any of

constellation

constellation

constellation Type

merged type (Name of the constellation)

any of

satellite

satellite

satellite Type

merged type (Name of the satellite)

any of

platform

platform

platform Type

merged type (Name of the satellite platform)

any of

instrument

instrument

instrument Type

merged type (Name of the instrument)

any of

sensor

sensor

sensor Type

merged type (Name of the sensor)

any of

sensor_mode

sensor_mode

sensor_mode Type

merged type (Mode of the sensor during acquisition)

any of

sensor_type

sensor_type

sensor_type Type

merged type (Type of sensor)

any of

annotations

annotations

annotations Type

merged type (Human annotations for the item)

any of

gsd

gsd

gsd Type

merged type (Ground Sampling Distance (resolution))

any of

secondary_id

secondary_id

secondary_id Type

merged type (Secondary identifier)

any of

data_type

data_type

data_type Type

merged type (Type of data)

any of

item_type

item_type

item_type Type

merged type (Type of data (ResourceType))

any of

item_format

item_format

item_format Type

merged type (Data format (ItemFormat))

any of

main_asset_format

main_asset_format

main_asset_format Type

merged type (Data format of the main asset (AssetFormat))

any of

main_asset_name

main_asset_name

main_asset_name Type

merged type (Name of the main asset (AssetFormat))

any of

observation_type

observation_type

observation_type Type

merged type (Type of observation (ObservationType))

any of

data_coverage

data_coverage

data_coverage Type

merged type (Estimate of data cover)

any of

water_coverage

water_coverage

water_coverage Type

merged type (Estimate of water cover)

any of

locations

locations

locations Type

merged type (List of locations covered by the item)

any of

create_datetime

create_datetime

create_datetime Type

merged type (Date of item creation in the catalog, managed by the ARLAS Item Registration Service)

any of

update_datetime

update_datetime

update_datetime Type

merged type (Update date of the item in the catalog, managed by the ARLAS Item Registration Service)

any of

view__off_nadir

view__off_nadir

view__off_nadir Type

merged type (The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).)

any of

view__incidence_angle

view__incidence_angle

view__incidence_angle Type

merged type (The incidence angle is the angle between the vertical (normal) to the intercepting surface and the line of sight back to the satellite at the scene center. Measured in degrees (0-90).)

any of

view__azimuth

view__azimuth

view__azimuth Type

merged type (Viewing azimuth angle. The angle measured from the sub-satellite point (point on the ground below the platform) between the scene center and true north. Measured clockwise from north in degrees (0-360).)

any of

view__sun_azimuth

view__sun_azimuth

view__sun_azimuth Type

merged type (Sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).)

any of

view__sun_elevation

view__sun_elevation

view__sun_elevation Type

merged type (Sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° [...])

any of

storage__requester_pays

storage__requester_pays

storage__requester_pays Type

merged type (Is the data requester pays or is it data manager/cloud provider pays. Defaults to false. Whether the requester pays for accessing assets)

any of

storage__tier

storage__tier

storage__tier Type

merged type (Cloud Provider Storage Tiers (Standard, Glacier, etc.))

any of

storage__platform

storage__platform

storage__platform Type

merged type (PaaS solutions (ALIBABA, AWS, AZURE, GCP, IBM, ORACLE, OTHER))

any of

storage__region

storage__region

storage__region Type

merged type (The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider))

any of

eo__cloud_cover

eo__cloud_cover

eo__cloud_cover Type

merged type (Estimate of cloud cover.)

any of

eo__snow_cover

eo__snow_cover

eo__snow_cover Type

merged type (Estimate of snow and ice cover.)

any of

eo__bands

eo__bands

eo__bands Type

merged type (An array of available bands where each object is a Band Object. If given, requires at least one band.)

any of

processing__expression

processing__expression

processing__expression Type

merged type (An expression or processing chain that describes how the data has been processed. Alternatively, you can also link to a processing chain with the relation type processing-expression (see below).)

any of

processing__lineage

processing__lineage

processing__lineage Type

merged type (Lineage Information provided as free text information about the how observations were processed or models that were used to create the resource being described NASA ISO.)

any of

processing__level

processing__level

processing__level Type

merged type (The name commonly used to refer to the processing level to make it easier to search for product level across collections or items. The short name must be used (only L, not Level).)

any of

processing__facility

processing__facility

processing__facility Type

merged type (The name of the facility that produced the data. For example, Copernicus S1 Core Ground Segment - DPA for product of Sentinel-1 satellites.)

any of

processing__software

processing__software

processing__software Type

merged type (A dictionary with name/version for key/value describing one or more softwares that produced the data.)

any of

dc3__quality_indicators

dc3__quality_indicators

dc3__quality_indicators Type

merged type (Set of indicators for estimating the quality of the datacube based on the composition. The indicators are group based. A cube indicator is the product of its corresponding group indicator.)

any of

dc3__composition

dc3__composition

dc3__composition Type

merged type (List of raster groups used for elaborating the cube temporal slices.)

any of

dc3__number_of_chunks

dc3__number_of_chunks

dc3__number_of_chunks Type

merged type (Number of chunks (if zarr or similar partitioned format) within the cube.)

any of

dc3__chunk_weight

dc3__chunk_weight

dc3__chunk_weight Type

merged type (Weight of a chunk (number of bytes).)

any of

dc3__fill_ratio

dc3__fill_ratio

dc3__fill_ratio Type

merged type (1: the cube is full, 0 the cube is empty, in between the cube is partially filled.)

any of

cube__dimensions

cube__dimensions

cube__dimensions Type

merged type (Uniquely named dimensions of the datacube.)

any of

cube__variables

cube__variables

cube__variables Type

merged type (Uniquely named variables of the datacube.)

any of

acq__acquisition_mode

acq__acquisition_mode

acq__acquisition_mode Type

merged type (The name of the acquisition mode.)

any of

acq__acquisition_orbit_direction

acq__acquisition_orbit_direction

acq__acquisition_orbit_direction Type

merged type (Acquisition orbit direction (ASCENDING or DESCENDING).)

any of

acq__acquisition_type

acq__acquisition_type

acq__acquisition_type Type

merged type (Acquisition type (STRIP))

any of

acq__acquisition_orbit

acq__acquisition_orbit

acq__acquisition_orbit Type

merged type (Acquisition orbit)

any of

acq__across_track

acq__across_track

acq__across_track Type

merged type (Across track angle)

any of

acq__along_track

acq__along_track

acq__along_track Type

merged type (Along track angle)

any of

acq__archiving_date

acq__archiving_date

acq__archiving_date Type

merged type (Archiving date)

any of

acq__download_orbit

acq__download_orbit

acq__download_orbit Type

merged type (Download orbit)

any of

acq__request_id

acq__request_id

acq__request_id Type

merged type (Original request identifier)

any of

acq__quality_average

acq__quality_average

acq__quality_average Type

merged type (Quality average)

any of

acq__quality_computation

acq__quality_computation

acq__quality_computation Type

merged type (Quality computation)

any of

acq__receiving_station

acq__receiving_station

acq__receiving_station Type

merged type (Receiving station)

any of

acq__reception_date

acq__reception_date

acq__reception_date Type

merged type (Reception date)

any of

acq__spectral_mode

acq__spectral_mode

acq__spectral_mode Type

merged type (Spectral mode)

any of

sar__instrument_mode

sar__instrument_mode

sar__instrument_mode Type

merged type (The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, WV for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.)

any of

sar__frequency_band

sar__frequency_band

sar__frequency_band Type

merged type (The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names.)

any of

sar__center_frequency

sar__center_frequency

sar__center_frequency Type

merged type (The center frequency of the instrument, in gigahertz (GHz).)

any of

sar__polarizations

sar__polarizations

sar__polarizations Type

merged type (Any combination of polarizations.)

any of

sar__product_type

sar__product_type

sar__product_type Type

merged type (The product type, for example SSC, MGD, or SGC)

any of

sar__resolution_range

sar__resolution_range

sar__resolution_range Type

merged type (The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m).)

any of

sar__resolution_azimuth

sar__resolution_azimuth

sar__resolution_azimuth Type

merged type (The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m).)

any of

sar__pixel_spacing_range

sar__pixel_spacing_range

sar__pixel_spacing_range Type

merged type (The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.)

any of

sar__pixel_spacing_azimuth

sar__pixel_spacing_azimuth

sar__pixel_spacing_azimuth Type

merged type (The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type GRD.)

any of

sar__looks_range

sar__looks_range

sar__looks_range Type

merged type (Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path.)

any of

sar__looks_azimuth

sar__looks_azimuth

sar__looks_azimuth Type

merged type (Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path.)

any of

sar__looks_equivalent_number

sar__looks_equivalent_number

sar__looks_equivalent_number Type

merged type (The equivalent number of looks (ENL).)

any of

sar__observation_direction

sar__observation_direction

sar__observation_direction Type

merged type (Antenna pointing direction relative to the flight trajectory of the satellite, either left or right.)

any of

proj__epsg

proj__epsg

proj__epsg Type

merged type (EPSG code of the datasource.)

any of

proj__wkt2

proj__wkt2

proj__wkt2 Type

merged type (PROJJSON object representing the Coordinate Reference System (CRS) that the proj:geometry and proj:bbox fields represent.)

any of

proj__geometry

proj__geometry

proj__geometry Type

merged type (Defines the footprint of this Item.)

any of

proj__bbox

proj__bbox

proj__bbox Type

merged type (Bounding box of the Item in the asset CRS in 2 or 3 dimensions.)

any of

proj__centroid

proj__centroid

proj__centroid Type

merged type (Coordinates representing the centroid of the Item (in lat/long).)

any of

proj__shape

proj__shape

proj__shape Type

merged type (Number of pixels in Y and X directions for the default grid.)

any of

proj__transform

proj__transform

proj__transform Type

merged type (The affine transformation coefficients for the default grid.)

any of

generated__has_overview

generated__has_overview

generated__has_overview Type

merged type (Whether the item has an overview or not.)

any of

generated__has_thumbnail

generated__has_thumbnail

generated__has_thumbnail Type

merged type (Whether the item has a thumbnail or not.)

any of

generated__has_metadata

generated__has_metadata

generated__has_metadata Type

merged type (Whether the item has a metadata file or not.)

any of

generated__has_data

generated__has_data

generated__has_data Type

merged type (Whether the item has a data file or not.)

any of

generated__has_cog

generated__has_cog

generated__has_cog Type

merged type (Whether the item has a cog or not.)

any of

generated__has_zarr

generated__has_zarr

generated__has_zarr Type

merged type (Whether the item has a zarr or not.)

any of

generated__date_keywords

generated__date_keywords

generated__date_keywords Type

merged type (A list of keywords indicating clues on the date)

any of

generated__day_of_week

generated__day_of_week

generated__day_of_week Type

merged type (Day of week.)

any of

generated__day_of_year

generated__day_of_year

generated__day_of_year Type

merged type (Day of year.)

any of

generated__hour_of_day

generated__hour_of_day

generated__hour_of_day Type

merged type (Hour of day.)

any of

generated__minute_of_day

generated__minute_of_day

generated__minute_of_day Type

merged type (Minute of day.)

any of

generated__month

generated__month

  • is optional

  • Type: merged type (Month)

  • cannot be null

  • defined in: Item

generated__month Type

merged type (Month)

any of

generated__year

generated__year

  • is optional

  • Type: merged type (Year)

  • cannot be null

  • defined in: Item

generated__year Type

merged type (Year)

any of

generated__season

generated__season

  • is optional

  • Type: merged type (Season)

  • cannot be null

  • defined in: Item

generated__season Type

merged type (Season)

any of

generated__tltrbrbl

generated__tltrbrbl

generated__tltrbrbl Type

merged type (The coordinates of the top left, top right, bottom right, bottom left corners of the item.)

any of

generated__band_common_names

generated__band_common_names

generated__band_common_names Type

merged type (List of the band common names.)

any of

generated__band_names

generated__band_names

generated__band_names Type

merged type (List of the band names.)

any of

generated__geohash2

generated__geohash2

generated__geohash2 Type

merged type (Geohash on the first two characters.)

any of

generated__geohash3

generated__geohash3

generated__geohash3 Type

merged type (Geohash on the first three characters.)

any of

generated__geohash4

generated__geohash4

generated__geohash4 Type

merged type (Geohash on the first four characters.)

any of

generated__geohash5

generated__geohash5

generated__geohash5 Type

merged type (Geohash on the first five characters.)

any of

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Definitions group Raster

Reference this group by using

{"$ref":"airs_model#/$defs/Raster"}
PropertyTypeRequiredNullableDefined by
typeobjectRequiredcannot be nullItem
pathstringRequiredcannot be nullItem
idstringRequiredcannot be nullItem

type

type

  • is required

  • Type: object (RasterType)

  • cannot be null

  • defined in: Item

type Type

object (RasterType)

path

path

  • is required

  • Type: string (Path)

  • cannot be null

  • defined in: Item

path Type

string (Path)

id

id

  • is required

  • Type: string (Id)

  • cannot be null

  • defined in: Item

id Type

string (Id)

Definitions group RasterType

Reference this group by using

{"$ref":"airs_model#/$defs/RasterType"}
PropertyTypeRequiredNullableDefined by
sourcestringRequiredcannot be nullItem
formatstringRequiredcannot be nullItem

source

source

  • is required

  • Type: string (Source)

  • cannot be null

  • defined in: Item

source Type

string (Source)

format

format

  • is required

  • Type: string (Format)

  • cannot be null

  • defined in: Item

format Type

string (Format)

Definitions group VariableType

Reference this group by using

{"$ref":"airs_model#/$defs/VariableType"}
PropertyTypeRequiredNullableDefined by

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc