| |
- builtins.object
-
- HauteurJaugeage
- Jaugeage
class HauteurJaugeage(builtins.object) |
|
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) |
|
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=None, commentaire=None, vitessemoy=None, vitessemax=None, vitessemoy_surface=None, site=None, hauteurs=None, dtmaj=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.
- 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.
- 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)
- perimetre_mouille
- Return perimetre_mouille.
- section_mouillee
- Return section_mouillee.
- site
- Return site.
- vitessemax
- Return vitessemax.
- vitessemoy
- Return vitessemoy.
- vitessemoy_surface
- Return vitessemoy_surface.
| |