Skip to content

spatialData ​

Command: spatialData
Category: System Tools
Status: Production Ready

Description ​

Inspect spatial/geographic columns and metadata.

Syntax ​

bash
hana-cli spatialData [schema] [table] [options]

Command Diagram ​

Aliases ​

  • spatial
  • geoData
  • geographic
  • geo

Parameters ​

Positional Arguments ​

ParameterTypeDescription
schemastringSchema filter (optional)
tablestringTable filter (optional)

Options ​

OptionAliasTypeDefaultDescription
--table-tstring*Table name/pattern
--schema-sstring**CURRENT_SCHEMA**Schema name
--column-cstring-Spatial column filter
--bounds-bbooleanfalseInclude bounds output
--limit-lnumber200Maximum rows returned
--profile-pstring-Connection profile

For a complete list of parameters and options, use:

bash
hana-cli spatialData --help

Examples ​

Basic Usage ​

bash
hana-cli spatialData --schema MYSCHEMA --table % --bounds

List spatial columns for matching tables in the selected schema.

See the Commands Reference for other commands in this category.

See Also ​