AbstractRasterReader¶
abstract_raster_reader
¶
Classes¶
AbstractRasterReader
¶
Bases: ABC
Attributes¶
data_source
property
writable
¶
Returns the source identifier (e.g. file path) for this raster, or None if unknown.
Functions¶
get_value
abstractmethod
¶
Returns flood depth at a given point; must be implemented by subclasses.
get_value_vectorized
abstractmethod
¶
Returns flood depth for multiple locations in a vectorized way; must be implemented by subclasses.