Jiangchao3 / GeslaDataset

A python class for loading GESLA data files into convenient in-memory data objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeslaDataset

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.

About

A python class for loading GESLA data files into convenient in-memory data objects

License:MIT License


Languages

Language:Jupyter Notebook 63.1%Language:Python 36.9%