Skip to content

CriteriaOutput is a shell command to post process 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 Geotiff, using this tool.

Notifications You must be signed in to change notification settings

ARPA-SIMC/agroTools

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2021
Sep 11, 2024
Mar 21, 2025
Mar 20, 2025
Feb 5, 2024
Feb 27, 2025
Apr 2, 2021
May 27, 2021
May 26, 2023
Dec 21, 2021
May 27, 2021
Feb 12, 2024

Repository files navigation

Build Status

CriteriaOutput tool

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.

Usage

CriteriaOutput <DTX | CSV | SHAPEFILE | MAPS | NETCDF | AGGREGATION> <projectName.ini> [computationDate]

ComputationDate must be in YYYY-MM-DD format, default date is today.

Example of project.ini

[software]
software="CriteriaOutput"

[project]
name=BOLLAGRO db_comp_units=../INCOLTO/data/comp_units_ER_incolto.db
db_crop=../INCOLTO/data/crop.db
db_data=../INCOLTO/output/incolto.db
db_data_climate=../INCOLTO/output/incolto_storico.db
add_date_to_log=false

[csv]
variable_list=./csvOutputList/bollettino.csv
csv_output=./output/bollettino
add_date_to_filename = false

[shapefile]
UCM=./SHAPE/UCM_2021/ER_CompUnits_2021.shp
field_list=./csvOutputList/bollettinoToShape.csv

[maps]
map_list=./csvOutputList/bollettinoToMaps.csv
palette_path=./palette/
format = tif
projection=3857
cellsize = 200
png_copy = true

About

CriteriaOutput is a shell command to post process 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 Geotiff, using this tool.

Resources

Stars

Watchers

Forks

Languages