kaijagahm / vultureUtils

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

Organized cleanData pipeline #123

Closed ryannguyen6392 closed 6 months ago

ryannguyen6392 commented 6 months ago

Filters in cleanData are now in individual functions in supportingFunctions.R

Precise = F, is a flag that optionally filters out data with < 4 satellites or > 5 HDOP. gpsMaxTime = -1, is a integer representing the max time for the gps to fix its location. Negative values mean no filtering jamMask = NULL, is a sf object representing polygons gps jammed points are shifted to. Points in these polygons are masked out.

Testing and GPS jamming polygons are still in development.