landlab.io.netcdf.errors¶
Exceptions to raise for the netcdf module.
- exception Error[source]¶
Bases:
ExceptionBase class for errors in this package.
- __init__(*args, **kwargs)¶
- classmethod __new__(*args, **kwargs)¶
- add_note(note, /)¶
Add a note to the exception
- args¶
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.
- exception NotRasterGridError[source]¶
Bases:
ErrorRaise if grid is not uniform rectilinear.
Raise this error if the grid defined in the netcdf file is not uniform rectilinear with constant spacing in all dimensions.
- __init__(*args, **kwargs)¶
- classmethod __new__(*args, **kwargs)¶
- add_note(note, /)¶
Add a note to the exception
- args¶
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.