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

root/raw2proc/trunk/raw2proc/jpier_config_20050425.py

Revision 212 (checked in by haines, 16 years ago)

added/applied computed average water_depths to all configs with ADCP with pressure sensors

Line 
1 platform_info = {
2             'id' : 'jpier',
3             'location' : 'Jennettes Pier, Nags Head, NC',
4             'lat' : 35.9101,         # degrees true (-) south, (+) north
5             'lon' : -75.5958,         # degrees true (-) west, (+) east
6             'mvar' : -10.83333,      # degrees (-) west, (+) east       
7             'water_depth' : 11.38,   # meters
8             'institution' : 'nccoos',
9             #
10             'config_start_date' : '2005-04-25 00:00:00',
11             'config_end_date' : '2008-04-11 00:00:00', # None or yyyy-mm-dd HH:MM:SS
12             'packages' : ('met'),
13             }
14 sensor_info = {
15             'met' : { 'id' : 'met',
16                         'description' : 'Met data',
17                         'raw_dir' : '/seacoos/data/nccoos/level0/jpier/met/',
18                         'utc_offset' : 4,      # hours offset to utc
19                         'raw_file_glob' : '*.jpierMet.stats',
20                         'proc_dir' : '/seacoos/data/nccoos/level1/jpier/met/',
21                         'process_module' : 'proc_jpier_ascii_met',
22                         },
23                 }
Note: See TracBrowser for help on using the browser.