Import Shapes with Joined Data
- Author: O.Conrad (c) 2024
- Menu: Database | PostgreSQL | Shapes
Description
Imports shapes with joined data from a PostGIS database.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Shapes | shapes, output | SHAPES | - | - |
Options | Host | text, CMD | PG_HOST | - | Default: 127.0.0.1 |
Port | integer number, CMD | PG_PORT | - | Minimum: 0 Default: 5432 | |
Database | text, CMD | PG_DB | - | - | |
User | text, CMD | PG_USER | - | - | |
Password | text, CMD | PG_PWD | - | - | |
Geometry Table | choice | GEO_TABLE | - | Available Choices: Default: 0 | |
Key | choice | GEO_KEY | - | Available Choices: Default: 0 | |
Join Table | choice | JOIN_TABLE | - | Available Choices: Default: 0 | |
Key | choice | JOIN_KEY | - | Available Choices: Default: 0 | |
Fields | text | FIELDS | - | - | |
Where | text | WHERE | - | - | |
Group by | text | GROUP | - | - | |
Having | text | HAVING | - | - | |
Order by | text | ORDER | - | - | |
Distinct | boolean | DISTINCT | - | 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, 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 -FIELDS: Fields text -WHERE: Where text -GROUP: Group by text -HAVING: Having text -ORDER: Order by text -DISTINCT: Distinct boolean Default: 0