Executing TDGeoExport - Geospatial Utilities

Teradata Geospatial Utilities User Guide

Product
Geospatial Utilities
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2519
lifecycle
previous
Product Category
Teradata Tools and Utilities

Executing TDGeoExport

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

Figure 6 shows execution of TDGeoExport.

Figure 6: TDGeoExport Example

Note: 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 TTeradata 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/.