export vector gis

export vector gis

The export vector gis module will create a file in one of the following vector formats: ESRI Shapefile (.shp); GMT ASCII Vectors (.gmt); and MapInfo TAB (*.tab).

Although C Tech allows non-ASCII analyte names, ESRI does not. Acceptable shapefile field (attribute) names only allow A-Z, a-z, 0-9 and “”. When writing a shapefile, any unacceptable (non-ASCII) character will be changed to “” and a number added if there are duplicates.

If you plan to create a shapefile it will be better to change the analyte names to an ASCII equivalent that is more meaningful, but uses only the acceptable character set.

Info

Make sure to connect export vector gis after explode and scale to ensure that z-scaling is properly compensated.

Ports

DirectionNameTypeDescription
InputInput FieldFieldA field for output to a vector format.
InputZ ScaleNumberThe factor for vertical scaling.

Properties

PropertyTypeDescription
FilenameStringThe output filename and the vector format to write to. Supported formats include SHP, GMT, and TAB.
Z ScaleDoubleUsed to remove vertical exaggeration before writing.
Prepend Nodal DataBooleanAdds the prefix “n_” before each nodal data name when writing, indicating that the nodal data has been averaged across the cell.
Exponentiate Log DataBooleanCauses any nodal or cell data with log units to be exponentiated when written out.
Include Average DataBooleanAdds four cell data components to the output file: the absolute cell number and average coordinate of each cell in X, Y, and Z.
Translate By OriginBooleanCauses the output to be written in the user’s coordinate space. When turned off, the output will be written around the origin.