Skip to content

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

License

Notifications You must be signed in to change notification settings

philiprt/GeslaDataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The repository was developed with the following libraries and versions:

python 3.8.8
pandas 1.2.4
xarray 0.20.1

Using other versions may require adjustments to the code.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages