Skip to content

Commit

Permalink
Bugfix sun-sat angles: Sort geofiles before.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c20671.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Sep 23, 2016
1 parent a619a60 commit 1f46904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpop/satin/viirs_sdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ def get_sunsat_angles(self, **kwargs):
logger.error("Band type %s not supported", bandtype)
return None

geofilenames = sorted(geofilenames)

data = {}
mask = {}
h5names = ['SolarZenithAngle', 'SolarAzimuthAngle',
Expand Down

0 comments on commit 1f46904

Please sign in to comment.