NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/raw2proc/trunk/raw2proc/lb3_config_20111216.py

Revision 494 (checked in by haines, 12 years ago)

Processing mods for buoy data

Line 
1 platform_info = {
2             'id' : 'lb3',
3             'location' : 'Long Bay, NC, Upper Slope Bottom Frame',
4             'lat' : 32.85237,   # degrees true (-) south, (+) north
5             'lon' : -78.01322,  # degrees true (-) west, (+) east
6             'mvar' : -8.9,    # degrees (-) west, (+) east
7             'altitude': 0.,   # (approx.) station altitude
8             'altitude_units' : 'm',
9             'altitude_reference' : 'sea_surface',
10             #
11             'mean_water_depth': -176.0,
12             'mean_water_depth_time_period': 'Not determined',
13             'institution' : 'nccoos',
14             #
15             'config_start_date' : '2011-12-16 00:00:00',
16             'config_end_date' : '2012-04-03 15:45:00', # None or yyyy-mm-dd HH:MM:SS
17             'packages' : ('ctd', ),
18             # Required by CF
19             'institution' : 'Unversity of North Carolina at Chapel Hill (UNC-CH)',
20             'institution_url' : 'http://nccoos.org',
21             'institution_dods_url' : 'http://nccoos.org',
22             'contact' : 'Sara Haines (haines@email.unc.edu)',
23             'conventions' : 'CF-1.0; SEACOOS-CDL-v2.0',
24             # Required by Scout
25             'format_category_code' : 'fixed-point',
26             'institution_code' : 'nccoos',
27             # Recommended
28             'project' : 'Long Bay (LB) Wintertime Blooms',
29             'project_url' : 'http://nccoos.org/projects/long-bay-wintertime-blooms',           
30             'metadata_url' : 'http://nccoos.org',
31             'references' : 'http://nccoos.org',
32             'source': 'SKIO Bottom Frame',
33             }
34
35 sensor_info = {
36     'ctd' : { 'id' : 'ctd',
37               'description' : 'Bottom CTD Data each sample period',
38               'raw_dir' : '/seacoos/data/long_bay/level0/lb3/ctd/2011_12/',
39               'raw_file_glob' : '*',
40               'proc_dir' : '/seacoos/data/long_bay/level1/lb3/ctd/',
41               'process_module' : 'proc_sbe37_ctd',
42               'utc_offset' : 0,  # hours offset to utc of sampling time
43               'nominal_depth' : -175.0,  # meters
44               'depth_units' : 'm',
45               'depth_reference' : 'sea_surface',
46               # Recommended
47               'source': 'Seabird (SBE) 37 SM',
48               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
49               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
50               'plot_module': 'plot_cr1000_ctd',
51               'plot_names': ('timeseries',),
52              },
53     }
Note: See TracBrowser for help on using the browser.