Setting map projection parameter for Ellipsoid Correction in snappy

Hello,

I want to apply Ellipsoid Correction to S-1 products using snappy but I do not know how to set the parameter
‘mapProjection’ to UTM / WGS 84 Automatic.
The following code doesn’t do the job.

parameters.put('mapProjection', 'UTM / WGS 84 (Automatic)')

Any idea on that?
E.

according to this topic, it is: AUTO:42001

also used here: Snappy SARSim-Terrain-Correction -- RuntimeError: java.lang.NullPointerException

1 Like

That works fine, thanx.