View source: R/COERS_wind_proc.R
wind_proc | R Documentation |
SABS wharf long term wind speed and direction logging data transformation function
wind_proc(
x,
station = 1,
gaugenum = 999,
latitude = 45.08275,
longitude = 67.08508,
area = "SABS Wharf"
)
x |
comma delimited wind speed and direction file from the SABS wharf wind speed and direction logger |
station |
'STATION' to be used for identification in the 'COERS.WINDDATA' table on 'PTRAN'. Default value is '1' (only value in the table). |
gaugenum |
'GAUGENUM' probably wind speed and direction logger identification number, but only '999' present in the the 'COERS.WINDDATA' table |
latitude |
Latitude of wind speed and direction logger unit measurements in decimal degrees WGS84 |
longitude |
Longitude of wind speed and direction logger unit measurements in decimal degrees WGS84 |
area |
Character string for location of wind speed and direction logger |
Returns a comma delimited text file in 'R:/Science/CESD/COERS/FPage/data/Wind logger/FOR ORACLE IMPORT/' for upload to PTRAN by COERS staff.
wind_proc(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.