pypsa.Network.import_from_netcdf

pypsa.Network.import_from_netcdf#

Network.import_from_netcdf(path, skip_time=False)#

Import network data from netCDF file or xarray Dataset at path.

Parameters:
  • path (string|xr.Dataset) – Path to netCDF dataset or instance of xarray Dataset. The string could be a URL.

  • skip_time (bool, default False) – Skip reading in time dependent attributes