RAS2PNT

Convert a raster to points


EnvironmentsPYTHON :: EASI :: MODELER
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example :: Related

Back to top

Description


Generates a point location (x-coordinate and y-coordinate) for each input pixel region.
Back to top

Parameters


Name Type Caption Length Value range
FILI* String Input file name 1 - 192  
DBIC* Integer Input raster channel 1 - 1  
FILO* String Output file name 1 - 192  
DBSD String Output segment descriptor 0 - 64 Default: Point Layer
FTYPE String Output file type 0 - 4 Default: PIX
FOPTIONS String Output file options 0 - 64  
MONITOR String Monitor mode 0 - 3 ON, OFF
Default: ON

* Required parameter
Back to top

Parameter descriptions

FILI

Specifies the file that contains the input raster channel to be processed.

DBIC

Specifies the input raster channel to be processed.

Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.

FILO

Specifies the name of the file to which the new point layer will be saved. This file is created if it does not already exist.

DBSD

Specifies a descriptor for the output point segment. Descriptor may be up to 64 characters long.

The default value is "Point Layer".

FTYPE

Optionally specifies the output file format type, represented by a three- or four-letter code. The format type must be a GDB-recognized file type. If FILO specifies an existing file, FTYPE should not be specified since the existing file will be updated and its type won't be changed.

Supported file format codes include: The default value is PIX.

For a complete list of GDB-recognized file types and their codes, see GDB file formats in the Technical Reference section of the CATALYST Professional online Help.

FOPTIONS

Optionally specifies the file creation options to be applied when creating the output file. These are specific to the file format; in each case, the default of no options is allowed. FOPTIONS can be used to specify the compression schemes, file format subtypes, and other information.

Different options are available for different file types (see the FTYPE parameter). The options are described in GDB file formats in the Technical Reference section of the CATALYST Professional online Help.

MONITOR

The program progress can be monitored by printing the percentage of processing completed. A system parameter, MONITOR, controls this activity.

Available options are:

Back to top

Details

RAS2PNT converts a raster to a point (vector) layer by producing an interior point for each contiguous region of equal-valued pixels within the input raster layer.

The generated coordinates are of the same projection as the input raster layer.

If the input raster has attributes those are copied to the corresponding point in the point layer. The resulting point layer will have an attribute for each pixel value. Because contiguous pixel areas will generate a single point, many points can map to the same pixel value. If only one point per pixel value is desired, use CRCENTROID.

Back to top

Example

Convert irvine.pix channel 6 to a new point layer in a new file irv6points.pix.

EASI> FILI     = "irvine.pix"        ! input raster file
EASI> DBIC     = 6                   ! using channel 6 from irvine.pix
EASI> FILO     = "irv6points.pix"    ! output file to be created
EASI> DBSD     =                     ! defaults to "Point Layer"
EASI> FTYPE    =                     ! defaults to PIX
EASI> FOPTIONS =                     ! output format options

EASI> run ras2pnt

© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.