R/get_tracks_around_windmill.R
get_tracks_around_windmill.Rd
extracts tracks nearest to windmills
get_tracks_around_windmill(
local,
max_distance = 200,
max_height = 200,
max_tracks = 100,
relevant = 1,
rate = 2,
operator
)
the connection to the local database
Use all equal time tracks where the minimum distance in
meters between the track and the centre is smaller than max_distance
.
Only use track points with an altitude lower than
max_height
.
Defaults to 200 meter.
Return only the nearest max_tracks
tracks.
The value of the relevant
variable of the species
table
in the database.
Select only tracks from species with a value equal or larger than this
number.
The time difference between points to calculate the step length and turning angles.
The optional name of the operator of the windmills. When set, only returns data from windmills of that operator.