-
Notifications
You must be signed in to change notification settings - Fork 10
Description
We are currently using pystac-client to retrieve Sentinel-2 metadata (L2A) from Planetary computer, which used this repo to provide Sentinel STAC items.
While we found the mean solar azimuth angle (s2:mean_solar_azimuth
) and mean solar zenith angle (s2:mean_solar_zenith
) in the scene properties
, the data about mean sensor azimuth and mean sensor zenith angle seems to be missing.
In our project, however, we'd require scene-wide angular information to run radiative transfer model simulations. In addition, we think that providing the entire angular data might be very helpful also for other users.
So, the proposal is to add the sensor azimuth and sensor zenith angle data as further entries to the scene properties. We are aware that the STAC specifications are undergoing, therefore, we'd are looking forward to your feedback and those from other Sentinel-2 users.
Thanks in advance.