本文整理汇总了Python中CANON.CANONLoader.martin_base方法的典型用法代码示例。如果您正苦于以下问题:Python CANONLoader.martin_base方法的具体用法?Python CANONLoader.martin_base怎么用?Python CANONLoader.martin_base使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CANON.CANONLoader
的用法示例。
在下文中一共展示了CANONLoader.martin_base方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import martin_base [as 别名]
# BCTD
# SubSample data files from /mbari/BOG_Archive/ReportsForSTOQS/GOC12/ copied to local BOG_Data dir
cl.bctdDir = 'CANON_september2013/Platforms/Ships/Rachel_Carson/bctd/'
cl.subsample_csv_base = cl.dodsBase + cl.bctdDir
cl.subsample_csv_base = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'BOG_Data')
cl.subsample_csv_files = [
# 'STOQS_canon13_CHL_1U.csv', 'STOQS_canon13_CHL_5U.csv', 'STOQS_canon13_NH4.csv', 'STOQS_canon13_NO2.csv', 'STOQS_canon13_NO3.csv',
'STOQS_canon13_OXY_ML.csv', 'STOQS_canon13_PHAEO_1U.csv', 'STOQS_canon13_PHAEO_5U.csv',
'STOQS_canon13_PHAEO_GFF.csv', 'STOQS_canon13_PO4.csv', 'STOQS_canon13_SIO4.csv', 'STOQS_canon13_CARBON_GFF.csv',
'STOQS_canon13_CHL_GFF.csv',
]
#####################################################################
# JOHN MARTIN
#####################################################################
cl.martin_base = cl.dodsBase + 'CANON_september2013/Platforms/Ships/Western_Flyer/uctd/'
cl.martin_parms = ['TEMP', 'PSAL', 'xmiss', 'wetstar' ]
cl.martin_files = [ '27710c01jm.nc', '27910c06jm.nc', '28410c02jm.nc', '28710c03jm.nc', '29810c01jm.nc',
]
######################################################################
# MOORINGS
######################################################################
# Mooring M1 Combined file produced by DPforSSDS processing - for just the duration of the campaign
cl.m1_base = 'http://dods.mbari.org/opendap/data/ssdsdata/deployments/m1/201010/'
cl.m1_files = ['OS_M1_20101027hourly_CMSTV.nc']
cl.m1_parms = [ 'eastward_sea_water_velocity_HR', 'northward_sea_water_velocity_HR',
'SEA_WATER_SALINITY_HR', 'SEA_WATER_TEMPERATURE_HR', 'SW_FLUX_HR', 'AIR_TEMPERATURE_HR',
'EASTWARD_WIND_HR', 'NORTHWARD_WIND_HR', 'WIND_SPEED_HR'
]
cl.m1_startDatetime = datetime.datetime(*startdate[:])
示例2:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import martin_base [as 别名]
]
cl.tethys_parms = ['mass_concentration_of_chlorophyll_in_sea_water']
# Realtime shore.nc files - not a DODS server...
cl.tethys_r_base = 'http://aosn.mbari.org/sbdlogs/tethys/2010/201010/'
cl.tethys_r_files = [ '20101018T143308/shore.nc',
'20101019T001815/shore.nc',
'20101019T155117/shore.nv',
'20101020T113957/shore.nc',
]
cl.tethys_r_parms = ['mass_concentration_of_chlorophyll_in_sea_water']
cl.tethys_aux_coords = {}
for v in cl.tethys_r_parms:
cl.tethys_aux_coords[v] = {'time': 'Time', 'latitude': 'latitude', 'longitude': 'longitude', 'depth': 'depth'}
cl.martin_base = 'http://odss.mbari.org/thredds/dodsC/jhm_underway'
cl.martin_files = [ '27710_jhmudas_v1.nc',
'27810_jhmudas_v1.nc',
'27910_jhmudas_v1.nc',
'28010_jhmudas_v1.nc',
'28110_jhmudas_v1.nc',
'28410_jhmudas_v1.nc',
'28510_jhmudas_v1.nc',
'28610_jhmudas_v1.nc',
'28710_jhmudas_v1.nc',
'29010_jhmudas_v1.nc',
'29110_jhmudas_v1.nc',
'29210_jhmudas_v1.nc',
'29310_jhmudas_v1.nc',
'29410_jhmudas_v1.nc',
'29810_jhmudas_v1.nc',
示例3: file
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import martin_base [as 别名]
########################################################################################################
# ESP
########################################################################################################
# MBARI ESPs Mack and Bruce
cl.espmack_base = cl.dodsBase + 'CANON_march2013/esp/instances/Mack/data/processed/'
cl.espmack_files = [
'ctd.nc',
]
# note: .nc file not in the directory 8/29/2013 => blamo!
cl.espmack_parms = [ 'TEMP', 'PSAL', 'chl', 'chlini', 'no3' ]
# add code for Bruce here. we think that all the plumbing is in place for Bruce, just need .nc file(s)
cl.martin_base = cl.dodsBase + 'CANON_september2011/wf/uctd/' # test
#cl.martin_base = cl.dodsBase + 'CANON_september2011/wf/jm/' # used to be: 'http://odss.mbari.org/thredds/dodsC/jhm_underway'
cl.martin_files = [ '27710c01jm.nc', '27910c06jm.nc', '28410c02jm.nc', '28710c03jm.nc', '29810c01jm.nc',
# '27710_jhmudas_v1.nc',
# '27810_jhmudas_v1.nc',
# '27910_jhmudas_v1.nc',
# '28010_jhmudas_v1.nc',
# '28110_jhmudas_v1.nc',
# '28410_jhmudas_v1.nc',
# '28510_jhmudas_v1.nc',
# '28610_jhmudas_v1.nc',
# '28710_jhmudas_v1.nc',
# '29010_jhmudas_v1.nc',
# '29110_jhmudas_v1.nc',
# '29210_jhmudas_v1.nc',
# '29310_jhmudas_v1.nc',