Cannot add oblique imagery to OI Catalog

237
0
03-10-2022 01:00 PM
GiuseppeGentili
New Contributor III

Hello,

I'we created an OI Catalog using the Manage Oriented Imagery toolbox  in Pro 2.8.

My next step was to add the oblique imagery, using the Add Images to Oriented Imagery Catalog tool of the above toolbox. I've set the Input Type parameter to pictometry because I have a point feature class of the exposure points of each image. The point coverage has the required fields listed in the python file of this "custom" input type.
Then I have set the "optional" parameters of the tool such as "Input file" and "PathToImage".

Unfortunately the tools fails with the error messages:

Error in type pictometry. string indices must be integers
Failed to execute (AddImagesToOrientedImagery).

This is the log from the above tool:

 

<?xml version="1.0"?>
-<Projects>
-<AddImagesToOrientedImagery>
<StartTime>20220310T171925</StartTime>
<EndTime>20220310T172013</EndTime>
<TotalDuration>48</TotalDuration>
-<VersionCheck>
-<Message>
Checking for updates.. 
-<Error>
<type>warning</type>
<text>Installed version is the latest version.</text>
</Error>
</Message>
<Duration>0</Duration>
</VersionCheck>
<Message>inputOIC:"OIC_name"</Message>
<Message>InputType:pictometry</Message>
<Message>DEM:https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/Terrain/ImageServer</Message>
<Message>RenderingRule:None</Message>
<Message>CustomParameters:InputFile "my_path"\EXPOSURE_POINT_OBL.shp;PathToImage "image_collection_path"\Imagery;PixelSize(Microns) 6.4;AverageTerrainHeight(Meters) 54;HorizontalWKID #;VeritcalWKID #</Message>
<Message>ImageryType:Aerial Oblique Camera</Message>
<Message>CamHeading:None</Message>
<Message>CamPitch:None</Message>
<Message>CamRoll:0</Message>
<Message>HFOV:None</Message>
<Message>VFOV:None</Message>
<Message>AvgHtAG:None</Message>
<Message>NearDist:None</Message>
<Message>FarDist:None</Message>
<Message>MaxDistance:5000</Message>
<Message>ImgRot:0</Message>
<Message>Input type: pictometry</Message>
<Message>Extracting parameters..</Message>
-<Message>
Extracting input parameters.. 
-<Error>
<type>critical</type>
<text>Error in type pictometry. string indices must be integers</text>
</Error>
-<Error>
<type>critical</type>
<text>Error in type pictometry. string indices must be integers</text>
</Error>
</Message>
<Message>Done</Message>
</AddImagesToOrientedImagery>
</Projects>

 

Why ?

Thank a lot in advance for your suggestions

0 Kudos
0 Replies