Authorizations
Response
OK
The unique identifier of the item
Example:
"20201211_223832_CS25"
The type of the item
Example:
"Feature"
The collection the item belongs to
Example:
"simple-collection_2"
The version of the STAC specification
Example:
"1.0.0"
The extensions used in the item
Example:
[
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
]
The bounding box of the item
Example:
[
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
]
The geometry of the item
Example
{
"B091": {
"href": "<path_to_asset>",
"type": "image/tiff",
"roles": ["data"],
"title": "B091",
"eo:bands": [
{
"fwhm": 0,
"name": "B091",
"solar_irradiance": 1984.75,
"center_wavelength": 490,
"common_name": "red",
}
],
"raster:bands": [
{
"scale": 0.00002,
"nodata": 0,
"offset": 0,
"spatial_resolution": 30
}
]
},
"B013": {
"href": "<path_to_asset>",
"type": "image/png",
"roles": ["data"],
"title": "B013",
"eo:bands": [
{
"fwhm": 0,
"name": "B013",
"common_name": "blue",
"solar_irradiance": 1965.25,
"center_wavelength": 493
}
],
"raster:bands": [
{
"scale": 0.00002,
"nodata": 0,
"offset": 0,
"spatial_resolution": 30
}
]
}
} // The properties of the item
The links of the item