File gesla.py
defines GeslaDataset
, a python class for loading GESLA data files into convenient in-memory data objects. By default, single file requests are loaded into pandas.DataFrame
objects, which are similar to in-memory spreadsheets. Multifile requests are loaded into xarray.Dataset
objects, which are similar to in-memory NetCDF files.
See the example usage notebook for a demonstration of how to initialize and use the class.