library(hubeau)

Get data about hydrometric stations and observations

Get information about stations

hm_station("K340081001")
#> $code_site
#> [1] "K3400810"
#> 
#> $libelle_site
#> [1] "L'Allier à Châtel-de-Neuvre"
#> 
#> $code_station
#> [1] "K340081001"
#> 
#> $libelle_station
#> [1] "L'Allier à Châtel-de-Neuvre"
#> 
#> $type_station
#> [1] "LIMNI"
#> 
#> $coordonnee_x_station
#> [1] 724348
#> 
#> $coordonnee_y_station
#> [1] 6589187
#> 
#> $code_projection
#> [1] 26
#> 
#> $longitude_station
#> [1] 3.316919
#> 
#> $latitude_station
#> [1] 46.40219
#> 
#> $influence_locale_station
#> [1] 3
#> 
#> $commentaire_station
#> NULL
#> 
#> $altitude_ref_alti_station
#> [1] 219860
#> 
#> $code_systeme_alti_site
#> [1] 3
#> 
#> $code_commune_station
#> [1] "03065"
#> 
#> $libelle_commune
#> [1] "CHATEL-DE-NEUVRE"
#> 
#> $code_departement
#> [1] "03"
#> 
#> $code_region
#> [1] "84"
#> 
#> $libelle_region
#> [1] "AUVERGNE-RHONE-ALPES"
#> 
#> $code_cours_eau
#> [1] "K---0080"
#> 
#> $libelle_cours_eau
#> [1] "l'Allier"
#> 
#> $uri_cours_eau
#> [1] "http://id.eaufrance.fr/CEA/K---0080"
#> 
#> $descriptif_station
#> NULL
#> 
#> $date_maj_station
#> [1] "2021-05-26T00:00:00Z"
#> 
#> $date_ouverture_station
#> [1] "1985-09-01T00:00:00Z"
#> 
#> $date_fermeture_station
#> NULL
#> 
#> $commentaire_influence_locale_station
#> NULL
#> 
#> $code_regime_station
#> [1] 1
#> 
#> $qualification_donnees_station
#> [1] 20
#> 
#> $code_finalite_station
#> [1] 12
#> 
#> $type_contexte_loi_stat_station
#> [1] 1
#> 
#> $type_loi_station
#> [1] 2
#> 
#> $code_sandre_reseau_station
#> $code_sandre_reseau_station[[1]]
#> [1] "BSH003"
#> 
#> $code_sandre_reseau_station[[2]]
#> [1] "BSH060"
#> 
#> $code_sandre_reseau_station[[3]]
#> [1] "BSH103"
#> 
#> $code_sandre_reseau_station[[4]]
#> [1] "BSH160"
#> 
#> $code_sandre_reseau_station[[5]]
#> [1] "POH007"
#> 
#> $code_sandre_reseau_station[[6]]
#> [1] "POH030"
#> 
#> $code_sandre_reseau_station[[7]]
#> [1] "POH038"
#> 
#> $code_sandre_reseau_station[[8]]
#> [1] "POH119"
#> 
#> $code_sandre_reseau_station[[9]]
#> [1] "POH902"
#> 
#> $code_sandre_reseau_station[[10]]
#> [1] "RIC001"
#> 
#> $code_sandre_reseau_station[[11]]
#> [1] "RIC100"
#> 
#> $code_sandre_reseau_station[[12]]
#> [1] "RIC250"
#> 
#> $code_sandre_reseau_station[[13]]
#> [1] "RIC300"
#> 
#> 
#> $date_debut_ref_alti_station
#> [1] "1985-09-01T00:00:00Z"
#> 
#> $date_activation_ref_alti_station
#> [1] "2013-11-18T00:00:00Z"
#> 
#> $date_maj_ref_alti_station
#> [1] "2021-05-26T00:00:00Z"
#> 
#> $libelle_departement
#> [1] "ALLIER"
#> 
#> $en_service
#> [1] TRUE
#> 
#> $geometry
#> $geometry$type
#> [1] "Point"
#> 
#> $geometry$crs
#> $geometry$crs$type
#> [1] "name"
#> 
#> $geometry$crs$properties
#> $geometry$crs$properties$name
#> [1] "urn:ogc:def:crs:OGC:1.3:CRS84"
#> 
#> 
#> 
#> $geometry$coordinates
#> $geometry$coordinates[[1]]
#> [1] 3.316919
#> 
#> $geometry$coordinates[[2]]
#> [1] 46.40219

Get information about elaborate observations

hm_obs_elab("K340081001",date_debut="2015-12-15",date_fin="2016-01-27")
#> # A tibble: 44 × 5
#>    code_site code_station date_obs_elab resultat_obs_elab grandeur_hydro_elab
#>    <chr>     <chr>        <date>                    <dbl> <chr>              
#>  1 K3400810  K340081001   2015-12-15                36449 QmJ                
#>  2 K3400810  K340081001   2015-12-16                35541 QmJ                
#>  3 K3400810  K340081001   2015-12-17                35237 QmJ                
#>  4 K3400810  K340081001   2015-12-18                34664 QmJ                
#>  5 K3400810  K340081001   2015-12-19                36544 QmJ                
#>  6 K3400810  K340081001   2015-12-20                36248 QmJ                
#>  7 K3400810  K340081001   2015-12-21                32784 QmJ                
#>  8 K3400810  K340081001   2015-12-22                34636 QmJ                
#>  9 K3400810  K340081001   2015-12-23                32586 QmJ                
#> 10 K3400810  K340081001   2015-12-24                32113 QmJ                
#> # … with 34 more rows