wind_proc: SABS wharf long term wind speed and direction logging data...

View source: R/COERS_wind_proc.R

wind_procR Documentation

SABS wharf long term wind speed and direction logging data transformation function

Description

SABS wharf long term wind speed and direction logging data transformation function

Usage

wind_proc(
  x,
  station = 1,
  gaugenum = 999,
  latitude = 45.08275,
  longitude = 67.08508,
  area = "SABS Wharf"
)

Arguments

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

Value

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.

Examples

wind_proc(x)


pkraska/CESD documentation built on Aug. 26, 2024, 5:37 a.m.