Description
A data block that provides Landsat-8 imagery in GeoTIFF format.
See this block on the marketplace.
Supported parameters
For more information, please read the section JSON parameters.
bbox
: The bounding box to use as an AOI. Will return all scenes that intersect with this box. Use onlybox
orintersects
.intersects
: A GeoJSON geometry to use as an AOI. Will return all scenes that intersect with this geometry. Use onlyintersects
orbbox
orcontains
.contains
: A GeoJSON geometry to use as an AOI. Will return all scenes that completely cover this geometry. Use onlycontains
orintersects
orbbox
time
: A date range to filter scenes on. This range applies to the acquisition date/time of the scenes.time_series
: An array of date range filters as defined bytime
. If defined, thelimit
parameter applies to each date range individually and thetime
filter is ignored.limit
: An integer number of maximum results to return. Omit this to set no limit.max_cloud_cover
: A percentage (0 to 100) defining the maximum cloud cover of any returned imagery. Default is 100.zoom_level
: An integer defining the webmercator zoom level of this request, defaults to 17.
Output format
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"bbox": [4.81475830078125, 52.3688917060255, 4.82574462890625, 52.3755991766591],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.8175048828125, 52.3688917060255],
[4.81475830078125, 52.3688917060255],
[4.822998046875, 52.3688917060255],
[4.82025146484375, 52.3688917060255],
[4.8175048828125, 52.3688917060255]
]
]
},
"properties": {
"up42.data_path": "581ff405-3564-494c-ba71-208e7cceb2b1.tif",
"acquisitionDate": "2019-07-26T04:42:39Z",
"cloudCoverPercentage": 10.0
}
}
]
}
Capabilities
Output
raster
up42_standard | |
---|---|
bands | [
"ultrablue",
"blue",
"green",
"red",
"nir",
"swir",
"swir2",
"pan",
"cir",
"tirs",
"tirs2"
] |
dtype | uint8 |
format | GTiff |
sensor | Landsat8 |
resolution | 15 |
processing_level | l2 |