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
For now, Sentinel-3 products are geocoded thanks to GDAL, using GCPs selected among the lat/lon files.
This is not optimal.
It is better to use the library pyresample to geocode the rasters, to ensure that the process is validated by someone else.
It may also time-optimize the geocoding.
The text was updated successfully, but these errors were encountered:
For now, Sentinel-3 products are geocoded thanks to GDAL, using GCPs selected among the lat/lon files.
This is not optimal.
It is better to use the library
pyresample
to geocode the rasters, to ensure that the process is validated by someone else.It may also time-optimize the geocoding.
The text was updated successfully, but these errors were encountered: