diff --git a/DESCRIPTION b/DESCRIPTION index 66fab34e3313f7f1e18d8b519e186bb4e3d50253..58005f1d9d52bc2d96ff215754fbc75b59f717f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: transfR Type: Package Title: Transfer of Hydrograph from Gauged to Ungauged Catchments -Version: 1.0.2 -Date: 2022-11-20 +Version: 1.0.3 +Date: 2023-01-08 Authors@R: c( person("Alban", "de Lavenne", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9448-3490"), email = "alban.delavenne@inrae.fr"), person("Christophe", "Cudennec", role = c("ths"), comment = c(ORCID = "0000-0002-1707-8926"), email = "christophe.cudennec@agrocampus-ouest.fr"), @@ -31,4 +31,4 @@ Author: Alban de Lavenne [aut, cre] (<https://orcid.org/0000-0002-9448-3490>), Tom Loree [ctb], Hervé Squividant [ctb] Maintainer: Alban de Lavenne <alban.delavenne@inrae.fr> -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 diff --git a/data/Blavet.rda b/data/Blavet.rda index 0166f5bdf198f2e8a759986be5bc14732cd2299d..72f54a9961d8e38e6dc9ea86e00f0f458e2240e9 100644 Binary files a/data/Blavet.rda and b/data/Blavet.rda differ diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd index fe9843cc1a3b06fe1b5d1a457693ac401c123130..881f89c433e2547c38891e3e7a8f207d91e7c646 100644 --- a/vignettes/V01_get_started.Rmd +++ b/vignettes/V01_get_started.Rmd @@ -19,7 +19,7 @@ knitr::opts_chunk$set( ) ``` -This package aims to estimatettt discharge time series of ungauged catchments (non-instrumented catchment where discharge is therefore not available) using hydrological observation of neighbouring gauged catchments (instrumented catchment where discharge is available). The hydrological modelling is based on a description of catchment geomorphology that can be assessed at any location. An inversion of this model at gauged locations allows estimating the net rainfall that makes the transfer of observed discharge easier to ungauged locations. +This package aims to estimate discharge time series of ungauged catchments (non-instrumented catchment where discharge is therefore not available) using hydrological observation of neighbouring gauged catchments (instrumented catchment where discharge is available). The hydrological modelling is based on a description of catchment geomorphology that can be assessed at any location. An inversion of this model at gauged locations allows estimating the net rainfall that makes the transfer of observed discharge easier to ungauged locations. ## 1. Create a transfR object