hydromodpy.spatial.field.geology.geology_mesh#

Structured rectangular mesh for geology demos.

This mesh is defined on real projected coordinates (meters), unlike the unit-square mesh used by the square case. It implements the generic BaseFieldMesh contract so it can be used directly with: 1) field.on_mesh(mesh, ...) 2) field_param.to_mesh_field(field_discretization)

Classes

GeologyStructuredMesh(*, x_edges, y_edges[, ...])

Structured quadrilateral mesh on one rectangular bounding box.