Commit edec2720 authored by Dorchies David's avatar Dorchies David
Browse files

doc: add details in package main page

parent a26c354f
No related merge requests found
Pipeline #26152 failed with stages
in 1 minute and 25 seconds
Showing with 22 additions and 18 deletions
+22 -18
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#' #'
#' Available functions: #' Available functions:
#' #'
#' - [get_hydrometrie_observations_tr] #' - [get_hydrometrie_observations_tr]: hydrometry water level and discharge time series
#' - [get_hydrometrie_sites] #' - [get_hydrometrie_sites]: hydrometry sites (can contain several stations)
#' - [get_hydrometrie_stations] #' - [get_hydrometrie_stations]: hydrometry stations
#' #'
#' **API "Indicateurs des services"** #' **API "Indicateurs des services"**
#' #'
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#' #'
#' Available functions: #' Available functions:
#' #'
#' - [get_indicateurs_services_communes] #' - [get_indicateurs_services_communes]: performance indicators by commune
#' - [get_indicateurs_services_indicateurs] #' - [get_indicateurs_services_indicateurs]: performance indicators by indicator
#' #'
#' **API "Piézométrie"** #' **API "Piézométrie"**
#' #'
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
#' #'
#' Available functions: #' Available functions:
#' #'
#' - [get_niveaux_nappes_stations] #' - [get_hydrometrie_chroniques]: archived time series of piezometric stations
#' - [get_hydrometrie_chroniques_tr]: real-time time series of piezometric stations
#' - [get_niveaux_nappes_stations]: piezometric stations
#' #'
#' **API "Prélèvements en eau"** #' **API "Prélèvements en eau"**
#' #'
...@@ -37,9 +39,9 @@ ...@@ -37,9 +39,9 @@
#' #'
#' Available functions: #' Available functions:
#' #'
#' - [get_prelevements_chroniques] #' - [get_prelevements_chroniques]: time series of annual withdrawn volumes by device
#' - [get_prelevements_ouvrages] #' - [get_prelevements_ouvrages]: withdrawal devices (can contain several withdrawal points)
#' - [get_prelevements_points_prelevement] #' - [get_prelevements_points_prelevement]: withdrawal points
#' #'
#' @docType package #' @docType package
#' @name hubeau #' @name hubeau
......
...@@ -16,9 +16,9 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-hydrometrie} ...@@ -16,9 +16,9 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-hydrometrie}
Available functions: Available functions:
\itemize{ \itemize{
\item \link{get_hydrometrie_observations_tr} \item \link{get_hydrometrie_observations_tr}: hydrometry water level and discharge time series
\item \link{get_hydrometrie_sites} \item \link{get_hydrometrie_sites}: hydrometry sites (can contain several stations)
\item \link{get_hydrometrie_stations} \item \link{get_hydrometrie_stations}: hydrometry stations
} }
\strong{API "Indicateurs des services"} \strong{API "Indicateurs des services"}
...@@ -27,8 +27,8 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-indicateurs-service ...@@ -27,8 +27,8 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-indicateurs-service
Available functions: Available functions:
\itemize{ \itemize{
\item \link{get_indicateurs_services_communes} \item \link{get_indicateurs_services_communes}: performance indicators by commune
\item \link{get_indicateurs_services_indicateurs} \item \link{get_indicateurs_services_indicateurs}: performance indicators by indicator
} }
\strong{API "Piézométrie"} \strong{API "Piézométrie"}
...@@ -37,7 +37,9 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-piezometrie} ...@@ -37,7 +37,9 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-piezometrie}
Available functions: Available functions:
\itemize{ \itemize{
\item \link{get_niveaux_nappes_stations} \item \link{get_hydrometrie_chroniques}: archived time series of piezometric stations
\item \link{get_hydrometrie_chroniques_tr}: real-time time series of piezometric stations
\item \link{get_niveaux_nappes_stations}: piezometric stations
} }
\strong{API "Prélèvements en eau"} \strong{API "Prélèvements en eau"}
...@@ -46,8 +48,8 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-prelevements-eau} ...@@ -46,8 +48,8 @@ API documentation: \url{https://hubeau.eaufrance.fr/page/api-prelevements-eau}
Available functions: Available functions:
\itemize{ \itemize{
\item \link{get_prelevements_chroniques} \item \link{get_prelevements_chroniques}: time series of annual withdrawn volumes by device
\item \link{get_prelevements_ouvrages} \item \link{get_prelevements_ouvrages}: withdrawal devices (can contain several withdrawal points)
\item \link{get_prelevements_points_prelevement} \item \link{get_prelevements_points_prelevement}: withdrawal points
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment