Closed jebyrnes closed 6 years ago
N.B. many station names are NA, leading me to suspect there's an as.numeric
lurking somewhere...
thanks @jebyrnes !
I imagine you are not on the latest github version? Can you update to the latest version and tell me if it works? we should have fixed this, see https://github.com/ropensci/rnoaa/issues/261
closing due to inactivity
Let's say I do the following
One column is id. Now, if I wanted to get the lat/long of all buoys that had stdmet measurements, one would presume I could get that from
allbuoys()
using a join. However1) allbuoys produces a stations column instead of id which is fine, except... 2) it appears that any station with letters in its name gets its numbers cutoff. For example
produces
It looks like the actual station name is buried in
DC.description
, but it takes some regexp magic to get it out. Can the station names be fixed in allbuoys?