Parameters
string
The slug of the dataset
Returns
A dataset object.Errors
No such dataset: non.existent.dataset
The specified dataset does not exist.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
s1_sar = client.dataset(
"open_data.copernicus.sentinel1_sar"
)
def Client.dataset(slug: str) -> Dataset
s1_sar = client.dataset(
"open_data.copernicus.sentinel1_sar"
)
Was this page helpful?