https://github.com/ahasverus/argostools

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

https://github.com/ahasverus/argostools

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary

Keywords

arcticfox argos postgresql r
Last synced: 6 months ago · JSON representation

Repository

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

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
arcticfox argos postgresql r
Created over 10 years ago · Last pushed about 6 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse  = TRUE,
  comment   = "#>",
  fig.path  = "man/figures/README-",
  out.width = "100%"
)
```

argostools 
=========================================================



[![Travis build status](https://travis-ci.org/ahasverus/argostools.svg?branch=master)](https://travis-ci.org/ahasverus/argostools)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ahasverus/argostools?branch=master&svg=true)](https://ci.appveyor.com/project/ahasverus/argostools)
[![Project Status: Stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/37935776.svg)](https://zenodo.org/badge/latestdoi/37935776)


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](https://github.com/ahasverus/argostools) with:

```{r echo=TRUE, eval=FALSE}
devtools::install_github("ahasverus/argostools", build_vignettes = TRUE)
```

## Getting started

```{r echo=TRUE, eval=FALSE}
library(argostools)
ls("package:argostools")
```

Main functions to be used in order:

- `pg_extract_locs()`
- `temporal_buffer()`
- `spatial_buffer()`
- `speed_filter()`

Enjoy!

Owner

  • Name: Nicolas Casajus
  • Login: ahasverus
  • Kind: user
  • Location: Montpellier, France
  • Company: @FRBCesab

Data scientist

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 18
  • Total Committers: 1
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Nicolas Casajus n****s@g****m 18

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.6.0 depends
  • DBI * imports
  • RPostgreSQL * imports
  • readr * imports
  • readxl * imports
  • rgdal * imports