Replication Data for: movetrack: An R package to model flight paths from radio-telemetry networks
收藏DARE Oldenburg Research Data Repository2025-01-01 更新2026-05-11 收录
下载链接:
https://dare.uol.de/citation?persistentId=doi:10.57782/WGHWTT
下载链接
链接失效反馈官方服务:
资源简介:
Testing the movetrack package This archive contains data and source code for testing the movetrack R package with Motus data from radio tags attached to a plane. It is an archive of the associated Git repository. A rendered version of the supplementary material is available here. Reproducibility This project was conducted with R 4.5.2 and leverages renv to ensure a reproducible R environment. The renv package captures and restores the exact package versions used in this analysis, enabling others to recreate the environment precisely. Download this archive or clone the Git repository: git clone https://codeberg.org/migecol/motus_localisation Open the project in your preferred editor. In the project’s working directory, restore the environment using renv: install.packages("renv") renv::restore() When prompted, select “1: Activate the project and use the project library”. This will install all required packages as specified in the renv.lock file. Run the analysis script R/motus_localisation.R. Content Data model_output.RDS: Fitted model object using the optimal track() argument combination (aRange = 10 km, dTime = 0.5 min, states = 2). data/: Contains GPS and radio-telemetry data. movetrack.csv: Modelled flight track from the test flight obtained from movetrack. pretest.csv: Combined GPS and radio-telemetry data from the pretest. recvDeps.csv: Metadata for receiver station deployments. stations.csv: Receiver locations with detections of the song thrush. testflight.csv: Combined GPS and radio-telemetry data from the test flight. data/raw_data/: Contains raw data files. data/shp/: Contains a shapefile for mapping. Code R/: Contains the R code to process the data. download_motus.R: Code for downloading radio-telemetry data from Motus. motus_localisation.R: Code for processing GPS data and radio-telemetry data downloaded from Motus. setup.R: Set up R environment for vignettes. utils.R: Helper functions. Documentation index.qmd: Visualises the GPS and radio-telemetry data of the test flight. vignettes/: Contains additional vignettes. pretest.qmd: Visualises the GPS and radio-telemetry data of the pretest. presentation/: Contains a brief presentation of the movetrack package.
创建时间:
2025-01-01



