#' hubeau: A package for retrieving data on the French databases on water "Hub'eau" #' #' The 'hubeau' package provides functions for APIs and related "operations". These functions are named as follow: `hubeau::get_[API]_[operation]`. #' #' Currently available APIs and related "operations" are listed below. #' #' **API "Hydrométrie"** #' #' API documentation: \url{https://hubeau.eaufrance.fr/page/api-hydrometrie} #' #' Available functions: #' #' - [get_hydrometrie_observations_tr]: hydrometry water level and discharge time series #' - [get_hydrometrie_sites]: hydrometry sites (can contain several stations) #' - [get_hydrometrie_stations]: hydrometry stations #' #' **API "Indicateurs des services"** #' #' API documentation: \url{https://hubeau.eaufrance.fr/page/api-indicateurs-services} #' #' Available functions: #' #' - [get_indicateurs_services_communes]: performance indicators by commune #' - [get_indicateurs_services_indicateurs]: performance indicators by indicator #' - [get_indicateurs_services_services]: performance indicators by commune for each service #' #' **API "Piézométrie"** #' #' API documentation: \url{https://hubeau.eaufrance.fr/page/api-piezometrie} #' #' Available functions: #' #' - [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 documentation: \url{https://hubeau.eaufrance.fr/page/api-prelevements-eau} #' #' Available functions: #' #' - [get_prelevements_chroniques]: time series of annual withdrawn volumes by device #' - [get_prelevements_ouvrages]: withdrawal devices (can contain several withdrawal points) #' - [get_prelevements_points_prelevement]: withdrawal points #' #' @docType package #' @name hubeau #' NULL