ReadH5

class wildfirepy.io.ReadH5(filepath='/')

Bases: object

A class to make read objects for h5 files.

Parameters

filepath (str) – Path to the hdf file.

Methods Summary

subDatasets()

returns

A list of munchified subdataset objects.

tojson()

Methods Documentation

subDatasets()
Returns

A list of munchified subdataset objects.

Return type

list

tojson()