Parameters
string
The slug of the dataset
Returns
A dataset object.Errors
No such 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, err := client.Datasets.Get(ctx,
"open_data.copernicus.sentinel1_sar"
)
s1_sar, err := client.Datasets.Get(ctx,
"open_data.copernicus.sentinel1_sar"
)
func (datasetClient) Get(
ctx context.Context,
slug string,
) (*datasets.Dataset, error)
s1_sar, err := client.Datasets.Get(ctx,
"open_data.copernicus.sentinel1_sar"
)
Was this page helpful?