Bug ID Number |
BUG-000165818 |
Submitted | March 8, 2024 |
Last Modified | March 11, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.2.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
Workaround
Convert the ImageStation Automatic Triangulation (ISAT) imagery during processing to be in meters as opposed to feet.
Another option, assuming there is exterior orientation data and sensor information, is as follows:
- Run the Build Frame and Camera Table Tool to create the table in the correct schema.
- Using the Frames table as the input to the XY Table to Point tool, generate points based on the Principle X, Y, and Z fields.
- Project the data from 6443/6360 to 6442/5703 and ensure the vertical transformation is applied (not available without the supplemental coordinate system installed from My Esri).
- Recalculate the Principle X, Y, and Z fields to have the values in meters.
- Export the table to CSV.
- Repopulate the SRS field with 6442; 5703.
- Create a new orthomapping workspace using the Generic Frame Camera type.
- Create a stereo model.
- Perform feature compilation as expected.
Steps to Reproduce