Glider
Docstrings for the Glider class
less than a minute
Objects
Glider class
Glider()
class Glider(Indexed):
Glider class for reading in glider data (netcdf format) into an xarray object.
Glider.load_single()
def Glider.load_single(self, file_path, chunks=None):
Loads a single file into object's dataset variable.
Args:
file_path (str): path to data file
chunks (dict): chunks
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that. Please tell us how we can improve.
Last modified November 23, 2022: Updated docstrings from coast repo. (9daee18)