Download OpenAPI specification:Download
Get geographic metadata for an item.
Return a datasets basic info.
Validation Error
{- "bounds": [
- null,
- null,
- null,
- null
], - "minzoom": 0,
- "maxzoom": 0,
- "band_metadata": [
- [
- "string",
- { }
]
], - "band_descriptions": [
- [
- "string",
- "string"
]
], - "dtype": "string",
- "nodata_type": "Alpha",
- "colorinterp": [
- "string"
], - "scale": 0,
- "offset": 0,
- "colormap": {
- "property1": [
- 0,
- 0,
- 0,
- 0
], - "property2": [
- 0,
- 0,
- 0,
- 0
]
}
}
Get geographic metadata for an item and format as a GeoJSON feature.
Return a datasets basic info as a GeoJSON feature.
Validation Error
{- "type": "Feature",
- "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": {
- "bounds": [
- null,
- null,
- null,
- null
], - "minzoom": 0,
- "maxzoom": 0,
- "band_metadata": [
- [
- "string",
- { }
]
], - "band_descriptions": [
- [
- "string",
- "string"
]
], - "dtype": "string",
- "nodata_type": "Alpha",
- "colorinterp": [
- "string"
], - "scale": 0,
- "offset": 0,
- "colormap": {
- "property1": [
- 0,
- 0,
- 0,
- 0
], - "property2": [
- 0,
- 0,
- 0,
- 0
]
}
}, - "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
Get geographic metadata for all items in a collection
Metadata
Validation Error
{- "property1": {
- "bounds": [
- null,
- null,
- null,
- null
], - "minzoom": 0,
- "maxzoom": 0,
- "band_metadata": [
- [
- "string",
- { }
]
], - "band_descriptions": [
- [
- "string",
- "string"
]
], - "dtype": "string",
- "nodata_type": "Alpha",
- "colorinterp": [
- "string"
], - "scale": 0,
- "offset": 0,
- "colormap": {
- "property1": [
- 0,
- 0,
- 0,
- 0
], - "property2": [
- 0,
- 0,
- 0,
- 0
]
}
}, - "property2": {
- "bounds": [
- null,
- null,
- null,
- null
], - "minzoom": 0,
- "maxzoom": 0,
- "band_metadata": [
- [
- "string",
- { }
]
], - "band_descriptions": [
- [
- "string",
- "string"
]
], - "dtype": "string",
- "nodata_type": "Alpha",
- "colorinterp": [
- "string"
], - "scale": 0,
- "offset": 0,
- "colormap": {
- "property1": [
- 0,
- 0,
- 0,
- 0
], - "property2": [
- 0,
- 0,
- 0,
- 0
]
}
}
}
Get geographic metadata for all items in a collection. Return as a GeoJSON feature
Metadata (as a GeoJSON)collection.
Validation Error
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": null,
- "properties": {
- "bounds": [
- null,
- null,
- null,
- null
], - "minzoom": 0,
- "maxzoom": 0,
- "band_metadata": [
- [
- "string",
- { }
]
], - "band_descriptions": [
- [
- "string",
- "string"
]
], - "dtype": "string",
- "nodata_type": "Alpha",
- "colorinterp": [
- "string"
], - "scale": 0,
- "offset": 0,
- "colormap": {
- "property1": [
- 0,
- 0,
- 0,
- 0
], - "property2": [
- 0,
- 0,
- 0,
- 0
]
}
}, - "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
Return a list of available timesteps within a date range.
List of available timesteps
Validation Error
[- {
- "property1": "string",
- "property2": "string"
}
]
Get geospatial summary statistics of a dataset (mean, min, max, std, percentiles).
Statistics
Validation Error
{- "property1": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}, - "property2": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}
}
Get geospatial summary statistics for one or more Features in a GeoJSON FeatureCollection.
Summary Statistics.
Validation Error
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
Get geospatial summary statistics of each dataset in a collection.
Dataset Geospatial Statistics
Validation Error
{- "property1": {
- "property1": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}, - "property2": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}
}, - "property2": {
- "property1": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}, - "property2": {
- "min": 0,
- "max": 0,
- "mean": 0,
- "count": 0,
- "sum": 0,
- "std": 0,
- "median": 0,
- "majority": 0,
- "minority": 0,
- "unique": 0,
- "histogram": [
- [
- 0
]
], - "valid_percent": 0,
- "masked_pixels": 0,
- "valid_pixels": 0
}
}
}
Get geospatial summary statistics for one or more Features in a GeoJSON FeatureCollection.
Summary Statistics
Validation Error
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
Get the value at a point for a single item.
Value
Validation Error
{- "coordinates": [
- 0
], - "values": [
- 0
], - "band_names": [
- "string"
]
}
Return the mean value of a dataset in an area around a point
Value
Validation Error
{- "coordinates": [
- 0
], - "values": [
- 0
], - "band_names": [
- "string"
], - "bbox": [
- 0
]
}
Return the value at a point location, for all items in the collection.
Return the value at a point location, for all datasets in the collection.
Validation Error
{- "property1": {
- "coordinates": [
- 0
], - "values": [
- 0
], - "band_names": [
- "string"
]
}, - "property2": {
- "coordinates": [
- 0
], - "values": [
- 0
], - "band_names": [
- "string"
]
}
}
Return the mean value of a dataset in an area around a point
Value
Validation Error
{- "coordinates": [
- 0
], - "values": [
- 0
], - "band_names": [
- "string"
], - "bbox": [
- 0
]
}
Create a downscaled preview image of the entire dataset.
Return an image.
Validation Error
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
Create an image of the dataset, cropped to a bounding box.
Return an image.
Validation Error
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
Create an image of the dataset, cropped to a GeoJSON polygon.
Return an image.
Validation Error
{- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
Create a downscaled preview image of the entire dataset.
Return an image.
Validation Error
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
Create an image of the dataset, cropped to a bounding box.
Return an image.
Validation Error
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
Create an image of the dataset, cropped to a GeoJSON polygon.
Return an image.
Validation Error
{- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
This is a simple search endpoint that returns a GeoJSON FeatureCollection of STAC Items.
Results are filtered to only include items which are available to the user.
Successful Response
Validation Error
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
This search endpoint allows for more advanced search parameters.
Results are filtered to only include items which are available to the user.
Successful Response
Validation Error
{- "collections": [
- "string"
], - "ids": [
- "string"
], - "bbox": [
- 0,
- 0,
- 0,
- 0
], - "intersects": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "datetime": "string",
- "limit": 10
}
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}, - "properties": { },
- "id": 0,
- "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}