SUBPROJ

Subset an OrthoEngine project file


EnvironmentsPYTHON :: EASI :: MODELER
Batch ModeYes
Quick linksDescription :: Parameters :: Parameter descriptions :: Details

Back to top

Description


SUBPROJ creates a subset of an existing OrthoEngine project file based on either a list of selected images, a bounding box, or both.
Back to top

Parameters


Name Type Length Value range
InputText: OrthoEngine project file name * Text port 1 -    
Text File String 0 -    
Output: Output subset project file name * Text port 1 -    
Upper Left Longitude or Easting String 0 - 1  
Upper Left Latitude or Northing String 0 - 1  
Lower Right Longitude or Easting String 0 - 1  
Lower Right Latitude or Northing String 0 - 1  

* Required parameter
Back to top

Parameter descriptions

InputText: OrthoEngine project file name

Specifies the name of OrthoEngine project file to subset.

If this is specified as a PCIDSK file, the project information stored in text segments will be used.

Text File

Specifies a text file that lists the image file names to use for the new OrthoEngine project. SUBPROJ creates the subset project using the selected images. If no text file is specified, all images are selected.

If this parameter is specified, the text file must contain a list of image IDs that are found in the OrthoEngine project file. This list can describe the image ID, the image file name, or the entire path and file name. If no path is specified, the working folder is used.

Valid examples include:

You can use the algorithm OESELIMG to help generate a TFILE.

Output: Output subset project file name

Specifies the name of the subset output OrthoEngine project file (.prj extension).

If this is specified as a PCIDSK file, a text segment will be created to hold the project content.

Upper Left Longitude or Easting

Specifies the X or horizontal coordinate for the upper-left image corner.

Supported values include:

Upper Left Latitude or Northing

Specifies the Y or vertical coordinate for the upper-left image corner.

Supported values include:

Lower Right Longitude or Easting

Specifies the X or horizontal coordinate for the lower-right image corner.

Supported values include:

Lower Right Latitude or Northing

Specifies the Y or vertical coordinate for the upper-right image corner.

Supported values include:
Back to top

Details

SUBPROJ creates a subset of an existing OrthoEngine project file, based on either a list of specified images, a bounding box, or both.

After creating the subset, SUBPROJ checks for unique Tie Points (TPs that occur for a single image). These are deleted because tie points are meaningful only when they occur in two or more images; single observations cause the bundle adjustment to fail.

The ULX, ULY, LRX and LRY parameters specify the ground coordinates bounding the area of interest for the subset project file. All images with bounds within or intersecting this area are included in the subset project file. Coordinates are given in the projection and mapunits of the OE project file. If both TextFile and ULX,ULY, LRX and LRY are specified, only the images within TextFile which are within or intersecting the specified bounds are included in the subset project file.

Note: This function is not available in single-execution or standalone mode.
Note: All images in the specified OrthoEngine project file are processed, regardless of whether they are active or inactive.

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