kaijagahm / vultureUtils

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

Generalize arg names for getEdges #106

Open kaijagahm opened 1 year ago

kaijagahm commented 1 year ago

Somehow I don't have things like idCol, speedCol, etc. in getEdges. What happened? This is supposed to be the more general form of this function.

kaijagahm commented 1 year ago

This also applies to "location_lat" and "location_long"

kaijagahm commented 1 year ago

should double check whether a weird spatial computation happens under the hood here, or whether you can just arbitrarily name the x and y columns as location_lat and location_long and it'll still work.