AuxilaryTarget: out.raw RawDefinition: 512 512 1 ChanDefinition-1: 8U 0 1 512 Swapped UpLeftX: 440720.000 UpLeftY: 3751320.000 LoRightX: 471440.000 LoRightY: 3720600.000
All PCI data types (8U, 16U, 16S, and 32R) are supported. Currently georeferencing, projections, and other metadata is ignored.
The implementation of GDAL allows for read, write and creation. To open a PCI labelled file, select the raw data file itself. The .aux file (which must have a common base name) will be checked for automatically.
For more details of the PCI aux format see
http://www.remotesensing.org/gdal/frmt_various.html
<VRTDataset rasterXSize="512" rasterYSize="512">
<VRTRasterBand dataType="Byte" band="1">
<SimpleSource>
<SourceFilename>utm.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SrcRect xOff="0" yOff="0" xSize="512" ySize="512"/>
<DstRect xOff="0" yOff="0" xSize="512" ySize="512"/>
</SimpleSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="2">
<SimpleSource>
<SourceFilename>utm.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SrcRect xOff="0" yOff="0" xSize="512" ySize="512"/>
<DstRect xOff="0" yOff="0" xSize="512" ySize="512"/>
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
Depending on how your images are constructed, it is possible that you will need to reverse the order of the bytes. To see whether this is the case, we suggest you load the converted image into the viewer and use the Image Statistics menu button to check that the values it reports look sensible; if not, you probably need to swap the byte order.
If you do need to swap the byte order, include the -b flag.
The dimensions in the image are measured in pixels.
InfoSAR Ltd