Barré et al_PV2023
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/7875619
下载链接
链接失效反馈官方服务:
资源简介:
The repository contains the R script used for analyses and the three associated .csv data files:
# R script: analyses_PV_trajecto.R
# Dataset containing site and pair identifiers: Data_env_PV.csv
# Dataset containing the landscape features of pairs sampled for testing the standardization of the sampling design: Data_env_PV2.csv
Definition of columns:
- dist_Eau_c -> distance to water bodies in meters for control sites
- dist_Eau_t -> distance to water bodies in meters for treatment sites
- dist_lisiere_c -> distance to woody edges in meters for control sites
- dist_lisiere_t -> distance to woody edges in meters for treatment sites
- foret_1000_c -> forest proportion in a 1000 meters radius around control sites
- foret_1000_t -> forest proportion in a 1000 meters radius around treatment sites
# Dataset containing 3D bat positions and feeding behaviour metrics: dataFinal_buzz2.csv
Definition of columns:
- temps (s) -> time elapsed since the beginning of the session in seconds
- x (m) -> position of the echolocation call on the X axis in metres relative to microphone 1
- -dx (m) -> lower limit of the 76% confidence interval of the X-axis position in metres
- +dx (m) -> upper limit of the 76% confidence interval of the X-axis position in metres
- y (m) -> position of the echolocation call on the Y axis in metres relative to microphone 1
- -dy (m) -> lower limit of the 76% confidence interval of the Y-axis position in metres
- +dy (m) -> upper limit of the 76% confidence interval of the Y-axis position in metres
- z (m) -> position of the echolocation call on the Z axis in metres relative to microphone 1
- -dz (m) -> lower limit of the 76% confidence interval of the Z-axis position in metres
- +dz (m) -> upper limit of the 76% confidence interval of the Z-axis position in metres
- fsigmax (Hz) -> frequency of the maximum signal energy determined by the microphone array system in Hz
- bande (Hz) -> bandwidth of the signal in Hz
- duree (s) -> duration of signal in seconds
- wav_name -> name of the .wav file containing the signal
- Species -> species automatically identified by Tadardia software
- Score -> confidence score of the automated species identification
- id_site -> site identifier
- typeSite -> type of site (C = control; T = treatment)
- date -> date
- time -> time
- IdTraj -> trajectory identifier
- Vfinal -> flight speed in meters per second
- Species_corrected -> species identity corrected following criteria explained in the manuscript
- guild -> guild (MRE = mid range echolocators; LRE = long range echolocators; SRE = short range echolocators; CF = constant frequency)
- dist_pos_prec -> distance of the position from the previous one in meters
- sinuosity -> sinuosity of the trajectory
- dist_extrem -> distance in meters between the first and the last positions of the trajectory
- sum_dist -> sum of all inter-position distances of the trajctory
- angle_mort -> blind angle at control sites (oui = yes, i.e. positions that should be removed from the analyses at control sites, see the main text for more details)
- buzz -> feeding buzz probability of the position
- meanBuzz -> mean feeding buzz probability of the trajectory
创建时间:
2023-04-28



