gpx.filt: Filter GPX formatted waypoint data

Description Usage Arguments

View source: R/gpx.filt.R

Description

Removes duplicates from gpx files based on identical coordinates and elevation. Additional arguments allow to extract gpx points within a user-defined grid. Requires packages magrittr and readOGR to be installed.

Usage

1
2
3
4
5
6
7
8
gpx.filt(
  input = NULL,
  output = NULL,
  region = NULL,
  add.territory = T,
  buzzard_db = "RData/buzzard_db.RData",
  reduced = F
)

Arguments

input

input file (*.gpx)

output

output file (*.gpx). By default adds. ".filt".

region

optional argument defining a geographic grid. data frame with arguments: "north", "east", "west" & "south"

add.territory

optional argument, allows to add territory name of last breeding attempt to every point. Currently only Buteo buteo.

buzzard_db

path to database file

reduced

logical


mottensmann/DBChecks documentation built on Feb. 3, 2022, 9:21 p.m.