Dear all,
I am currently working on MSI Sentinel 2 products. To conduct my study I would need to retrieve satellite and sun zenith angles for each S2 product. Actually, I don’t know where I could find these last, even in the metadata file. If you have any idea it would be helpful !
Thanks all,
Lucas.
Jan
February 25, 2020, 11:42am
3
@lbertoncini
Values for Sun Zenith and Azimuth Angle (including the Mean for both) and Viewing Incidence Angles can be found in the L1C Tile metadata (MTD_TL.xml).
Cheers
Jan
S2 MPC Operations Manager
1 Like
Thank you very much !
Really helpful, I appreciate
harmel
March 2, 2020, 8:26am
5
Note that you can use the S2 resampler module to compute proper viewing geometrie parameters for every single pixel.
see https://forum.step.esa.int/t/generate-view-angles-from-metadata-sentinel-2/5598/10
but it may be quite heavy in memory usage:
Hello,
As a follow-up to this topic Generate view angles from metadata Sentinel-2 - #10 by harmel
I tried both the core (generic) and the s2tbx resampling operators. The s2tbx enables one to get accurate values for the viewing angles of S2-msi pixels.
But, the s2tbx (‘org.esa.s2tbx.s2msi.resampler.S2ResamplingOp’) is very slow when called from snappy, and rapidly saturates memory (memory use keeps increasing when loading a second time the same data, hereafter “2nd call”).
Attached is a small…