API
Utilize the new storage functionalities using the API.
Store, access, and organize your data in one place
Data storage can be messy, often leading to inefficiencies, errors, and costs when operating at scale. UP42 storage provides a centralized place for data management with easy access to your data. It unifies datasets originating from archive and tasking orders across different providers, so you can seamlessly integrate the data you need into your workflows.
UP42 provides a STAC API endpoint for data searches in UP42 storage. STAC enables a strong foundation for exploring data from different providers, downstream integrations, web portals, visualization, and more.
The cloud-native asset model (CNAM) converts raster data into cloud optimized GeoTIFFS (COGs) and vector mask files into GeoJSONs to enable easier integrations. The benefit: you can easily search for and work with the data without having to understand different formats and naming conventions, and most importantly: without having to download a compressed file first. Just stream or download the part of the file you need.
{
<...>,
"assets": {
"mgag5ui3_IMG_PHR1A_MS_202208080011285_SEN_6452562101-2_R1C1.JP2": {
"href": "https://api.up42.com/v2/assets/e4a15000-890b-445c-82bb-e4364baac40b",
"title": "Multispectral data",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": ["data", "multispectral"],
"gsd": 0.7283,
"eo:bands": [
{
"name": "blue",
"common_name": "blue",
"center_wavelength": 0.47,
"full_width_half_max": 0.07
},
{
"name": "green",
"common_name": "green",
"center_wavelength": 0.47,
"full_width_half_max": 0.07
},
{
"name": "red",
"common_name": "red",
"center_wavelength": 0.665,
"full_width_half_max": 0.038
}
]
}
},
<...>
}
View multi-scene deliveries like stereo, tri-stereo, tiled and temporal data using the scene list view. Validate the geometries delivered for your order and integrate assets by using the adapted SDK/ API code snippet.
Utilize the new storage functionalities using the API.
Access UP42 storage via Python to list your assets and orders.
Use our interface to access archive and tasking orders in storage.
Access UP42 storage and projects directly from your ArcGIS Pro account.