Skip to content

Commit

Permalink
Rename RasterMerge to RasterMosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Nov 3, 2022
1 parent 0ef013c commit f51c72d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from geodataflow.pipeline.basictypes import AbstractFilter


class RasterMerge(AbstractFilter):
class RasterMosaic(AbstractFilter):
"""
The Filter merges all input Rasters to one unique Output.
"""
Expand All @@ -45,7 +45,7 @@ def alias(self) -> str:
"""
Returns the Human alias-name of this Module.
"""
return 'Merge'
return 'Mosaic'

def description(self) -> str:
"""
Expand Down
Loading

0 comments on commit f51c72d

Please sign in to comment.