SAGA 9.9.1 | Tool Library Documentation

Import Shapes with Joined Data


Description

Imports shapes with joined data from a PostGIS database.


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputShapesshapes, outputSHAPES--
OptionsHosttextPG_HOST-Default: 127.0.0.1
Portinteger numberPG_PORT-Minimum: 0 Default: 5432
DatabasetextPG_DB--
UsertextPG_USER--
PasswordtextPG_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
FieldstextFIELDS--
WheretextWHERE--
Group bytextGROUP--
HavingtextHAVING--
Order bytextORDER--
DistinctbooleanDISTINCT-Default: 0

Command Line


Usage: saga_cmd db_pgsql 24 [-PG_HOST ] [-PG_PORT ] [-PG_DB ] [-PG_USER ] [-PG_PWD ] [-SHAPES ] [-GEO_TABLE ] [-GEO_KEY ] [-JOIN_TABLE ] [-JOIN_KEY ] [-FIELDS ] [-WHERE ] [-GROUP ] [-HAVING ] [-ORDER ] [-DISTINCT ]
  -PG_HOST:      Host
	text
	Default: 127.0.0.1
  -PG_PORT:      Port
	integer number
	Minimum: 0
	Default: 5432
  -PG_DB:        Database
	text
  -PG_USER:      User
	text
  -PG_PWD:       Password
	text
  -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
  -FIELDS:       Fields
	text
  -WHERE:        Where
	text
  -GROUP:        Group by
	text
  -HAVING:       Having
	text
  -ORDER:        Order by
	text
  -DISTINCT:     Distinct
	boolean
	Default: 0