Import a GAV data file named "points.txt" with a schema file named "xyz.gav" to a PCIDSK file named "out.pix", using FIMPORT.
EASI>FILI="GAV:points.txt xyz.gav" EASI>FILO="out.pix" EASI>RUN FIMPORT
The schema file "xyz.gav" contains the following:
GAV NAME: SIMPLE XYZ - Variable CATEGORY: VARIABLE ! ! The following lines contain category specific information for ! variable format files. ! OFFSET(ROWS): 0 SEPARATOR_CHARS:" \t," COMMENT_CHARS:"#" DATA: TYPE(X) POSITION(1) DATA: TYPE(Y) POSITION(2) DATA: TYPE(Z) POSITION(3)
The data file "points.txt" contains the following data:
455 2 286 974 2 551 5 4 66 750 5 351 38 13 83 611 19 291 521 21 317 700 26 324 964 26 523 613 29 295 386 30 390 312 31 199 808 34 446 ...
Fimport creates a PCIDSK file containing the GAV data.
© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.