Analytics platform discontinued after January 31, 2024
The current analytics platform will be discontinued after January 31, 2024, and will be replaced by new advanced processing functionalities. This change will affect projects, workflows, jobs, data blocks, processing blocks, and custom blocks. For more information, see the blog post.
Description
A processing block that converts satellite images from the DIMAP format into georeferenced GeoTIFFs, while keeping the same bands and spatial resolution of the input data.
See this block on the marketplace.
How it works
Parameters | Overview |
---|---|
ms | boolean / required if Required if pan=false .The conversion of multispectral bands. The default value is true . |
pan | boolean / required if Required if ms=false .The conversion of the panchromatic band. The default value is false . |
bbox | array of integers / required if Required if intersects or contains aren't specified.A bounding box to use as an AOI. Will clip to scenes that intersect with this box. |
contains | object / required if Required if bbox or intersects aren't specified.A GeoJSON geometry to use as an AOI. Will clip to scenes that fully cover this geometry. |
intersects | object / required if Required if bbox or contains aren't specified.A GeoJSON geometry to use as an AOI. Will clip to scenes that intersect with this geometry. |
clip_to_aoi | boolean / required Whether the specified AOI should be clipped before processing:
false . |
Compatibility
Catalog collections
Use in combination with Processing from Storage.
- Pléiades:
- Analytic
- Display
- SPOT:
- Analytic
- Display
- Pléiades Neo:
- Display
Processing blocks
- Aircraft Detection
- Building Bounding Box Detector
- Building Detection
- Building Detector
- Car Detection
- Change Detection
- Change Detector
- Cloud Mask
- Co-registration
- Enhanced Vegetation Index
- FieldFinder Europe SPOT
- FieldFinder Iowa SPOT
- Flood Finder Pléiades/SPOT
- GeoPard Vegetation Indexes
- Image Augmentor
- Infrastructure Change Detection Pleiades
- Infrastructure Change Detection SPOT
- Large Vehicle Detection
- Ship Detection
- Small Vehicle Detection
- Soil Adjusted Vegetation Index
- Sports Facilities Detection
- Tree Detection
- Tree Detection and Height From Shadow
- Truck Detection
- Urban Estimation
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
},
"fieldfinder:1": {}
}
Capabilities
Input
raster
up42_standard | |
---|---|
bands | {
"or": [
[
"red",
"green",
"blue",
"nir",
"pan"
],
[
"red",
"green",
"blue",
"nir"
],
[
"blue",
"deepblue",
"green",
"nir",
"red",
"rededge"
]
]
} |
dtype | {
"or": [
"uint16",
"uint8"
]
} |
format | DIMAP |
sensor | {
"or": [
"Pleiades",
"SPOT",
"PNEO"
]
} |
processing_level | l2 |
Output
raster
up42_standard | |
---|---|
bands | {
"or": [
[
"red",
"green",
"blue",
"nir"
],
[
"pan"
],
[
"blue",
"deepblue",
"green",
"nir",
"red",
"rededge"
]
]
} |
dtype | > (propagated) |
format | GTiff |
sensor | > (propagated) |
resolution | > (propagated) |
processing_level | > (propagated) |
To know more please check the block capabilities specifications.