4.1.4. Runoff¶
-
class
pyprom.lib.locations.runoff.Runoff(latitude, longitude, elevation, *args, **kwargs)[source]¶ Runoff object stores relevant runoff data. A Runoff is a mapEdge feature. It can either be a Saddle stand in, or a Summit stand in, tho, for our purposes these are Saddle-like. This is a child object of
pyprom.lib.locations.saddle.Saddle-
__init__(latitude, longitude, elevation, *args, **kwargs)[source]¶ - Parameters
latitude (int, float) – latitude in dotted decimal
longitude (int, float) – longitude in dotted decimal
elevation (int, float) – elevation in meters
multipoint (
pyprom.lib.containers.multipoint.MultiPoint, None) – MultiPoint objecthighShores (list(
pyprom.lib.containers.gridPoint.GridPointContainer)) – list of GridPointContainers representing a highShore
-
__str__()¶ - Returns
String representation of this object
-
__unicode__()¶ - Returns
String representation of this object
-