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
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Input Field | Field | A field for output to a vector format. |
| Input | Z Scale | Number | The factor for vertical scaling. |
Properties
| Property | Type | Description |
|---|---|---|
| Filename | String | The output filename and the vector format to write to. Supported formats include SHP, GMT, and TAB. |
| Z Scale | Double | Used to remove vertical exaggeration before writing. |
| Prepend Nodal Data | Boolean | Adds the prefix “n_” before each nodal data name when writing, indicating that the nodal data has been averaged across the cell. |
| Exponentiate Log Data | Boolean | Causes any nodal or cell data with log units to be exponentiated when written out. |
| Include Average Data | Boolean | Adds 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 Origin | Boolean | Causes the output to be written in the user’s coordinate space. When turned off, the output will be written around the origin. |