Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Anomalydetectioncvpr2018 | 445 | a year ago | 63 | Python | ||||||
Subreddit Analyzer | 422 | 4 years ago | mit | Python | ||||||
A comprehensive Data and Text Mining workflow for submissions and comments from any given public subreddit. | ||||||||||
Ruby_gnuplot | 199 | 132 | 53 | 4 years ago | 15 | January 02, 2013 | 17 | bsd-3-clause | Ruby | |
The ruby gnuplot gem [gnuplot] [rgnuplot] (official releases of the gnuplot gem are from rdp branch) | ||||||||||
Exdata_plotting1 | 196 | 3 years ago | 661 | |||||||
Plotting Assignment 1 for Exploratory Data Analysis | ||||||||||
Ida | 179 | 6 years ago | 13 | R | ||||||
Introduction to Data Analysis, using R (2013) | ||||||||||
Midaspy | 105 | 2 months ago | 13 | October 16, 2023 | 11 | apache-2.0 | Python | |||
Python package for missing-data imputation with deep learning | ||||||||||
Repdata_peerassessment1 | 87 | 2 years ago | 326 | |||||||
Peer Assessment 1 for Reproducible Research | ||||||||||
Altair Examples | 83 | 5 years ago | mit | Jupyter Notebook | ||||||
Some examples of Altair plots | ||||||||||
Archivist | 78 | 11 | 6 | 3 years ago | 23 | May 20, 2021 | 8 | HTML | ||
A set of tools for datasets and plots archiving | ||||||||||
Chart Clicker | 74 | 4 | 7 years ago | 94 | December 15, 2016 | 7 | Perl | |||
Extensible, Beautiful Charts for Perl |
{aspe} fournit des outils autorisant simplement la plupart des traitements de base partir dune sauvegarde (dump SQL) de la base de donnes ASPE de lOFB. Ces traitements comprennent les calculs dabondances, densits, distribution en tailles et la dtection de tendances lchelle de la station. Ces calculs sont accompagns de fonctionnalits graphiques.
The goal of {aspe} is to is to provide a suite of tools for most of the common processing of the ASPE database including importation from a SQL format dump, calculation of abundances, densities, size distributions, temporal trends for populations at the station level, along with graphical output.
La base de donnes ASPE de lOFB contient toutes les donnes
dinventaire par pche llectricit par le CSP, lONEMA, lAFB, lOFB
ainsi que par certains partenaires sur les rivires de France. Elle est dcrite
dans Irz et al. (2022), article produit en visant le respect des principes de la recherche reproductible (Wilkinson et al. 2016). Ses fichiers sources - donnes comprises - sont diffuss sur le dpt
The ASPE database is administrated by the French Office for Biodiversity. It gathers, among others, all the river electrofishing samplings carried out by the former Fisheries Council, National Office for Water and Aquatic Systems and French Agency for Biodiversity. The database is described in Irz et al. (2022). This paper was produced to respect the FAIR principles (Wilkinson et al. 2016), hence its source files - including the database - are available at
Si besoin, commencer par installer le package R {devtools} ainsi que la suite Rtools, puis installer {aspe} au moyen de la commande :
If necessary, first install the {devtools} R package and the Rtools suite, then you can install the released version of {aspe} from Github with:
devtools::install_github("PascalIrz/aspe")
Plusieurs dpts Github sont associs au package :
The package comes with a number of associated repos :
La documentation gnrale du package est diffuse sur Github pages : https://pascalirz.github.io/aspe/
Une srie de tutoriels est en ligne :
Several vignettes (in French) are available online:
Les familles de fonctions se distinguent par des prfixes :
mef_
: mise en forme des dataframesexpl_
: exploration de la baseexport
: export des dataframes (.csv ou .RData)geo_
: oprations spatialesgg_
: production de graphiques avec ggplot2
imp_
: importation depuis un dump SQLipr_
: indice poisson rivire
misc_
: diversFunctions' names start by group-specific prefixes:
mef_
: tidying dataframesexpl_
: exploring the databaseexport
: exporting dataframes (.csv or .RData)geo_
: spatial processinggg_
: plots with ggplot2
imp_
: importing data from a SQL dumpipr_
: fish-based river health index
misc_
: miscellaneousDans la quasi-totalit des cas, les variables contenues dans une table sont prfixes en fonction de cette table. Par exemple :
sta_
: stationpop_
: point_prelevementmei_
: mesure_individuellePour une liste des noms et signification des variables, taper dans la console :
data("data_dictionnaire")
View(data_dictionnaire)
Almost systematically, variables' names start by table-specific prefixes:
sta_
: stationpop_
: point_prelevement (sampling point)mei_
: mesure_individuelle (individual measurment)To display a comprehensive list of variables with their meaning (all in French so far, sorry), call:
data("data_dictionnaire")
View(data_dictionnaire)