You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The SLSTR L1B RBT product geometry files (viewing angles) are in tie point grids. When reading from satpy (which should ideally give interpolated values for an asked grid), the values seem to be getting extrapolated (values more than 360 degrees).
Could you please provide the granule name for the scene where you noticed this? I'd like to download the entire granule rather than just the geometry_tn.nc file...
Describe the bug
The SLSTR L1B RBT product geometry files (viewing angles) are in tie point grids. When reading from satpy (which should ideally give interpolated values for an asked grid), the values seem to be getting extrapolated (values more than 360 degrees).
Expected behavior
values should always in between 0 to 360 degrees for sun-earth geometry
Actual results
out: 428.0610558123558
Screenshots
Environment Info:
from satpy.utils import check_satpy; check_satpy()
]Additional context
if interested, file in https://drive.google.com/file/d/1CQFgiUtfOXw6KzcOL3zUnu4pU4mSCXt-/view?usp=sharing
The text was updated successfully, but these errors were encountered: