Skip to content

Commit

Permalink
remove experimental rasterarith
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Jun 1, 2024
1 parent 21bfb6d commit 6d8ee87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyspatialml/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
from ._rasterbase import TempRasterLayer, _check_alignment, _fix_names, get_nodata_value
from .rasterlayer import RasterLayer
from .rasterstats import RasterStats
from .rastermath import RasterArith
# from .rastermath import RasterArith
from ._extraction import extract_by_chunk
from .transformers import _apply_transformer
from .locindexer import _LocIndexer


class Raster(_LocIndexer, RasterStats, RasterPlot, RasterArith):
class Raster(_LocIndexer, RasterStats, RasterPlot):
"""Creates a collection of file-based GDAL-supported raster
datasets that share a common coordinate reference system and
geometry.
Expand Down

0 comments on commit 6d8ee87

Please sign in to comment.