https://github.com/ahasverus/argostools
:package: An R package to store and handle Argos locations in PostgreSQL
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
- Host: GitHub
- Owner: ahasverus
- License: other
- Language: R
- Default Branch: master
- Homepage: https://ahasverus.github.io/argostools/
- Size: 136 KB
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
=========================================================
[](https://travis-ci.org/ahasverus/argostools)
[](https://ci.appveyor.com/project/ahasverus/argostools)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://opensource.org/licenses/MIT)
[](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
- Website: https://nicolascasajus.fr
- Repositories: 89
- Profile: https://github.com/ahasverus
Data scientist
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | 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