Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slisovski/TwGeos
R Package: Basic data processing for light-level geolocation archival tags
https://github.com/slisovski/TwGeos
Last synced: 9 days ago
JSON representation
R Package: Basic data processing for light-level geolocation archival tags
- Host: GitHub
- URL: https://github.com/slisovski/TwGeos
- Owner: slisovski
- Created: 2016-08-09T16:16:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T15:49:31.000Z (11 months ago)
- Last Synced: 2024-08-13T07:14:47.502Z (4 months ago)
- Language: R
- Homepage:
- Size: 64.5 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - slisovski/TwGeos - R Package: Basic data processing for light-level geolocation archival tags (R)
README
# TwGeos
This package is based on functions from the 'BAStag' package created by Simon Wotherspoon and Michael Sumner and Simeon Lisovski (https://github.com/SWotherspoon/BAStag). 'TwGeos' is a slightly simplified package with some additional functionalities like an outomatic search for outliers and a function to adjust twilight times based on some thresholds (see documentation).
In general, this package accomodations functions to process data from light-level geolocator archival tags.
More specifically, the package provides facilities for importing and plotting light-level geolocator data, and detecting and extracting twilight times and twilight periods for further analysis with e.g. 'GeoLight', 'SGAT' and 'FLightR'.## Installing
The package is easily installed from GitHub, using the devtools package.
```R
devtools::install_github("SLisovski/TwGeos")
```If you don't have `devtools` installed already, install it first.
```R
install.packages("devtools")
```(TwGeos otherwise does not need devtools for normal use.)
## TODO