Get the information about one hydrometric station

hm_station(code_station)

Arguments

code_station

the station code

Examples

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
#> 
#> 
#>