pypsa.Network.import_from_hdf5#
- Network.import_from_hdf5(path: str | Path, skip_time: bool = False) None#
Import network data from HDF5 store at path.
- Parameters:
path (string, Path) – Name of HDF5 store. The string could be a URL.
skip_time (bool, default False) – Skip reading in time dependent attributes
Examples
>>> n = pypsa.Network() >>> n.import_from_hdf5("my_network.h5")