pywatershed.Adapter#

class pywatershed.Adapter(variable)[source]#

Adapter base class for getting data from a variety of sources.

Parameters:

variable (str) – string name of variable

__init__(variable)[source]#

Methods

__init__(variable)

advance()

Advance the adapter in time

Attributes

current

Current time of the Adapter instance.

advance()[source]#

Advance the adapter in time

Return type:

None

property current#

Current time of the Adapter instance.