kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Arg checks for calcSpeeds #118

Closed kaijagahm closed 5 months ago

kaijagahm commented 1 year ago

When Elvira tried to use calcSpeeds outside the context of another function, she accidentally fed it data where the latitude and longitude columns weren't numeric, and it failed in an unclear way. Should add checks to make sure the columns indicated by the latCol and longCol parameters are numeric, even though that will probably be extraneous in most cases.

ryannguyen6392 commented 5 months ago

Got fixed in one of the commits, but I can't find it.