Namespaces | |
test_map2D_time2map | |
Test time2map routine for Map2D database. | |
Variables | |
string | test_map2D_time2map.help_message |
string | test_map2D_time2map.other_message = '\nHere is the list of available tables:\n' |
string | test_map2D_time2map.table_name = '' |
tuple | test_map2D_time2map.date_min = datetime.datetime(2019,1,1) |
tuple | test_map2D_time2map.date_max = datetime.datetime.today() |
tuple | test_map2D_time2map.time_in = module_timespace.Time() |
tuple | test_map2D_time2map.ndates = int((date_max - date_min).total_seconds()/12/3600) |
list | test_map2D_time2map.dates = [ date_min + i*datetime.timedelta(hours=12) for i in range(0,ndates+1) ] |
tuple | test_map2D_time2map.map2D = database_map2D.time2map(table_name,time_in) |