Skip to content

Shell commands

Gabriele Antolini edited this page Jul 30, 2020 · 11 revisions

list

  • Description: list all available Praga commands.

loaddem demFileName

  • Description: Load a Digital Elevation Model raster file.
  • Alias: dem
  • Arguments:
    • demFileName: DEM filename

loadgrid XMLfileName

  • Description: load a meteo grid DB.
  • Alias: grid
  • Arguments:
    • XMLfileName: XML filename containing DB grid metadata

setlogfile logFileName

  • Description: set where to save logging information.
  • Alias: log
  • Arguments:
    • logFileName: log filename

quit

  • Description: quit Praga.

openproject projectIniName

  • Description: open a Praga project
  • Alias: proj
  • Arguments:
    • projectIniName: project .ini file

interpolationgridperiod -v:(variableList) -d1:dateIni -d2:dateFin -s:savingInterval [-a:aggregationVariables] [-r]

  • Description: interpolate point data to grid in a period
  • Alias: gridding
  • Arguments:
    • variableList: variables to grid (separated by comma)
    • dateini: first date
    • dateFin: last date
    • savingInterval: days interval for writing results on meteo grid DB
    • aggregationVariables: variables to aggregate (from hourly to daily) (separated by comma)
  • Options: -r: save raster maps

Clone this wiki locally