2.5.2.5. data.misc.satellite – Gestion des données satellite

Classes:
Inheritance diagram:
 
digraph inheritance6fbf50d09f { rankdir=TB; ratio=compress; size="6.0, 8.0"; "vacumm.data.misc.dataset.Dataset" [URL="data.misc.dataset.html#vacumm.data.misc.dataset.Dataset",color=orange,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.6,shape=ellipse,style=filled,target="_top",tooltip="Generic dataset representation."]; "vacumm.misc.bases.Object" -> "vacumm.data.misc.dataset.Dataset" [arrowsize=0.5,penwidth=1,style="setlinewidth(0.5)"]; "vacumm.data.misc.satellite.Satellite" [URL="#vacumm.data.misc.satellite.Satellite",color=orange,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.6,shape=ellipse,style=filled,target="_top",tooltip=".. todo:: Remove this generic satellite class as it already exists in vacumm.data.satellite"]; "vacumm.data.misc.dataset.Dataset" -> "vacumm.data.misc.satellite.Satellite" [arrowsize=0.5,penwidth=1,style="setlinewidth(0.5)"]; "vacumm.misc.bases.Object" [URL="misc.bases.html#vacumm.misc.bases.Object",color=orange,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.6,shape=ellipse,style=filled,target="_top",tooltip="Vacumm's base class proving common usefull features:"]; }

Provide generic satellite data reader

class Satellite(dataset=None, time=None, lon=None, lat=None, level=None, ncobj_specs=None, nopat=False, patfreq=None, patfmtfunc=None, sort=True, check=True, **kwargs)[source]

Bases: vacumm.data.misc.dataset.Dataset

Todo

Remove this generic satellite class as it already exists in vacumm.data.satellite

critical = <bound class method Satellite.wrapper>
debug = <bound class method Satellite.wrapper>
error = <bound class method Satellite.wrapper>
exception = <bound class method Satellite.wrapper>
get_loglevel = <bound class method Satellite.wrapper>
info = <bound class method Satellite.wrapper>
is_debug = <bound class method Satellite.wrapper>
is_verbose = <bound class method Satellite.wrapper>
notice = <bound class method Satellite.wrapper>
notset = <bound class method Satellite.wrapper>
set_loglevel = <bound class method Satellite.wrapper>
verbose = <bound class method Satellite.wrapper>
warning = <bound class method Satellite.wrapper>