API

rashdf provides two primary classes for reading data from HEC-RAS geometry and plan HDF files: RasGeomHdf and RasPlanHdf. Both of these classes inherit from the RasHdf base class, which inherits from the h5py.File class.

Note that RasPlanHdf inherits from RasGeomHdf, so all of the methods available in RasGeomHdf are also available in RasPlanHdf.