Skip to content

OpenWind incompatible with Nansat #37

@knutfrode

Description

@knutfrode

I have made two local changes in sar_wind.py to be able to process wind:

  • replaced except OptionError: with except: after calls to aux_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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions