Qubed Catalogue Browser (MN5)
Loading…
Home
Dimensions
Selected Dimensions
Select values from the dimension cards on the left to build your request.
Current Selection
{ }
Matching Data Tree

The qube matching your current selection. Leaves are further refinable dimensions.


          
Example Code

See the Qubed documentation for details.

# pip install qubed requests
import requests
from qubed import Qube
qube = Qube.from_json(requests.get("/api/v2/select/?").json())
qube.print()
Raw STAC Response
Debug Info