landlab.io.netcdf.errors¶
Exceptions to raise for the netcdf module.
- exception Error[source]¶
Bases:
Exception
Base class for errors in this package.
- __init__(*args, **kwargs)¶
- __new__(**kwargs)¶
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception NotRasterGridError[source]¶
Bases:
Error
Raise 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)¶
- __new__(**kwargs)¶
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.