stilt.Footprint.from_netcdf#
- classmethod Footprint.from_netcdf(path, *, chunks=None, **kwargs)[source]#
Create a footprint from a netCDF file.
- Parameters:
path (str or Path) – NetCDF footprint file path.
chunks (dict, int, "auto", or None, optional) – Forwarded to
xarray.open_dataset()for dask-backed lazy loading when requested.**kwargs (
Any) – Passed toxarray.open_dataset().
- Returns:
Reconstructed footprint with config parsed from global attributes.
- Return type: