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
The ability to select variables using input criteria with cf-xarray is now formalized in ocean_data_gateway. The user can input criteria for a search and using the variable nicknames to request only certain variables from readers, without needing to know the exact variable names for each reader (though users can still use the old behavior too). Users can also input var_def dictionaries with information for each variable they want to be able to run through QC. To run QC, both criteria and var_def is required to be defined with either local dictionaries or links to nonlocal dictionaries. Everything is updated in the docs for examples.
Functions dealing with determining the variables associated with different readers is now in a new file vars.py and it is all separate from the reader classes.
Now, for when searching for stations with approach='stations', users do not separate when searching for station names vs searching by specific dataset_ids. They all go in as "stations".