umr-lops / xsar

Synthetic Aperture Radar (SAR) Level-1 GRD python mapper for efficient xarray/dask based processing
https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/
MIT License
25 stars 8 forks source link

Rasterization (ie interpolation on image grid) from geolocation needs homogeneization among params #56

Closed agrouaze closed 2 years ago

agrouaze commented 2 years ago

the geolocationGrid annotations contains several fields: ['longitude', 'latitude', 'height', 'azimuth_time', 'slant_range_time','incidence','elevation'] Currently they all use a method for decoding : geolocation_grid expcet elevation & incidence that use annotation_angle method. These methods don't return the same type of object. It is something that is important at the rasterization step in sentinel_dataset.py. This issue has already been addressed in PR #38 but it will be effectively merge from a future PR dedicated to this rasterization step.

oarcher commented 2 years ago

from work done in #46, related to #42