📌 Problem
User is encountering a failure to transform a SHP file from the source SRS, typically Geographic, to Project SRS (Spatial Reference System), aka Coordinate Reference System (CRS), in LP360.
The error repeats for each feature in the file:
ERROR 1: No operation matching criteria found for coordinate ERROR 1: Failed to reproject feature (geometry probably out of source or destination SRS)
🔍 Root Cause
This indicates that the transformation process cannot find a valid operation to convert coordinates between the source and destination SRS. This typically happens when:
- The source or destination SRS is not properly defined.
- The geometry in the SHP file is outside the valid bounds of the destination SRS.
- There is a mismatch between the coordinate systems (e.g., trying to convert from geographic to projected without proper parameters).
âś… Probable Resolutions
- Verify SRS Definition on the project:
- Open the Project Settings -> Review the selected Project Spatial Reference System vs the known location of the data collection. Ensure it is correctly defined and compatible.
- Check Geometry Extents:
- Review the location of the data collection vs the selected SRS.
- If the coordinates are far outside the expected bounds (e.g., wrong hemisphere), the reprojection will fail.
📬 Need Help?
If you're still stuck, please Contact Support for assistance.
Comments
0 comments
Please sign in to leave a comment.