| Bug ID Number |
BUG-000148986 |
| Submitted | May 4, 2022 |
| Last Modified | May 20, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.9.2 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The output of the Geotagged Photos To Points tool has a geographic and vertical coordinate system of WGS 1984, which when created inside a file geodatabase has a z domain as follows:
Min Z: -100000
Max Z: 900719825474.099
The geotagged photos provided have a z-value of -42949700, which is below the minimum value, so is not an acceptable coordinate to store. By disabling the output z-values using the Environment setting as described in the workaround, these bad Z coordinates are ignored.
Workaround
Open the tool again, select the same inputs as above and feature class as the output file. This time, open environment settings within the tool and disable the z-values from the dropdown. All images with X and Y present are successfully converted to points.
Steps to Reproduce