read_HKW: Read the wind data from HKW

Description Usage Arguments Author(s)

View source: R/read_HKW.R

Description

Function to read the wind speed and direction from the HKZ lidar. Data can be downloaded from https://www.windopzee.net/meet-locaties/hollandse-kust-zuid-hkz/data/.

Usage

1
read_HKW(dir = "D:/data/Lidar/HKW/", h = 60, what = "Speed", stn = "HKWA")

Arguments

dir

directory of the files (allowed to be stored in subfolders).

h

height of the measurement (4m,30m,40m,60m,80m,100m,120m,140m,160m,180m,200m).

what

choose between Speed and Direction. Wind speed as sqrt(u^2+v^2).

stn

choose between HKZA and HKZB lidar locations.

Author(s)

Marieke Dirksen


MariekeDirk/WINS50_Lidar documentation built on March 20, 2021, 1:02 p.m.