Skip to content

Commit

Permalink
gis: remove obsolete exclusion initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Jun 8, 2022
1 parent 02fa479 commit 34a2de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atlite/gis.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ def shape_availability(geometry, excluder):
Affine transform of the mask.
"""
exclusions = []
if not excluder.all_open:
excluder.open_files()
assert geometry.crs == excluder.crs
Expand Down

0 comments on commit 34a2de7

Please sign in to comment.