Skip to content

Commit

Permalink
#30: we don't need both U,V, dir and speed in the exported netcdfs...
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Jul 10, 2019
1 parent 67406fa commit f82229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwind/sar_wind.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ def get_bands_to_export(self, bands):
bands = [
self.get_band_number('U'),
self.get_band_number('V'),
self.get_band_number('winddirection'),
self.get_band_number('windspeed'),
#self.get_band_number('winddirection'),
#self.get_band_number('windspeed'),
]
if self.has_band('model_windspeed'):
bands.append(self.get_band_number('model_windspeed'))
Expand Down

0 comments on commit f82229e

Please sign in to comment.