s1_sar, err := client.Datasets.Get(ctx, "open_data.copernicus.sentinel1_sar" )
func (datasetClient) Get( ctx context.Context, slug string, ) (*datasets.Dataset, error)
Get a dataset by its slug.
The slug of the dataset
A dataset object.
The specified dataset does not exist.
Was this page helpful?