-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
64 lines (64 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: ondetools
Type: Package
Title: Package R pour traiter les données ONDE de suivi des étiages en France
Version: 0.1.2
Date: 2023-03-31
Authors@R: c(
person("Pascal", "Irz", , "pascal.irz@ofb.gouv.fr", role = c("aut", "cre"),
comment = c(ORCID = "00000-0002-2066-8935")),
person("Benoît", "Richard", , "benoit.richard@ofb.gouv.fr", role = "ctb",
comment = c(ORCID = "0000-0003-4522-027X"))
)
Maintainer: Pascal Irz <pascal.irz@ofb.gouv.fr>
Description: Le package propose un ensemble de fonctions facilitant l'exploitation des données
de l'Observatoire National des Etiages. En particulier, il permet une chaîne de traitement
comprenant téléchargement, décompression et assemblage des fichiers annuels suivi d'une
visualisation des données associées à chaque station sur cartographie dynamique.
This package proposes a set of functions for easier processing of the ONDE monitoring data
on the intermittent streams of mainaln France. It allows streamlining a workflow for
downloading the annual data files, tidying them and displaying the results on an interactive
map.
License: GPL-3 + file LICENSE
Imports:
cli,
data.table,
dplyr,
forcats,
furrr,
ggplot2,
ggrepel,
ggspatial,
glue,
grDevices,
hubeau (>= 0.4.1),
leafpop,
lubridate,
magrittr,
mapview,
progressr,
purrr,
rlang,
rmarkdown,
rvest,
scales,
sf,
stringr,
tidyr,
utils,
xml2
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.2.3
Suggests:
knitr,
flextable,
patchwork,
magick
VignetteBuilder: knitr
URL: https://pascalirz.github.io/ondetools/
Depends:
R (>= 2.10)
Remotes:
MaelTheuliere/COGiter,
inrae/hubeau