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

root/raw2proc/trunk/raw2proc/jpier_config_20050425.py

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

added new 'spin' function in raw2proc()

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             'mean_water_depth' : -11.38, # meters (-) down, (+) up
8             'mean_water_depth_time_period' : 'May 2008 - Oct 2008',
9             'institution' : 'nccoos',
10             #
11             'config_start_date' : '2005-04-25 00:00:00',
12             'config_end_date' : '2008-04-11 00:00:00', # None or yyyy-mm-dd HH:MM:SS
13             'packages' : ('met',),
14             }
15 sensor_info = {
16             'met' : { 'id' : 'met',
17                         'description' : 'Met data',
18                         'raw_dir' : '/seacoos/data/nccoos/level0/jpier/met/',
19                         'utc_offset' : 4,      # hours offset to utc
20                         'raw_file_glob' : '*.jpierMet.stats',
21                         'proc_dir' : '/seacoos/data/nccoos/level1/jpier/met/',
22                         'process_module' : 'proc_jpier_ascii_met',
23                         },
24                 }
Note: See TracBrowser for help on using the browser.