d_convert_meteofrance_d: Convert a Meteo-France csv daily basic data file into a htsr...

View source: R/d_convert_meteofrance_d.R

d_convert_meteofrance_dR Documentation

Convert a Meteo-France csv daily basic data file into a htsr sqlite base

Description

Convert a Meteo-France csv daily data file into a htsr sqlite base. It regards the "basic" data file, which includes precipitation, temperature and wind data. For other variables the function d_convert_meteofrance_d1 shall be used with the corresponding csv file. The csv file shall be downloaded from https://meteo.data.gouv.fr/ The name of the created sqlite file is the same as the csv file with an extension .sqlite.

Usage

d_convert_meteofrance_d(fmeteo)

Arguments

fmeteo

Full name of the Meteo-France csv file

Details

The sensors have an additional prefix d (as daily) in order to distinguish them from sensors with another time reference.

Author(s)

P. Chevallier - dec 2023 - jan 2024


htsr documentation built on Sept. 11, 2024, 9:16 p.m.