Skip to content

Commit

Permalink
bugfix in CopernicusGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauerma committed Oct 17, 2018
1 parent 4bdd61b commit 2d6ad80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions equi7grid/copernicusgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ def decode_tilename(self, name):
def identify_tiles_overlapping_xybbox(self, bbox):
return

def find_overlapping_tilenames(self, tilename,
target_sampling=None,
target_tiletype=None):

return



class CopernicusTile(Tile):
Expand Down

0 comments on commit 2d6ad80

Please sign in to comment.