Parent Topic: RTV

EXAMPLE

Following are the steps used in exporting a coverage to a GIS system:

The user wishes to export a classification coverage, which is on channel 7 of the file irvine.pix, to the ARC/INFO GIS system. The data is `cleaned' by running the coverage through the mode filter filter twice. The original data on channel 7 will be overwritten.

 EASI>FILE="irvine.pix"
 EASI>DBIC = 7
 EASI>DBOC = 8
 EASI>FLSZ = 5,5                | 5x5 filter
 EASI>THINLINE = "OFF"          | do not filter thin lines
 EASI>RUN FMO                   | Mode Filter, first pass

 EASI>DBIC = 8
 EASI>DBOC = 7
 EASI>RUN FMO                   | second pass
The cleaned data on channel 7 will now be vectorized by the RTV program.

 EASI>DBIC = 7
 EASI>DBIW =
 EASI>DBSN = "Topology"
 EASI>DBSD = "Lines and Points for cleaned theme data"
 EASI>POLYINFO = "BOTH"         | generate points and lines
 EASI>BORDER   = "ON"           | generate border lines
 EASI>CONTINT =                 | contour interval of 1
 EASI>RUN RTV
The generated vector data is in "UTM 11 S E000" coordinates. Segment 1 of irvine.pix contains the georeferencing information used to convert the PIXEL coordinates to UTM coordinates.

The program VECWRIT can now be used to output the vector data to the intermediate ARC/INFO Generate format. The PACE programs IVV and VED can also be used to show and edit the vector data.

 EASI>DBVS = LASC               | segment created by VECREG
 EASI>FILV = "topology"
 EASI>VECFORM = "ARC"           | ARC INFO Generate format
 EASI>RUN VECWRIT

Parent Topic: RTV
About PCI Help Gateway