当前位置: 首页>>代码示例>>Python>>正文


Python CANONLoader.daphne_files方法代码示例

本文整理汇总了Python中CANON.CANONLoader.daphne_files方法的典型用法代码示例。如果您正苦于以下问题:Python CANONLoader.daphne_files方法的具体用法?Python CANONLoader.daphne_files怎么用?Python CANONLoader.daphne_files使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在CANON.CANONLoader的用法示例。


在下文中一共展示了CANONLoader.daphne_files方法的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1: telemetered

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import daphne_files [as 别名]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700', 
                    'fl700_uncorr', 'salinity', 'biolume',
                    'sepCountList', 'mepCountList']

# Realtime telemetered (_r_) daphne data - insert '_r_' to not load the files
cl.daphne_base = 'http://elvis.shore.mbari.org/thredds/dodsC/LRAUV/daphne/realtime/sbdlogs/2012/'
cl.daphne_files = [ 
                    '201205/20120530T160348/shore.nc',
                    '201205/20120530T215940/shore.nc',
                    '201205/20120531T010135/shore.nc',
                    '201205/20120531T011043/shore.nc',
                    '201205/20120531T050931/shore.nc',
                    '201205/20120531T062937/shore.nc',
                    '201205/20120531T174058/shore.nc',
                    '201206/20120601T235829/shore.nc',
                    '201206/20120603T002455/shore.nc',
                    '201206/20120603T200613/shore.nc',
                    '201206/20120603T213551/shore.nc',
                    '201206/20120604T211315/shore.nc',
                    '201206/20120606T050637/shore.nc',
                    '201206/20120606T094236/shore.nc',
                    '201206/20120607T001433/shore.nc',
                    '201206/20120607T151546/shore.nc',
                    '201206/20120607T162945/shore.nc',
                  ]
cl.daphne_parms = [ 'platform_battery_charge', 'sea_water_temperature', 
                    'mass_concentration_of_oxygen_in_sea_water', 'mass_concentration_of_chlorophyll_in_sea_water']

