📌 Problem
When converting a TIF (GeoTIFF) to JPEG using Reproject Raster PCT, the process fails with the following error:
LP360 Error
Unexpected error pyramiding raster file
Building Overviews failed
HRESULT: -2147467259
Unexpected error pyramiding raster file
Building Overviews failed
HRESULT: -2147467259
The error occurs near the end of processing and prevents the task from completing successfully.
Note
This error does not indicate a reprojection failure. In most cases, reprojection and format conversion complete successfully before the error occurs.
This error does not indicate a reprojection failure. In most cases, reprojection and format conversion complete successfully before the error occurs.
✅ Probable Resolutions
#1: Disable Pyramid / Overview Creation (Recommended)
JPEG outputs do not reliably support external raster pyramids. When Reproject Raster PCT attempts to build pyramids for a JPEG output, the process may fail.
When outputting to JPEG:
- Disable any options related to:
- Build Pyramids
- Build Overviews
- Create Reduced Resolution Dataset
Tip
JPEG outputs typically do not require external pyramids. Disabling pyramid creation resolves this issue in most cases.
JPEG outputs typically do not require external pyramids. Disabling pyramid creation resolves this issue in most cases.
#2: Use GeoTIFF as an Intermediate Output
If pyramid creation is required earlier in the workflow, use GeoTIFF as an intermediate output format.
- Reproject the raster to GeoTIFF
- Build pyramids on the GeoTIFF if needed
- Convert the GeoTIFF to JPEG as a final step
This workflow avoids JPEG-related pyramid limitations.
#3: Resolve File Access or Locking Issues
Pyramid creation may fail if LP360 cannot write auxiliary files to the output location.
- Write output to a local disk
- Ensure the output directory is empty
- Close any applications that may access the output file
- Temporarily disable antivirus or indexing services on the output directory
- Delete any existing overview or auxiliary files before re-running
Warning
Network locations and cloud-synced folders frequently cause pyramid creation failures due to file locking.
Network locations and cloud-synced folders frequently cause pyramid creation failures due to file locking.
📚 Additional Notes
- The error typically occurs after reprojection and conversion are complete
- The output JPEG may still be valid despite the reported failure
- JPEG outputs generally do not require external pyramids for normal use
📬 Need Help?
If you're still stuck, please Contact Support for assistance.
Comments
0 comments
Please sign in to leave a comment.