You can opt in to receiving additional metadata in the SpatioTemporal Asset Catalog (STAC) format. STAC provides a standardized format for a wide range of geospatial information, including satellite imagery and accompanying assets.
More information about STAC Metadata can be found in STAC Metadata.
Example request:
POST: https://api.planet.com/compute/ops/orders/v2{
"name": "stac output",
"products": [
{
"item_ids": [
"20251031_164015_34_24f6",
"20251031_164013_31_24f6"
],
"item_type": "PSScene",
"product_bundle": "analytic_udm2"
}
],
"metadata": {
"stac": {}
}
}
Comments
Please sign in to leave a comment.