2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
cmf::geometry Namespace Reference

Contains geometric features like point (=location) and raster datasets. More...

Detailed Description

Contains geometric features like point (=location) and raster datasets.

cmf.geometry deals with the geometry of cmf objects. In many cases
users do not need to care about the geometry in cmf and therefore
can ignore this package. Even in a fully distributed model, it is
not the geometry that counts, but the topology of the objects.
However, topological information can be derived from geometric structure,
and this is what this module is for.

Depends on shapely

Classes

class  point
 2D-Point Class. More...
 
class  point_vector
 Holds three arrays x,y and z for fast access of point coordinates. More...