SAGA 9.4.2 | Tool Library Documentation

Import Shapes with Joined Data (GUI)


Description

Imports shapes with joined data from a PostGIS database.


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputShapesshapes, outputSHAPES--
OptionsHosttext, CMDPG_HOST-Default: 127.0.0.1
Portinteger number, CMDPG_PORT-Minimum: 0 Default: 5432
Databasetext, CMDPG_DB--
Usertext, CMDPG_USER--
Passwordtext, CMDPG_PWD--
Geometry TablechoiceGEO_TABLE-Available Choices: Default: 0
KeychoiceGEO_KEY-Available Choices: Default: 0
Join TablechoiceJOIN_TABLE-Available Choices: Default: 0
KeychoiceJOIN_KEY-Available Choices: Default: 0
WheretextWHERE--

Command Line


Usage: saga_cmd db_pgsql 23 [-PG_HOST ] [-PG_PORT ] [-PG_DB ] [-PG_USER ] [-PG_PWD ] [-SHAPES ] [-GEO_TABLE ] [-GEO_KEY ] [-JOIN_TABLE ] [-JOIN_KEY ] [-WHERE ]
  -PG_HOST:   	Host
	text, CMD
	Default: 127.0.0.1
  -PG_PORT:   	Port
	integer number, CMD
	Minimum: 0
	Default: 5432
  -PG_DB:     	Database
	text, CMD
  -PG_USER:   	User
	text, CMD
  -PG_PWD:    	Password
	text, CMD
  -SHAPES:    	Shapes
	shapes, output
  -GEO_TABLE: 	Geometry Table
	choice
	Available Choices:
	Default: 0
  -GEO_KEY:   	Key
	choice
	Available Choices:
	Default: 0
  -JOIN_TABLE:	Join Table
	choice
	Available Choices:
	Default: 0
  -JOIN_KEY:  	Key
	choice
	Available Choices:
	Default: 0
  -WHERE:     	Where
	text