STAC Items

Hello from the dev server!

Select one or multiple items and then click next to iteratively build up a full request.

Last database update:

Current Selection

This is a MARS Selection object in JSON format. Hover over a key or value for more info.

{
}
            

Currently Selected Tree

This shows the data qube that matches with the current query. The leaves are the next set if available selections you can make.



            

Example Qubed Code

See the Qubed documentation for more details.

# pip install qubed requests
import requests
from qubed import Qube
qube = Qube.from_json(requests.get("https://qubed.lumi.apps.dte.destination-earth.eu/api/v1/select/climate-dt/?").json())
qube.print()
                

Raw STAC Response

See the STAC Extension Proposal for more details on the format.

Debug Info