ReferenceRatingSet Class ======================== `Detailed Documentation `_ `Example Usage `_ ReferenceRatingSet ------------------ ReferenceRatingSet objects are named objects that refer to rating sets within a CWMS database. They can be retrieved by using :doc:`CwmsDataStore ` objects. Required Information -------------------- - **name**: str (the rating specification identifier) - **office**: str (the CWMS office that owns the ratings) - **method**: str (must be ``"REFERENCE"`` to retrieve a ReferenceRatingSet object - otherwise a :doc:`LocalRatingSet ` object is retrieved) Notes ----- .. include:: _rating_set_desc.rst