Skip to content

Commit

Permalink
update expr band syntax docstring (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenwiens authored Feb 23, 2020
1 parent 4286e55 commit 6b0d4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rio_tiler/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@ def expression(sceneid, tile_x, tile_y, tile_z, expr=None, **kwargs):
tile_z : int
Mercator tile ZOOM level.
expr : str, required
Expression to apply (e.g '(B5+B4)/(B5-B4)')
Band name should start with 'B'.
Expression to apply (e.g '(b5+b4)/(b5-b4)')
Band name should start with 'b'.
Returns
-------
Expand Down

0 comments on commit 6b0d4df

Please sign in to comment.