You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a few things that bug me as I write notebooks:
The need to do: NCSS(ds.access_urls['NetcdfSubset']). Would be nice to just get the object back, since it's clear what needs to happen
The whole interface to pulling out datasets. i.e. list(cat.datasets.values())[0]. There needs to be a simple way to pull out a dataset by position, since first/last are really the most common use. I rarely actually want to grab a dataset by name.
The text was updated successfully, but these errors were encountered:
Just a few things that bug me as I write notebooks:
NCSS(ds.access_urls['NetcdfSubset'])
. Would be nice to just get the object back, since it's clear what needs to happenlist(cat.datasets.values())[0]
. There needs to be a simple way to pull out a dataset by position, since first/last are really the most common use. I rarely actually want to grab a dataset by name.The text was updated successfully, but these errors were encountered: