Skip to content
Gonzalo Peña-Castellanos edited this page Apr 6, 2015 · 2 revisions

Definition of a High level API

For use with the HECRASController (as low level API) + additional methods that parse the HEC-RAS files directly, implemented in pure python.

Example

open projects

def open(self, filename):
    """ 

    """
    TODO
Clone this wiki locally