PCIDSK (PCI Geomatics Database File)
GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
Introduction
PCIDSK (PCI Geomatics Database File) is a geospatial data file format developed by PCI Geomatics of Canada, mainly used in the fields of remote sensing and geographic information systems (GIS). The format uses a database-like structure that can store vector and raster data in a single file and is known for its high compatibility with the PCI Geomatics product “Geomatica” software.

File Structure
- **Extension: **Generally saved as .pix file.
- Supported data: multi-band images (remote sensing images), DEM (digital elevation model), vector layers, attribute information, etc.
- Data structure: hybrid, can manage raster data and vector data at the same time.
- Spatial reference information: can store coordinate system and geographic reference information internally.
Pros
- Integrated data management: Both raster data and vector data can be stored in a single file, which improves data management efficiency.
- Strong compatibility: It is fully compatible with Geomatica software and can handle a variety of remote sensing processes. Other GIS software (such as QGIS) also supports it through the GDAL library.
- High precision and high scalability: It can accommodate high-precision geospatial data required for scientific analysis, and has excellent multi-band support.
- Embed attribute information: You can link the attribute table to the image data, which is useful for analysis and classification tasks.
Cons
- File size tends to get bigger: Due to storing a lot of data at once, file size tends to increase, which slows down processing.
- Limited support for other software: Reading and editing in software other than Geomatica may be limited, and intermediate tools such as GDAL may be required for use.
- Low awareness: Compared with standard formats such as GeoTIFF and Shapefile, it has a wider range of use and a limited number of implementations.
Application Scenario
It is suitable for feature classification and change detection processing using satellite images such as Landsat, Sentinel, ASTER, etc. It can centrally manage multiple data types (images, vectors, attributes) for efficient project management. It supports high-performance geographic data processing and can also be used in educational environments. It is frequently used in government geographic information projects, mainly in Canada.
Example
- .pix file.

- Export as a .pix file.

File Opening Mode
- Convert Tiff files to PCIDSK (.pix).

- Use PCI Focus to open the PCIDSK file.

LYR
MID
MDB
QLR
References
- https://www.youtube.com/watch?v=jpDSNO80OX0
- https://quickbirdonline.wordpress.com/2011/04/27/exsport-file-pcidsk-pix-ke-tiff/
- https://catalyst.earth/tutorial/optical-satellite-orthorectification-2/
- https://pcigeomatics.github.io/PCI-Geomatics-Python-Cookbook/geomatica_cookbook_files_layers.html