Executing TDGeoExport - Geospatial Utilities

Teradata® Geospatial Utilities User Guide

Product
Geospatial Utilities
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
ngj1608578450889.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2519
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Execute TDGeoExport:
    java -Xms256m -Xmx1024m -classpath 
    .;tdgssconfig.jar;terajdbc4.jar;tdgeospatial.jar; 
    com.teradata.geo.TDGeoExport  -l  hyvm20/geouser,geouser  -t  customers
    -f   "ESRI Shapefile" point  -o
    D:\anuguraju\anuguraju\GeoSpatial\TestEnv\geodata -n customers

    The following figure shows execution of TDGeoExport.

    TDGeoExport Example

    If the column name is more than 10 chars, tool will truncate and create 10 characters name.

    If -CSET UTF8 is specified, data is exported as UTF8 characters for char/varchar data types. If there are any database or JDBC connectivity issues, stack trace is printed to the console. Refer to JDBC or Vantage documentation for troubleshooting. If there are any errors with GDAL libraries, see http://www.gdal.org/.