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

long and Lat in laskeek_fetch need renaming or converting to a Long and a Lat #6

Closed joethorley closed 7 years ago

joethorley commented 7 years ago

I've just seen the documentation

Long
The longitude of point, in BC Albers (num).

I don't think we can refer to UTMS as Long/Lat but correct me if I'm wrong.

Also its probably worth giving the EPSG for the coordinate projection in the data help file.

sebdalgarno commented 7 years ago

Good point.

  1. Have changed column names to Northing and Easting.
  2. In data.R help file, replaced ("in WGS84" and "in BC Albers") with ("EPSG:4326" and "EPSG:3005")