Code source de meteopendata2netcdf._exceptions

"""Custom exceptions for meteopendata2netcdf."""


[docs] class DownloadError(RuntimeError): """Raised when the ECMWF open-data download fails."""
[docs] class DatasetBuildError(RuntimeError): """Raised when cfgrib cannot build a coherent xr.Dataset from the GRIB2 file."""