Intergraph Raster Reader/Writer
The Intergraph Raster Reader/Writer allows FME to access data in the INGR format.
FME Format Type Identifier |
INGR |
Reader/Writer |
Both |
Typical File Extensions |
.cot, .ctc, .rgb, .ctb, .grd, .crl, .tpe, .lsr, .rle, .cit, .g3, .g4, .tg4, .cmp |
INGR is a file format used by Intergraph to store raster data. It supports several different data formats for reading and writing, each of which is specialized for the performance of the Intergraph software.
Intergraph Raster Product and System Requirements
Format |
FME Platform |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Form |
FME Flow |
FME Flow Hosted |
Windows 64-bit |
Linux |
Mac |
Reader |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Writer |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Reader Overview
FME considers a single INGR file to be a dataset. Each dataset contains a single FME raster feature.
Writer Overview
FME considers a dataset to be a folder name.
The name of the INGR output file written to the output dataset folder is determined by the interpretation type of the raster.
- If the raster contains color bands, it will be written to an .rgb file.
- If the raster contains a band with a palette, it will be written to a .cot file.
- If the raster is numeric, it will be written to a .grd file.
FME Raster Features
FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data.
For comprehensive information about how FME processes raster data, see Rasters.
INGR supports rasters with an arbitrary number of bands.