libhydro.core.jaugeage (version 0.1, 2017-06-30)
index
/home/seb/PHyC_source/libhydro3/libhydro/core/jaugeage.py

Module jaugeage
 
Ce module contient les classes:
    # HauteurJaugeage
    # Jaugeage

 
Modules
       
collections
libhydro.core._composant
libhydro.core.courbetarage
libhydro.core.sitehydro

 
Classes
       
builtins.object
HauteurJaugeage
Jaugeage
builtins.tuple(builtins.object)
CourbeTarageJaugeage

 
class CourbeTarageJaugeage(builtins.tuple)
    CourbeTarageJaugeage(code, libelle)
 
CourbeTarageJaugeage(code, libelle)
 
 
Method resolution order:
CourbeTarageJaugeage
builtins.tuple
builtins.object

Methods defined here:
__getnewargs__(self)
Return self as a plain tuple.  Used by copy and pickle.
__repr__(self)
Return a nicely formatted representation string
_asdict(self)
Return a new OrderedDict which maps field names to their values.
_replace(_self, **kwds)
Return a new CourbeTarageJaugeage object replacing specified fields with new values

Class methods defined here:
_make(iterable) from builtins.type
Make a new CourbeTarageJaugeage object from a sequence or iterable

Static methods defined here:
__new__(_cls, code, libelle)
Create new instance of CourbeTarageJaugeage(code, libelle)

Data descriptors defined here:
code
Alias for field number 0
libelle
Alias for field number 1

Data and other attributes defined here:
_fields = ('code', 'libelle')
_fields_defaults = {}

Methods inherited from builtins.tuple:
__add__(self, value, /)
Return self+value.
__contains__(self, key, /)
Return key in self.
__eq__(self, value, /)
Return self==value.
__ge__(self, value, /)
Return self>=value.
__getattribute__(self, name, /)
Return getattr(self, name).
__getitem__(self, key, /)
Return self[key].
__gt__(self, value, /)
Return self>value.
__hash__(self, /)
Return hash(self).
__iter__(self, /)
Implement iter(self).
__le__(self, value, /)
Return self<=value.
__len__(self, /)
Return len(self).
__lt__(self, value, /)
Return self<value.
__mul__(self, value, /)
Return self*value.
__ne__(self, value, /)
Return self!=value.
__rmul__(self, value, /)
Return value*self.
count(self, value, /)
Return number of occurrences of value.
index(self, value, start=0, stop=9223372036854775807, /)
Return first index of value.
 
Raises ValueError if the value is not present.

 
class HauteurJaugeage(builtins.object)
    HauteurJaugeage(station=None, sysalti=31, coteretenue=None, cotedeb=None, cotefin=None, denivele=None, distancestation=None, stationfille=None, dtdeb_refalti=None, strict=True)
 
Class HauteurJaugeage
Classe pour manipuler une hauteur d'un jaugeage
Proprietes:
    station (sitehydro.Station)
    sysalti (int parmi NOMENCLATURE[76]): système altimétrique default 31
    coteretenue (float)
    cotedeb (float)
    cotefin (float)
    denivele (float ou None)
    distancestation (float ou None)
    stationfille (sitehydro.Station ou None)
    dtdeb_refalti (datetime.datetime ou None)
 
  Methods defined here:
__gt__(self, other)
Return self>value.
__init__(self, station=None, sysalti=31, coteretenue=None, cotedeb=None, cotefin=None, denivele=None, distancestation=None, stationfille=None, dtdeb_refalti=None, strict=True)
Initialize self.  See help(type(self)) for accurate signature.
__lt__(self, other)
Return self<value.
__str__(self)
Return string representation from __unicode__ method.
__unicode__(self)
return unicode

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
cotedeb
Return deltah.
cotefin
Return deltah.
coteretenue
Return coteretenue.
denivele
Return denivele.
distancestation
Return distancestation.
dtdeb_refalti
Class Datefromeverything.
 
A descriptor to store a datetime.datetime property that can be initiated
in different manners using numpy.datetime64 facilities.
station
Return code courbe tarage.
stationfille
Return code courbe tarage.
sysalti
Class Nomenclatureitem.
 
A descriptor to deal with 'in nomenclature.NOMENCLATURES' properties.
 
