RHESSysWorkflows  1.33
Classes | Namespaces | Functions | Variables
worldfileio.py File Reference

Classes

class  rhessysworkflows.worldfileio.WorldfileParseError
 

Namespaces

 rhessysworkflows.worldfileio
 
 worldfileio
 Routines for reading, modifying, and writing RHESSys worldfiles.
 

Functions

def rhessysworkflows.worldfileio.getClimateBaseStationFilenames
 Read climate base station paths from the header of a worldfile. More...
 

Variables

tuple rhessysworkflows.worldfileio.NUM_BASE_STATION_RE = re.compile('^(\d+)\s+num_base_stations$')
 
tuple rhessysworkflows.worldfileio.BASE_STATION_RE = re.compile('^(\S+)\s+base_station_filename$')
 
tuple rhessysworkflows.worldfileio.WORLD_RE = re.compile('^(\d+)\s+world_ID$')