STAC Items

{{ config.get('message', '')}}

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



            

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("http://stac-catalogs.ecmwf-development.f.ewcloud.host/api/v1/select/climate-dt?{{request.url.query}}").json())
qube.print()
                

Raw STAC Response

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

Debug Info