Skip to content

Commit

Permalink
Move i.sentinel.mask module to a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiFag committed Jul 13, 2018
1 parent 35175c6 commit e2b6978
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions i.sentinel.mask.py → i.sentinel.mask/i.sentinel.mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def main ():
else:
gscript.warning(_('Any rescale factor has been applied'))
for key, b in bands.items():
if gscript.raster_info(b)['datatype'] != "DCELL":
gscript.fatal("Raster maps must be double")
if gscript.raster_info(b)['datatype'] != "DCELL" and gscript.raster_info(b)['datatype'] != "FCELL":
gscript.fatal("Raster maps must be DCELL o FCELL")
else:
f_bands = bands

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed results.zip
Binary file not shown.

0 comments on commit e2b6978

Please sign in to comment.