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


Python CANONLoader.oa2_base方法代码示例

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


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

示例1:

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import oa2_base [as 别名]
cl.m1_endDatetime = enddate

# Mooring 0A1
cl.oa1_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA1/201607/realTime/'
cl.oa1_files = [
               'OA1_201607.nc'
               ]
cl.oa1_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa1_startDatetime = startdate
cl.oa1_endDatetime = enddate

# Mooring 0A2
cl.oa2_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA2/201609/'
cl.oa2_files = [
               'realTime/OA2_201609.nc'
               ]
cl.oa2_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa2_startDatetime = startdate
cl.oa2_endDatetime = enddate


######################################################################
#  RACHEL CARSON: Jan 2017 --
######################################################################
# UCTD
开发者ID:danellecline,项目名称:stoqs,代码行数:33,代码来源:loadCANON_may2018.py

示例2:

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import oa2_base [as 别名]
    "avg_wind_spd",
    "atm_press",
    "air_temp",
    "water_temp",
    "sal",
    "O2_conc",
    "chl",
    "pCO2_water",
    "pCO2_air",
    "pH",
]
cl.oa1_startDatetime = startdate
cl.oa1_endDatetime = enddate

# Mooring 0A2
cl.oa2_base = cl.dodsBase + "CANON/2015_OffSeason/Platforms/Moorings/OA2/"
cl.oa2_files = ["OA2_Canon2015_OffSeason.nc"]
cl.oa2_parms = [
    "wind_dir",
    "avg_wind_spd",
    "atm_press",
    "air_temp",
    "water_temp",
    "sal",
    "O2_conc",
    "chl",
    "pCO2_water",
    "pCO2_air",
    "pH",
]
cl.oa2_startDatetime = startdate
开发者ID:josephmfaulkner,项目名称:stoqs,代码行数:33,代码来源:loadCANON_os2015.py

示例3:

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import oa2_base [as 别名]
cl.m1_endDatetime = enddate

# Mooring 0A1
cl.oa1_base = cl.dodsBase + 'CANON/2015_Sep/Platforms/Moorings/OA1/'
cl.oa1_files = [
               'OA1_Canon2015_Sep.nc'
               ]
cl.oa1_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
              ]
cl.oa1_startDatetime = startdate
cl.oa1_endDatetime = enddate

# Mooring 0A2
cl.oa2_base = cl.dodsBase + 'CANON/2015_Sep/Platforms/Moorings/OA2/'
cl.oa2_files = [
               'OA2_Canon2015_Sep.nc'
               ]
cl.oa2_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa2_startDatetime = startdate
cl.oa2_endDatetime = enddate

# ESP MOORINGS

#######################################################################################

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

示例4:

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import oa2_base [as 别名]
#               'OA1_201401.nc'
#               ]
cl.oa1_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA1/201607/realTime/'
cl.oa1_files = [
               'OA1_201607.nc'  ## new deployment
               ]
cl.oa1_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa1_startDatetime = startdate
cl.oa1_endDatetime = enddate

# Mooring 0A2
# note the new location. Location and data by deployment, instead of by campaign
cl.oa2_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA2/201505/' ## ended at end of May 2016
cl.oa2_files = [
               'OA2_201505.nc'
               ]
cl.oa2_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa2_startDatetime = startdate
cl.oa2_endDatetime = enddate

#######################################################################################
# ESP MOORINGS
#######################################################################################
##cl.bruce_moor_base = cl.dodsBase + 'CANON_september2013/Platforms/Moorings/ESP_Bruce/NetCDF/'
##cl.bruce_moor_files = ['Bruce_ctd.nc']
开发者ID:brutzman,项目名称:stoqs,代码行数:33,代码来源:loadCANON_september2016.py

示例5:

# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import oa2_base [as 别名]
# Mooring 0A1
# note the new location. Location and data by deployment, instead of by campaign
cl.oa1_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA1/'
cl.oa1_files = [
               '201607/realTime/OA1_201607.nc'
               ]
cl.oa1_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
              ]
cl.oa1_startDatetime = startdate
cl.oa1_endDatetime = enddate

# Mooring 0A2
# note the new location. Location and data by deployment, instead of by campaign
cl.oa2_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA2/201505/realTime'  ## May 2015 to end of May 2016
cl.oa2_files = [
               'OA2_201505.nc'
               ]
#cl.oa2_base = 'http://dods.mbari.org/opendap/data/oa_moorings/deployment_data/OA2/201606/realTime/' # new deployment about June 1 2016
#cl.oa2_files = [
#               'OA2_201606.nc'  ## note: this is actually deployed at OA1 site! do not check this in until resolved!!
#               ]
cl.oa2_parms = [
               'wind_dir', 'avg_wind_spd', 'atm_press', 'air_temp', 'water_temp',
               'sal', 'O2_conc', 'chl', 'pCO2_water', 'pCO2_air', 'pH',
               ]
cl.oa2_startDatetime = startdate
cl.oa2_endDatetime = enddate

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


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