CriteriaOutput is a shell command to manage the agro-hydrological output of CRITERIA1D / GEO. The output of CRITERIA is stored in a SQLite database and can be exported to CSV, shapefile, NetCDF or geo-raster format, using this tool.
Per evitare ambiguità ed errori di interpretazione del dato, si potrebbe aggiungere l'informazione del timezone nella formattazione della data, quindi da e.g. 2022-01-01 00:00 a 2022-01-01 00:00 +01:00.
La data del CSV viene stampata nel formato
yyyy-mm-dd HH:MM
(https://github.com/ARPA-SIMC/agroTools/blob/v1.4.1/bin/frostForecast/frost.cpp#L500) ed è implicitamente in +01:00 (CET).Per evitare ambiguità ed errori di interpretazione del dato, si potrebbe aggiungere l'informazione del timezone nella formattazione della data, quindi da e.g.
2022-01-01 00:00
a2022-01-01 00:00 +01:00
.