# Postrecovery full-resolution (_d_) daphne data - insert '_d_' for delayed-mode to not load the data
cl.daphne_d_base = 'http://elvis.shore.mbari.org:8080/thredds/dodsC/lrauv/daphne/'
cl.daphne_d_files = [ 
开发者ID:StevenLudwig,项目名称:stoqs,代码行数:33,代码来源:loadCANON_may2012.py

示例2: telemetered

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import daphne_files [as 别名]
# http://192.168.111.177:8080/thredds/dodsC/CANON_september2012/dorado/Dorado389_2012_258_00_258_00_decim.nc
cl.dorado_base = cl.dodsBase + "CANON_september2012/dorado/"
cl.dorado_files = [
    "Dorado389_2012_256_00_256_00_decim.nc",
    "Dorado389_2012_257_01_257_01_decim.nc",
    "Dorado389_2012_258_00_258_00_decim.nc",
]

# Realtime telemetered (_r_) daphne data - insert '_r_' to not load the files
##cl.daphne_base = 'http://aosn.mbari.org/lrauvtds/dodsC/lrauv/daphne/2012/'
cl.daphne_base = cl.dodsBase + "CANON_september2012/lrauv/daphne/realtime/sbdlogs/2012/201209/"
cl.daphne_files = [
    # NoValidData                    '20120910T142840/shore.nc',
    # NoValidData                    '20120910T143107/shore.nc',
    "20120910T221418/shore.nc",
    # NoValidData                    '20120911T005835/shore.nc',
    "20120911T031754/shore.nc",
    # NoValidData                    '20120911T105509/shore.nc',
    "20120911T215648/shore.nc",
]
cl.daphne_parms = [
    "platform_battery_charge",
    "sea_water_temperature",
    "downwelling_photosynthetic_photon_flux_in_sea_water",
    "mass_concentration_of_oxygen_in_sea_water",
    "mass_concentration_of_chlorophyll_in_sea_water",
]

# Postrecovery full-resolution (_d_) daphne data - insert '_d_' for delayed-mode to not load the data
cl.daphne_d_base = "http://elvis.shore.mbari.org:8080/thredds/dodsC/lrauv/daphne/2012/"
cl.daphne_d_files = []
开发者ID:livyliv83,项目名称:stoqs,代码行数:33,代码来源:loadCANON_september2012.py

示例3: telemetered

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import daphne_files [as 别名]
daphne_d_base = 'http://dods.mbari.org/opendap/hyrax/data/lrauv/daphne/missionlogs/2013/'
daphne_d_files = [ 
                    '20130313_20130318/20130313T195025/201303131950_201303132226.nc',
                    '20130313_20130318/20130313T222616/201303132226_201303140321.nc',
                  ]
daphne_d_parms = [ 'sea_water_temperature', 'sea_water_salinity', 'sea_water_density', 'volume_scattering_470_nm', 
                    'volume_scattering_650_nm', 'mass_concentration_of_oxygen_in_sea_water', 'mole_concentration_of_nitrate_in_sea_water',
                    'mass_concentration_of_chlorophyll_in_sea_water']

# Binned Daphne data
daphne_b_base = 'http://odss.mbari.org/thredds/dodsC/CANON_march2013/lrauv/daphne/'
daphne_b_files = ['Daphne_ECOHAB_March2013.nc']
daphne_b_parms = ['temperature', 'salinity', 'chlorophyll', 'bb470', 'bb650']

cl.daphne_base = daphne_b_base
cl.daphne_files = daphne_b_files
cl.daphne_parms = daphne_b_parms

# Realtime telemetered (_r_) tethys data - insert '_r_' to not load the files
tethys_r_base = cl.dodsBase + 'CANON_march2013/lrauv/tethys/realtime/sbdlogs/2013/201303/'
tethys_r_files = [ 
                    'shore_201303140812_201303141247.nc',
                    'shore_201303141252_201303141329.nc',
                    'shore_201303180743_201303181632.nc',       # Incomplete list of shore files
                  ]
tethys_r_parms = [ 'sea_water_temperature', 'mass_concentration_of_chlorophyll_in_sea_water', 'mole_concentration_of_nitrate_in_sea_water',
                    'platform_x_velocity_current', 'platform_y_velocity_current', 'platform_z_velocity_current']

# Postrecovery full-resolution tethys data - insert '_d_' for delayed-mode to not load the data
tethys_d_base = 'http://dods.mbari.org/opendap/hyrax/data/lrauv/tethys/missionlogs/2013/'
tethys_d_files = [ 
开发者ID:Brett-Rankin,项目名称:stoqs,代码行数:33,代码来源:loadCANON_april2014.py

示例4: produced

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import daphne_files [as 别名]
                   'Dorado389_2013_276_00_276_00_decim.nc',
				   ]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
                    'fl700_uncorr', 'salinity', 'biolume', 'rhodamine',
                    'sepCountList', 'mepCountList' ]

#####################################################################
#  LRAUV 
#####################################################################
# NetCDF files produced (binned, etc.) by John Ryan
cl.tethys_base = cl.dodsBase + 'CANON_september2013/Platforms/AUVs/Tethys/NetCDF/'
cl.tethys_files = ['Tethys_CANON_Fall2013.nc']
cl.tethys_parms = ['temperature', 'salinity', 'chlorophyll', 'bb470', 'bb650']

cl.daphne_base = cl.dodsBase + 'CANON_september2013/Platforms/AUVs/Daphne/NetCDF/'
cl.daphne_files = ['Daphne_CANON_Fall2013.nc']
cl.daphne_parms = ['temperature', 'chlorophyll', 'bb470', 'bb650']


######################################################################
#  GLIDERS
######################################################################
# Glider data files from CeNCOOS thredds server
# L_662
cl.l_662_base = 'http://legacy.cencoos.org/thredds/dodsC/gliders/Line66/'
cl.l_662_files = ['OS_Glider_L_662_20130711_TS.nc']
cl.l_662_parms = ['TEMP', 'PSAL', 'FLU2']
cl.l_662_startDatetime = startdate
cl.l_662_endDatetime = enddate

# NPS_34
开发者ID:StevenLudwig,项目名称:stoqs,代码行数:33,代码来源:loadCANON_september2013.py


注:本文中的CANON.CANONLoader.daphne_files方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。