Update open_dataset
and dataset_keep_vars()
to limit dataset to only 1 variable
#105
Labels
type: enhancement
New enhancement request
Is your feature request related to a problem? If yes, Please describe
The typical workflow is to work on a single variable at a time. XCDAT operations are performed on 1 variable in the Dataset, so it makes sense to limit the Dataset to 1 variable (and bounds)
This inherently makes the Dataset a CDAT TransientVariable, which is a variable with bounds.
Describe your proposed solution
xcdat.dataset.open_dataset()
argkeep_vars
tovar
(typestr
)xcdat.dataset.dataset_keep_vars()
argkeep_vars
tovar
(typestr
)Describe alternatives solutions you've considered
Additional context
The text was updated successfully, but these errors were encountered: