Water Finder Pléiades/SPOT
Creates a binary water mask for Pléiades/SPOT Reflectance blocks.
Description
A processing block that generates a binary water mask for analytic Pléiades and SPOT imagery.
See this block on the marketplace.
How it works
This block has no configurable JSON parameters.
Compatibility
Catalog collections
Use in combination with Processing from Storage.
Example
A workflow with the following blocks:
{
"up42-processing-from-storage:1": {
"asset_ids": ["00210895-5405-4c0r-9bca-ccca551776f9"]
},
"data-conversion-dimap:1": {
"ms": true,
"pan": false,
"bbox": null,
"contains": null,
"intersects": null,
"clip_to_aoi": false
},
"up42-waterfinder-water:1": {}
}
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.