PROREP

Georeference Segment Report


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

Back to top

Description


Generates a report of the transformation stored in the georeference segment.
Back to top

Parameters


prorep(file, dbgeo)

Name Type Caption Length Value range
FILE * str Input file name 1 -    
DBGEO List[int] Input georeferencing segment 0 - 1 Default: 1

* Required parameter
Back to top

Parameter descriptions

FILE

Specifies the PCIDSK database file that contains the georeferencing segment for which to generate a report.

DBGEO

Specifies the georeferencing segment from which to create the report.

The first segment in the PCIDSK database file is usually the master georeferencing segment.

Back to top

Details

PROREP generates a report of the projection transformation stored in a PCIDSK image file to a report device.

A georeferencing segment

Back to top

Example

Print the projection report of the master georeferencing segment in the training file "irvine.pix".

from pci.prorep import prorep

file	=	"irvine.pix"
dbgeo	=	[1]

prorep( file, dbgeo )

A report similar to the following is printed on the terminal:

irvine.pix                                                          [S   11PIC    512P    512L]

   1:GEOref    Type:150 [Georeferencing        ]   
     Contents: Master Georeferencing Segment for File 
                  
 Georeference Units     : UTM    11 S E000
 Projection             : Universal Transverse Mercator
 Datum - Ellipsoid      : NAD 27 - Clarke 1866
 Grid units             : METRE

 Upper Left  Corner     :       428720.000  E        3734400.000  N 
 Upper Right Corner     :       444080.000  E        3734400.000  N 
 Image Center           :       436400.000  E        3726720.000  N 
 Lower Left  Corner     :       428720.000  E        3719040.000  N 
 Lower Right Corner     :       444080.000  E        3719040.000  N 

 Pixel Size             :           30.000  E             30.000  N 

 Upper Left  Corner     : 117d46'10.50" W  Lon   33d44'56.45" N  Lat
 Upper Right Corner     : 117d36'13.52" W  Lon   33d44'59.77" N  Lat
 Image Center           : 117d41'10.03" W  Lon   33d40'48.85" N  Lat
 Lower Left  Corner     : 117d46'06.06" W  Lon   33d36'37.74" N  Lat
 Lower Right Corner     : 117d36'10.04" W  Lon   33d36'41.05" N  Lat

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