pnnl / tesp

Other
39 stars 36 forks source link

Improve GridLAB-D data parsing for datastore #126

Open trevorhardy opened 11 months ago

trevorhardy commented 11 months ago

Though HDF5 files can have arbitrary schemas, since we use GridLAB-D a lot its probably worth setting up a dedicated parsing path that totally re-works the DataFrame before giving it to the user. The name of the files produced by GridLAB-D are hard-coded so we should be able to easily detect when an HDF5 file is of that format. Features we should probably include:

This will result in a lot of unique tables BUT they will all be easy to work with.