本文整理汇总了Python中CANON.CANONLoader.dorado_parms方法的典型用法代码示例。如果您正苦于以下问题:Python CANONLoader.dorado_parms方法的具体用法?Python CANONLoader.dorado_parms怎么用?Python CANONLoader.dorado_parms使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CANON.CANONLoader
的用法示例。
在下文中一共展示了CANONLoader.dorado_parms方法的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: produced
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2017/netcdf/'
cl.dorado_files = [
'Dorado389_2017_044_00_044_00_decim.nc',
'Dorado389_2017_068_00_068_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
#####################################################################
# LRAUV
#####################################################################
# Load netCDF files produced (binned, etc.) by Danelle Cline
# These binned files are created with the makeLRAUVNetCDFs.sh script in the
# toNetCDF directory. You must first edit and run that script once to produce
# the binned files before this will work
# Use the default parameters provided by loadLRAUV() calls below
示例2: range
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
cl.roms_spray_base = cl.dodsBase + 'CANON/2016_Sep/Platforms/ROMS/'
cl.roms_spray_files = ['roms_spray_{:04d}.nc'.format(i) for i in range(313,450)]
cl.roms_spray_parms = ['roms_temperature', 'roms_salinity', 'roms_spice', 'temperature', 'salinity', 'spice']
cl.roms_spray_start_datetime = startdate
cl.roms_spray_end_datetime = enddate
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2016/netcdf/'
cl.dorado_files = [
'Dorado389_2016_270_00_270_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume', 'rhodamine',
'roll', 'pitch', 'yaw']
#####################################################################
# LRAUV - Avoid the Lake Michigan tethys missions in August
#####################################################################
lrauv_startdates = { 'tethys': datetime.datetime(2016, 8, 30),
'makai': startdate }
lrauv_enddates = { 'tethys': enddate,
'makai': enddate }
def find_urls(plat, base, search_str):
INV_NS = "http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
url = os.path.join(base, 'catalog.xml')
print "Crawling: %s" % url
skips = Crawl.SKIPS + [".*Courier*", ".*Express*", ".*Normal*, '.*Priority*", ".*.cfg$" ]
u = urlparse.urlsplit(url)
示例3: produced
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = "http://dods.mbari.org/opendap/data/auvctd/surveys/2015/netcdf/"
cl.dorado_files = [
"Dorado389_2015_132_04_132_04_decim.nc",
"Dorado389_2015_148_01_148_01_decim.nc",
"Dorado389_2015_156_00_156_00_decim.nc",
]
cl.dorado_parms = [
"temperature",
"oxygen",
"nitrate",
"bbp420",
"bbp700",
"fl700_uncorr",
"salinity",
"biolume",
"rhodamine",
]
#####################################################################
# 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/'
示例4:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
# 2-second decimated dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2013/netcdf/' # Dorado archive
cl.dorado_files = [
'Dorado389_2013_295_00_295_00_decim.nc',
'Dorado389_2013_295_01_295_01_decim.nc',
'Dorado389_2013_296_00_296_00_decim.nc',
'Dorado389_2013_296_01_296_01_decim.nc',
'Dorado389_2013_297_01_297_01_decim.nc',
'Dorado389_2013_297_02_297_02_decim.nc',
'Dorado389_2013_298_00_298_00_decim.nc',
'Dorado389_2013_298_01_298_01_decim.nc',
'Dorado389_2013_301_02_301_02_decim.nc',
'Dorado389_2013_301_03_301_03_decim.nc',
'Dorado389_2013_301_04_301_04_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700', 'fl700_uncorr', 'salinity', 'biolume' ]
# Spray glider - for just the duration of the campaign
cl.l_662_base = 'http://www.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 = startDatetime
cl.l_662_endDatetime = endDatetime
# Rachel Carson Underway CTD
cl.rcuctd_base = cl.dodsBase + 'CANON_october2013/Platforms/Ships/Rachel_Carson/uctd/'
cl.rcuctd_files = [
'simz2013plm06.nc', 'simz2013plm07.nc', 'simz2013plm08.nc', 'simz2013plm09.nc', 'simz2013plm10.nc',
]
cl.rcuctd_parms = [ 'TEMP', 'PSAL', 'xmiss', 'wetstar' ]
示例5:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
# On shore, use the odss server:
cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
# 2-second decimated dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2014/netcdf/' # shore
##cl.dorado_base = cl.dodsBase + 'SIMZ/2014_Jul/Platforms/AUVs/Dorado/' # copied to zuma
cl.dorado_files = [
'Dorado389_2014_210_01_210_01_decim.nc',
'Dorado389_2014_210_02_210_02_decim.nc',
'Dorado389_2014_211_02_211_02_decim.nc',
'Dorado389_2014_211_03_211_03_decim.nc',
'Dorado389_2014_212_00_212_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume', 'rhodamine',
'sepCountList', 'mepCountList' ]
# Rachel Carson Underway CTD
cl.rcuctd_base = cl.dodsBase + 'SIMZ/2014_Jul/Platforms/Ships/Rachel_Carson/uctd/'
cl.rcuctd_files = [
'2014simzplm05.nc',
'2014simzplm06.nc',
'2014simzplm07.nc',
]
cl.rcuctd_parms = [ 'TEMP', 'PSAL', 'xmiss', 'wetstar' ]
# Rachel Carson Profile CTD
cl.pctdDir = 'SIMZ/2014_Jul/Platforms/Ships/Rachel_Carson/pctd/'
cl.rcpctd_base = cl.dodsBase + cl.pctdDir
cl.rcpctd_files = [
示例6:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_parms [as 别名]
# 2-second decimated dorado data
cl.dorado_base = "http://dods.mbari.org/opendap/data/auvctd/surveys/2014/netcdf/" # Dorado archive
cl.dorado_files = [
"Dorado389_2014_050_00_050_00_decim.nc",
"Dorado389_2014_050_01_050_01_decim.nc",
"Dorado389_2014_071_01_071_01_decim.nc",
"Dorado389_2014_071_02_071_02_decim.nc",
"Dorado389_2014_072_00_072_00_decim.nc",
"Dorado389_2014_072_01_072_01_decim.nc",
]
cl.dorado_parms = [
"temperature",
"oxygen",
"nitrate",
"bbp420",
"bbp700",
"fl700_uncorr",
"salinity",
"biolume",
"sepCountList",
"mepCountList",
]
# Spray glider - for just the duration of the campaign
cl.l_662_base = "http://legacy.cencoos.org/thredds/dodsC/gliders/Line66/"
cl.l_662_files = ["OS_Glider_L_662_20131125_TS.nc", "OS_Glider_L_662_20140311_TS.nc"]
cl.l_662_parms = ["TEMP", "PSAL", "FLU2"]
cl.l_662_startDatetime = startDatetime
cl.l_662_endDatetime = endDatetime
# Rachel Carson Underway CTD
cl.rcuctd_base = cl.dodsBase + "SIMZ/2014_spring/Platforms/Ships/Rachel_Carson/uctd/"