hydromodpy.spatial.delineation.synthetic_backend#

Synthetic delineation backend.

Wraps the procedural geographic generator already present in hydromodpy.spatial.geographic.synthetic so that it can be exposed through the same registry as the whitebox-based backends. Useful for tests and tutorials where no real DEM is available.

The backend does not perform numerical flow routing. Instead it uses the analytical topography laws defined in hydromodpy.spatial.geographic.synthetic.topography and exposes the resulting surface + watershed polygon directly.

Classes

SyntheticBackend()

Delineation backend backed by procedural topography laws.