Classes | |
class | fetchtimeserie.interface_fetch_timeserie.FetchTimeserieError |
class | fetchtimeserie.interface_fetch_timeserie.MetaFile |
AMDA_EARTH info_amda_earth = { 'website': 'forecast.irap.omp.eu', 'user' : 'connecttool', 'port' : 22, 'src' : '/net/rosina1/ROSINA_B1/PROPTOOL/Speedinsitu/EARTH', EARTH_20160701_20161231.asc 'refile' : 'EARTH_[0-9]{8}_[0-9]{8}.asc', 'datadir': os.path.join(path_obs,'Insitu/EARTH'), 'obs' : 'amda', 'instr' : 'earth', 'ext' : 'txt', }. More... | |
Namespaces | |
fetchtimeserie.interface_fetch_timeserie | |
interface_fetch_timeserie | |
Fetching information for events. | |
Functions | |
def | fetchtimeserie.interface_fetch_timeserie.print_metafiles |
From a MetaFile list, print file metadata in a readable way. More... | |
def | fetchtimeserie.interface_fetch_timeserie.find_fetch_level |
For a given fetch type, return the fetch level of the filename. More... | |
def | fetchtimeserie.interface_fetch_timeserie.total_fetch_level |
For a given fetch type, return the number of available flevel. More... | |
def | fetchtimeserie.interface_fetch_timeserie.find_fetch_types |
Return all fetch_type for a given table or for all table. More... | |
def | fetchtimeserie.interface_fetch_timeserie.get_datetime |
Extract date from a timeserie filename, according to its fetch_type and fetch level. More... | |
def | fetchtimeserie.interface_fetch_timeserie.get_time |
Get module_timespace.Time object from the filename, according to its table name or a list of possible table names. More... | |
def | fetchtimeserie.interface_fetch_timeserie.set_datetime |
Recompose the filename of a timeserie file for a datetime.datime, according to fetch_type and fetch level. More... | |
def | fetchtimeserie.interface_fetch_timeserie.set_name_np1 |
For a given filename of flevel n, build the corresponding name of flevel n+1. More... | |
def | fetchtimeserie.interface_fetch_timeserie.connect_remote_server |
Connect to the remote remote server. More... | |
def | fetchtimeserie.interface_fetch_timeserie.close_remote_server |
Close connection to the remote remote server. More... | |
def | fetchtimeserie.interface_fetch_timeserie.read_remote_server |
Find all files listed on the remote server associated with the given fetch_type. More... | |
def | fetchtimeserie.interface_fetch_timeserie.vn2vnp1 |
For some Nth fetch level files, select which files need to be created in the N+1th fetch level. More... | |
Variables | |
dictionary | fetchtimeserie.interface_fetch_timeserie.fetch_info = {} |