Skip to content

📦 An R package to store and handle Argos locations in PostgreSQL

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ahasverus/argostools

Repository files navigation

argostools

Travis build status AppVeyor build status Project Status: Stable License: MIT DOI

This package provides functions to import (xls(x), txt, csv and diag extensions) and format Argos data (coordinates and date fields). Some filters are also available (spatial, temporal and speed-based filters) to clean up locations. After compilation, data can be passed under an SQL structure using several functions (database creation, relation update, extraction queries, etc.)

Installation

You can install the dev version of argostools from GitHub with:

devtools::install_github("ahasverus/argostools")

Getting started

library(argostools)
ls("package:argostools")

Main functions to be used in order:

  • pg_extract_locs()
  • temporal_buffer()
  • spatial_buffer()
  • speed_filter()

Enjoy!

About

📦 An R package to store and handle Argos locations in PostgreSQL

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages