Skip to content

Commit

Permalink
Clear cache before inserting EWA parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Jan 24, 2017
1 parent 600b497 commit ec3cdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpop/projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def __init__(self, in_area, out_area,
from pyresample.ewa import ll2cr
swath_points_in_grid, cols, rows = ll2cr(self.in_area,
self.out_area)
self._cache = {}
# self._cache['ewa_swath_points_in_grid'] = \
# swath_points_in_grid
self._cache['ewa_cols'] = cols
Expand Down

0 comments on commit ec3cdb1

Please sign in to comment.