|
NAMEsaga_cmd - command-line interface to the System for Automated Geoscientific AnalysesSYNOPSISsaga_cmd [-h, --help]saga_cmd [-v, --version] saga_cmd [-C, --config][=#][-s, --story][=#][-c, --cores][=#][-f, --flags][=#] <LIBRARY> [<TOOL>] [<OPTIONS>] saga_cmd [-C, --config][=#][-s, --story][=#][-c, --cores][=#][-f, --flags][=#] <SCRIPT> saga_cmd --create-config[=file] Create a default configuration file. If no file name is specified it will use 'saga_cmd.ini'. saga_cmd --create-batch[=file] Create a batch script file example. saga_cmd --create-docs[=directory] Create tool documentation in current working directory, if no other directory is given. DESCRIPTIONSAGA GIS (System for Automated Geoscientific Analysis) is a free and open source geographic information system used for editing and analysing spatial data. It includes a large number of tools for the analysis of vector, table, grid and image data.The SAGA command line interpreter is particularly useful for the processing of complex work flows by defining a series of subsequent tool calls in a script file. Calling saga_cmd with the option '--create-batch' will create an example of a DOS batch script file, which might be a good starting point for the implementation of your own specific work flows. When run without arguments, the tool libraries found in the SAGA installation directory (e.g. /usr/lib/saga) will be loaded automatically. Additional directories can be specified by adding the environment variable 'SAGA_TLB' and let it point to one or more directories, just the way it is done with the DOS 'PATH' variable. OPTIONS
EXAMPLEexport SAGA_TLB=/usr/lib/sagasaga_cmd ta_lighting "Analytical Hillshading" -ELEVATION=c:\dem.sg-grd -SHADE=c:\shade.sg-grd Multiple input files can be specified by separating them by a semicolon (;). saga_cmd grid_tools Mosaicking -GRIDS test1.sg-grd;test2.sg-grd -TARGET_OUT_GRID merged.sg-grd BUGSOn the website of http://www.saga-gis.org, a list of known bugs can be found and new bug reports can be submitted.AUTHORSSAGA was written by Olaf Conrad with help from a large number of contributors. This manual page was written by Johan Van de Wauw and updated by Rainer Hurling. Both are released under the GNU General Public License v2.More info http://www.saga-gis.org
Visit the GSP FreeBSD Man Page Interface. |