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

root/sodar/branches/raw2proc-dev/billymitchell_config_20090623.py

Revision 299 (checked in by cbc, 14 years ago)

Add billymitchell config and scintec processor.

Line 
1 platform_info = {
2     'id' : 'billymitchell',
3     'location' : 'Billy Mitchell Airfield, Frisco, NC',
4     'lat' : 34.724328,  # degrees true (-) south, (+) north
5     'lon' : -76.751832, # degrees true (-) west, (+) east
6     'mvar' : -9.7,      # degrees (-) west, (+) east
7     'institution' : 'nccoos',
8     #
9     'config_start_date' : '2009-06-23 00:00:00',
10     'config_end_date' : None, # None or yyyy-mm-dd HH:MM:SS
11     'packages' : ('sfas',),
12     }
13 sensor_info = {
14     'sfas' : { 'id' : 'sodar',
15                'description' : 'Wind profile data',
16                'raw_dir' : '/seacoos/data/nccoos/level0/billymitchell/sodar1',
17                'raw_file_glob' : '*.mnd',
18                'proc_dir' : '/seacoos/data/nccoos/level1/billymitchell/sodar1',
19                'process_module' : 'proc_remtech_rawdata_pa0',
20                'utc_offset' : 5,         # hours offset to utc
21                'min_altitude' : 10,      # meters
22                'altitude_interval' : 5,  # meters
23                'num_altitudes' : 39,
24                'sensor_elevation' : 0,   # meters
25                # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
26                # 'latest_vars' : ('time','lat','lon','z','u','v','w','echo'),
27                },
28     }
29    
Note: See TracBrowser for help on using the browser.