Executing TDGeoExport - Geospatial Utilities

Teradata Geospatial Utilities User Guide

Product
Geospatial Utilities
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2020-02-25
dita:mapPath
gwb1527114222318.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2519
lifecycle
previous
Product Category
Teradata Tools and Utilities
  • 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 Teradata Database or JDBC connectivity issues, stack trace is printed to the console. Refer to JDBC or Teradata Database documentation for trouble shooting. If there are any errors with GDAL libraries, see http://www.gdal.org/.