get_temperature_stations | R Documentation |
Available endpoints are:
get_temperature_stations
retrieves temperature stations
get_temperature_chronique
retrieves temperature time series
See the API documentation of each endpoint for available filter parameters: https://hubeau.eaufrance.fr/page/api-temperature-continu
get_temperature_stations(...)
get_temperature_chronique(...)
... |
parameters of the queries and their values in the format
|
A tibble::tibble with one row by record and one column by field.
## Not run:
# Retrieve the temperature stations in the department of Loiret
get_temperature_stations(code_departement = "45")
# Retrieve the temperature from 2012-01-01 to 2012-01-05 at site 04051125
get_temperature_chronique(
code_station = "04051125",
date_debut_mesure = "2012-01-01",
date_fin_mesure="2012-01-05",
fields = paste("code_station,date_mesure_temp,heure_mesure_temp,resultat,symbole_unite")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.