FORCE Level 2 Error: could not create image to image transformer #143
-
|
Hello, when processing Sentinel 2 data to a level 2 product I get the following error: "could not create image to image transformer. warping BOA failed. error in compiling L2 BOA. error in compiling Level 2 products. Error in radiometric module." Thanks for any hints. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi @dryginmo. the most likely explanation is that the chosen projection is not valid. You can either use one of the built-in projections, or validate your custom projection with GDAL: Example: |
Beta Was this translation helpful? Give feedback.
-
|
With FORCE 3.10.04 I get the same error when running force-level2 using a large-area VRT as
Log file: FORCE Level 2 Processing System
-----------------------------------------------------------
Start of processing: 2026-01-06 16:17:53
Image: /data/Aldhani/dc/lux/input/sentinel2/images/S2A_MSIL1C_20210221T104041_N0500_R008_T31UFQ_20230521T152935.SAFE
Image is already unpacked
Start core processing
-----------------------------------------------------------
dc: 100.00%. wc: 0.41%. sc: 0.01%. cc: 0.56%. could not create image to image transformer. Warping base failed! coregistration failed.
-----------------------------------------------------------
Core processing signaled FAIL
End of processing: 2026-01-06 16:19:26
May the FORCE be with you!
Tested S2 image: CRS WKT |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jakimowb, not sure why this would happen. Can you please use the debug version to get some extra information for both runs? Please use the latest dev-debug, I just pushed some more diagnostic prints in there. |
Beta Was this translation helpful? Give feedback.

Hi @dryginmo.
the most likely explanation is that the chosen projection is not valid.
You can either use one of the built-in projections, or validate your custom projection with GDAL:
Example: