Displaying Terrain Corrected Scene not working

Hello,

i tried to display a terrain corrected S1-scene with python and i always got a error message, that an Authority from the projection is missing:

SS_Error_message_PyCode_Terrain_Correction

This is the part of my code:

SS_PyCode_Terrain_Correction

I searched the projection information with gdalinfo in the command line. The result was this:

Hope you have some ideas.

Regards,

Yannik

what exactly is the input product of this step? Maybe you switched to another format (different than BEAM DIMAP) and parts of the metadata were lost?

Or were you trying to directly display the SAFE product?

Python multi-line strings use three single or double quotes, but yours starts with 4 single-quotes.
The extra quote is visible before the G in the RuntimeError: ... "'GCP PROJECTION =.

1 Like