Closed oyvfoss closed 3 months ago
We want to have TIME rather than STATION or CAST coordinates.
TIME
STATION
CAST
Still, it it often more convenient to access e.g. a CTD profile based on STATION or CAST than a time stamp.
This is a little clunky in xarray - want to write wrappers in xr_funcs.py for doing this more smoothly.
xr_funcs.py
What we want may effectively be wrappers for sel where we can use non-coordinate variables.
sel
(Maybe call it pick or something?)
pick
Fixed (file.xr_funcs.pick())
file.xr_funcs.pick()
We want to have
TIME
rather thanSTATION
orCAST
coordinates.Still, it it often more convenient to access e.g. a CTD profile based on
STATION
orCAST
than a time stamp.This is a little clunky in xarray - want to write wrappers in
xr_funcs.py
for doing this more smoothly.What we want may effectively be wrappers for
sel
where we can use non-coordinate variables.(Maybe call it
pick
or something?)