d_convert_hubeau | R Documentation |
Convert a Hubeau hydrological file into a htsr sqlite base. It regards the "basic" data file, which includes water level and discharge data. .
d_convert_hubeau(hubeau.dir, station.id, fsqname)
hubeau.dir |
Full path of the hubeau folder (character) |
station.id |
Id list of the stations to convert (character) |
fsqname |
Name of the sqlite data base without extension (character) |
The data base is build from selected stations in the "stations.tar" file available on the data.eau.france web site. This file must be first downloaded and extracted in the folder hubeau.dir. For the extraction the R function untar() can be used. Secondly Within the hubeau.dir, the file stations/stations.csv give the full list of the available stations. One or more station ids must be chosen and included in the station.id list parameter.
The units of water level data is cm and of discharge data is m3/s.
P. Chevallier - Jul/Aug 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.