sebdalgarno / haidawave

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.
Other
1 stars 0 forks source link

Why are some distances NA in laskeek_fetch #5

Closed joethorley closed 7 years ago

sebdalgarno commented 7 years ago

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)