Should raise only a ValueError when value is not allowed (even with
the None case).
 
Properties:
    nomenclature (int) = the nomenclature ref
    valuetype (type) = a function to cast values to the nomenclature's
        items type
    strict (bool, default True) = wether or not the instance value has
        to be in the nomenclature items
    required (bool, defaut True) = wether or not instance's value can
        be None
    default =  a defautl value returned if the instance's value is not
        in the dictionnary. Should be unused if the property has been
        initialized.
    data (weakref.WeakKeyDictionary)

 
class Jaugeage(builtins.object)
    Jaugeage(code=None, dte=None, debit=None, dtdeb=None, dtfin=None, section_mouillee=None, perimetre_mouille=None, largeur_miroir=None, mode=0, commentaire=None, vitessemoy=None, vitessemax=None, vitessemax_surface=None, site=None, hauteurs=None, dtmaj=None, numero=None, incertitude_calculee=None, incertitude_retenue=None, qualification=0, commentaire_prive=None, courbestarage=None, tri_hauteurs=True, strict=True)
 
Class Jaugeage
Classe pour manipuler les points pivots d'une courbe de correction
 
Proprietes:
 
  Methods defined here:
__init__(self, code=None, dte=None, debit=None, dtdeb=None, dtfin=None, section_mouillee=None, perimetre_mouille=None, largeur_miroir=None, mode=0, commentaire=None, vitessemoy=None, vitessemax=None, vitessemax_surface=None, site=None, hauteurs=None, dtmaj=None, numero=None, incertitude_calculee=None, incertitude_retenue=None, qualification=0, commentaire_prive=None, courbestarage=None, tri_hauteurs=True, strict=True)
Initialize self.  See help(type(self)) for accurate signature.
__str__(self)
Return string representation from __unicode__ method.
__unicode__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
code
Return code.
courbestarage
Return hauteurs.
debit
Return debit.
dtdeb
Class Datefromeverything.
 
A descriptor to store a datetime.datetime property that can be initiated
in different manners using numpy.datetime64 facilities.
dte
Class Datefromeverything.
 
A descriptor to store a datetime.datetime property that can be initiated
in different manners using numpy.datetime64 facilities.
dtfin
Class Datefromeverything.
 
A descriptor to store a datetime.datetime property that can be initiated
in different manners using numpy.datetime64 facilities.
dtmaj
Class Datefromeverything.
 
A descriptor to store a datetime.datetime property that can be initiated
in different manners using numpy.datetime64 facilities.
hauteurs
Return hauteurs.
incertitude_calculee
Return incertitude_calculee.
incertitude_retenue
Return incertitude_retenue.
largeur_miroir
Return largeur_miroir.
mode
Class Nomenclatureitem.
 
A descriptor to deal with 'in nomenclature.NOMENCLATURES' properties.
 
Should raise only a ValueError when value is not allowed (even with
the None case).
 
Properties:
    nomenclature (int) = the nomenclature ref
    valuetype (type) = a function to cast values to the nomenclature's
        items type
    strict (bool, default True) = wether or not the instance value has
        to be in the nomenclature items
    required (bool, defaut True) = wether or not instance's value can
        be None
    default =  a defautl value returned if the instance's value is not
        in the dictionnary. Should be unused if the property has been
        initialized.
    data (weakref.WeakKeyDictionary)
numero
Return numero.
perimetre_mouille
Return perimetre_mouille.
qualification
Class Nomenclatureitem.
 
A descriptor to deal with 'in nomenclature.NOMENCLATURES' properties.
 
Should raise only a ValueError when value is not allowed (even with
the None case).
 
Properties:
    nomenclature (int) = the nomenclature ref
    valuetype (type) = a function to cast values to the nomenclature's
        items type
    strict (bool, default True) = wether or not the instance value has
        to be in the nomenclature items
    required (bool, defaut True) = wether or not instance's value can
        be None
    default =  a defautl value returned if the instance's value is not
        in the dictionnary. Should be unused if the property has been
        initialized.
    data (weakref.WeakKeyDictionary)
section_mouillee
Return section_mouillee.
site
Return site.
vitessemax
Return vitessemax.
vitessemax_surface
Return vitessemax_surface.
vitessemoy
Return vitessemoy.

 
Author
        Sebastien ROMON