Skip to contents

A data paper made by Hanieh Seyedhashemi (2022) gives T-NET simulation on Loire watershed (FRANCE) at the following url: https://entrepot.recherche.data.gouv.fr/dataset.xhtml?persistentId=doi:10.57745/LBPGFS. This function can be used to read all files in a florder and extract a period of time and/or sone IDs

Usage

TNETresult_readDataPaper(folder, date_start, date_end, ID_select = NULL)

Arguments

folder

Path to the folder dowloaded from the datapaper.

date_start

string Date to start the extraction (format %Y-%m-%d)

date_end

string Date to end the extraction (format %Y-%m-%d)

ID_select

vector vector of all segments IDs needed. if NULL, all IDs are extracted.

Value

data.table with the data in 2 columns: Date, OBJECTID_1 and Tw

References

Seyedhashemi, Hanieh; Moatar, Florentina; Vidal, Jean-Philippe; Thiéry, Dominique, 2022, "Past and future discharge and stream temperature at high spatial resolution in a large European basin (Loire basin, France)", https://doi.org/10.57745/LBPGFS, Recherche Data Gouv, V1

Examples