An R package to calculate wave exposure from fetch and wind data. Data for Laskeek Bay is included. README includes directions to download data for Haida Gwaii.
Unlimited fetch distances are recorded as 'Inf'.
This was being improperly parsed by read_csv so that Inf became NA.
Ive changed it so that the Distance column is parsed as col_double.
I confirmed that values of Inf can be read by functions (i.e. all values > max.distance = max.distance)
Unlimited fetch distances are recorded as 'Inf'. This was being improperly parsed by read_csv so that Inf became NA. Ive changed it so that the Distance column is parsed as col_double. I confirmed that values of Inf can be read by functions (i.e. all values > max.distance = max.distance)