Introduction
For more information, please read the block description.
Block type: PROCESSING
This block generates a binary water mask from SPOT and Pléiades images. The block is compatible with the data blocks SPOT 6/7 Reflectance (Download) and Pléiades Reflectance (Download). For processing these images, they first need to be converted to GeoTIFF with the blocks DIMAP -> GeoTIFF Conversion or Pan-sharpening SPOT/Pléiades.
Supported parameters
This block takes no input parameters.
Example usage
Example running the full Waterfinder workflow by using the data block Pléiades Reflectance (Download) and the processing block DIMAP -> GeoTIFF Conversion:
{
"oneatlas-pleiades-fullscene:1": {
"ids": null,
"time": "2018-01-01T00:00:00+00:00/2020-12-31T23:59:59+00:00",
"limit": 1,
"asset_ids": null,
"time_series": null,
"max_cloud_cover": 100,
"intersects": {
"type": "Polygon",
"coordinates": [
[
[
-6.083251,
4.958044
],
[
-6.078073,
4.960747
],
[
-6.076336,
4.957493
],
[
-6.081294,
4.954924
],
[
-6.083251,
4.958044
]
]
]
}
},
"data-conversion-dimap:1": {
"ms": true,
"pan": false,
"bbox": null,
"contains": null,
"intersects": null,
"clip_to_aoi": false
},
"up42-waterfinder-water:1": {}
}
Output format
The output imagery is in Geotiff format and contains a binary mask.
Capabilities
Input
raster
up42_standard | |
---|---|
bands | {
"or": [
[
"red",
"green",
"blue",
"nir"
],
[
"red",
"green",
"blue",
"nir",
"pan"
]
]
} |
dtype | uint16 |
format | GTiff |
sensor | {
"or": [
"Pleiades",
"SPOT"
]
} |
Output
raster
up42_standard | |
---|---|
bands | [
"water_mask"
] |
dtype | uint8 |
format | GTiff |
sensor | > (propagated) |
To know more please check the block capabilities specifications.