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


Python CANONLoader.l_662_parms方法代码示例

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


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

示例1: setattr

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import l_662_parms [as 别名]
        setattr(cl, p  + '_startDatetime', startdate)
        setattr(cl, p + '_endDatetime', enddate)

    except FileNotFound:
        continue

######################################################################
#  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_20161214_TS.nc',
                   'OS_Glider_L_662_20170328_TS.nc'  ] 
cl.l_662_parms = ['TEMP', 'PSAL', 'FLU2']
cl.l_662_startDatetime = startdate
cl.l_662_endDatetime = enddate

######################################################################
# Wavegliders
######################################################################
# WG Tex - All instruments combined into one file - one time coordinate
##cl.wg_tex_base = cl.dodsBase + 'CANON_september2013/Platforms/Gliders/WG_Tex/final/'
##cl.wg_tex_files = [ 'WG_Tex_all_final.nc' ]
##cl.wg_tex_parms = [ 'wind_dir', 'wind_spd', 'atm_press', 'air_temp', 'water_temp', 'sal', 'density', 'bb_470', 'bb_650', 'chl' ]
##cl.wg_tex_startDatetime = startdate
##cl.wg_tex_endDatetime = enddate

# WG Tiny - All instruments combined into one file - one time coordinate
cl.wg_Tiny_base = 'http://dods.mbari.org/opendap/data/waveglider/deployment_data/'
开发者ID:carueda,项目名称:stoqs,代码行数:33,代码来源:loadCANON_os2017.py

示例2: loadLRAUV

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import l_662_parms [as 别名]
# the binned files before this will work

# Use the default parameters provided by loadLRAUV() calls below


######################################################################
#  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_20161214_TS.nc',
                   'OS_Glider_L_662_20170328_TS.nc'  ] 
# Begining with OS_Glider_L_662_20170328_TS variable names became: 'temperature', 'salinity', 'fluorescence'
cl.l_662_parms = ['TEMP', 'PSAL', 'FLU2', 'temperature', 'salinity', 'fluorescence']
cl.l_662_startDatetime = startdate
cl.l_662_endDatetime = enddate

######################################################################
# Wavegliders
######################################################################
# WG Tex - All instruments combined into one file - one time coordinate
##cl.wg_tex_base = cl.dodsBase + 'CANON_september2013/Platforms/Gliders/WG_Tex/final/'
##cl.wg_tex_files = [ 'WG_Tex_all_final.nc' ]
##cl.wg_tex_parms = [ 'wind_dir', 'wind_spd', 'atm_press', 'air_temp', 'water_temp', 'sal', 'density', 'bb_470', 'bb_650', 'chl' ]
##cl.wg_tex_startDatetime = startdate
##cl.wg_tex_endDatetime = enddate

# WG Tiny - All instruments combined into one file - one time coordinate
cl.wg_Tiny_base = 'http://dods.mbari.org/opendap/data/waveglider/deployment_data/'
开发者ID:danellecline,项目名称:stoqs,代码行数:33,代码来源:loadCANON_os2017.py

示例3: setattr

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import l_662_parms [as 别名]
      files.append(file)
  files.append(',')
  setattr(cl, p + '_files', files) 
  setattr(cl, p  + '_startDatetime', startdate) 
  setattr(cl, p + '_endDatetime', enddate)
"""
######################################################################
#  GLIDERS
######################################################################
# Glider data files from CeNCOOS thredds server
# L_662
# cl.l_662_base = 'http://www.cencoos.org/thredds/dodsC/gliders/Line66/'
cl.l_662_base = "http://legacy.cencoos.org/thredds/dodsC/gliders/Line66/"
cl.l_662_files = ["OS_Glider_L_662_20150813_TS.nc"]
# OS_Glider_L_662_20150813_TS.nc most recent deployment
cl.l_662_parms = ["TEMP", "PSAL", "FLU2"]
cl.l_662_startDatetime = startdate
cl.l_662_endDatetime = enddate

# NPS_29
# cl.nps29_base = 'http://www.cencoos.org/thredds/dodsC/gliders/Line66/'
# cl.nps29_files = [ 'OS_Glider_NPS_G29_20140930_TS.nc' ]
cl.nps29_parms = ["TEMP", "PSAL"]
cl.nps29_startDatetime = startdate
cl.nps29_endDatetime = enddate

# UCSC_294
# cl.ucsc294_base = 'http://data.ioos.us/gliders/thredds/dodsC/deployments/mbari/UCSC294-20150430T2218/'
# cl.ucsc294_files = [ 'UCSC294-20150430T2218.nc3.nc' ]
# cl.ucsc294_parms = ['TEMP', 'PSAL']
# cl.ucsc294_startDatetime = startdate
开发者ID:josephmfaulkner,项目名称:stoqs,代码行数:33,代码来源:loadCANON_os2015.py


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