-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I have made two local changes in sar_wind.py to be able to process wind:
- replaced
except OptionError:withexcept:after calls toaux_wind._get_band_number() - changed
look_dir = self[self._get_band_number({'standard_name': 'sensor_azimuth_angle'})]to
look_dir = self[self._get_band_number({'name':'look_direction'})]as standard_name sensor_azimuth_angle seems no more to be present for S1 files.
Wind is now produced, but results look very wrong, and sometimes gives coredumps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels