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

root/raw2proc/trunk/raw2proc/meet_config_20050324.py

Revision 320 (checked in by haines, 14 years ago)

catch-up trunk to production code running on cromwell

Line 
1 platform_info = {
2     'id' : 'meet',
3     'location' : 'Meeting of the Waters Creek, Chapel Hill, NC',
4     'lat' : 35.898559,  # degrees true (-) south, (+) north
5     'lon' : -79.034915, # degrees true (-) west, (+) east
6     'mvar' : -8.5,      # degrees (-) west, (+) east
7     'altitude': 130.,   # (approx.) station altitude
8     'altitude_units' : 'm',
9     'altitude_reference' : 'above_sea_level',
10     # 'mean_water_depth' : -25.17, # meters (-) down, (+) up
11     # 'mean_water_depth_time_period' : 'June 2005 - Sept 2005',
12     'institution' : 'nccoos',
13     #
14     'config_start_date' : '2005-03-01 00:00:00',
15     'config_end_date' : '2008-09-01 00:00:00', # None or yyyy-mm-dd HH:MM:SS
16     'packages' : ('flow', 'wq'),
17     }
18 sensor_info = {
19     'flow' : { 'id' : 'flow',
20                'description' : 'Stream Flow and Rain Data',
21                'raw_dir' : '/seacoos/data/nccoos/level0/meet/flow/',
22                'raw_file_glob' : 'mow_flow_*',
23                'proc_dir' : '/seacoos/data/nccoos/level1/meet/flow',
24                'process_module' : 'proc_cr10x_flow_v2',
25                'utc_offset' : 4,      # hours offset to utc
26                'press_offset' : 0./12., # pressure gauge offset to staff gauge
27                # 'nbins' : 69,
28                # 'bin_size' : 0.5,      # meters
29                # 'transducer_ht' : 0.5, # meters above the bottom
30                # 'blanking_ht' : 1.6,   # meters above transducer
31                },
32     'wq' : {'id' : 'wq',
33                    'description' : 'Water Quality',
34                    'raw_dir' : '/seacoos/data/nccoos/level0/meet/wq/',
35                    'raw_file_glob' : 'mow_wq_*',
36                    'proc_dir' : '/seacoos/data/nccoos/level1/meet/wq',
37                    'process_module' : 'proc_cr10x_wq_v2',
38                    'utc_offset' : 4,  # hours offset to utc
39                    },
40     }
41    
Note: See TracBrowser for help on using the browser.