Skip to content

Commit

Permalink
let indexes be first kwarg to be consistent with other read() methods (
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 26, 2019
1 parent 10d50b5 commit 294bb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapchete/formats/default/tile_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,14 @@ def __init__(

def read(
self,
indexes=None,
resampling="nearest",
tile_directory_zoom=None,
matching_method="gdal",
matching_max_zoom=None,
matching_precision=8,
fallback_to_higher_zoom=False,
resampling="nearest",
validity_check=False,
indexes=None,
dst_nodata=None,
gdal_opts=None,
**kwargs
Expand Down

0 comments on commit 294bb98

Please sign in to comment.