Introduction
This block brings the geospatial assets delivered in your storage, adds them to workflows and applies further processing. The geospatial assets delivered to storage originate from multiple sources: data purchase through the data platform (collections, catalog or tasking orders) or through the processing platform (data blocks).
Technical Information
Asset Identifiers
An asset is a unique item generated from a successful job run using a OneAtlas data block, a completed order or a fresh image captured through sensor tasking and it contains the downloadable geospatial dataset.
Every asset gets a unique asset identifier (ID). The newly-generated asset ID is displayed on the storage dashboard, where each asset can be downloaded. These asset IDs can be used to further process your previously delivered datasets on the UP42 platform. For more information: How to Process from Storage.
Compatible Datasets
The list of compatible datasets is displayed in the table below.
Compatible datasets | Compatible data products | Archive | Tasking |
---|---|---|---|
Pléiades/SPOT Reflectance (Download) | Bundle: PAN + MS (4 bands RGB+NIR) | x | x |
Pléiades/SPOT Display (Download) | PMS: Pan-sharpened (4 bands RGB+NIR) | x | x |
Pléiades Neo | Pan-sharpened 8-bit DISPLAY DIMAP-GeoTIFF ORTHO Pan-sharpened 16-bit REFLECTANCE DIMAP-GeoTIFF ORTHO | x | x |
TerraSAR-X | any | x |
Compatible Blocks
The capabilities are dictated by the selected asset ID. Since each dataset from the previous table has its own block capabilities, we recommend checking the specifications of your selected dataset.
For example, the data block Pléiades Reflectance (Download) is compatible with the processing block Pan-sharpening. This means that the data block Processing from Storage will be compatible with the processing block Pan-sharpening if the asset ID originates from a Pléiades Reflectance (Download) image.
Limitations
Geospatial assets from other data collections are currently not supported.
When the asset IDs of your geospatial assets are processed with this block, the credit costs for data are 0. However, infrastructure and algorithm costs may apply.
Please note that the capabilities between this block and the following processing blocks cannot be verified. We recommend exploring the capabilities of the corresponding dataset. For instance, the SPOT 6/7 Display or SPOT 6/7 Reflectance product will have different compatible processing blocks.
How it works
Supported JSON parameters | Default value | Min | Max | Examples |
---|---|---|---|---|
asset_ids | null | n.a. | n.a. | "asset_ids": ["c532cf2f-7027-4da7-9a7b-8e62efd70ac7", "3475e76d-4e04-420e-a683-bc4831df824f", "d266389c-798c-42b5-a164-721caed9b0c5"] |
For more information: How to Process from Storage.
Examples
Example based on a workflow created with the data block Processing from Storage, the processing block Pansharpening and multiple asset IDs:
Capabilities
Output
raster
up42_standard | |
---|---|
bands | {
"or": [
[
"red",
"green",
"blue",
"nir",
"pan"
],
[
"red",
"green",
"blue",
"nir",
"rededge",
"deepblue"
],
[
"HH"
]
]
} |
dtype | {
"or": [
"uint16",
"uint8"
]
} |
format | {
"or": [
"DIMAP",
"GTiff",
"EEC"
]
} |
sensor | {
"or": [
"TerraSAR-X",
"Pleiades",
"SPOT",
"PNEO"
]
} |
resolution | {
"or": [
0.2,
0.3,
0.5,
1.25,
1.5
]
} |
processing_level | l2 |
For more information, please refer to the marketplace.