geotrellis icon indicating copy to clipboard operation
geotrellis copied to clipboard

Remove the SinglebandRaster and MultibandRaster Types

Open jbouffard opened this issue 5 years ago • 0 comments

During my refactor, I noticed two types which I had not seen before: SinglebandRaster and MultibandRaster. Looking into it further, I found that those two types represent Raster[Tile] and Raster[MultibandTile], respectively. However, these types are used a lot less than their de-sugared counterparts. Therefore, we might want to consider removing these types outright to simplify the API.

jbouffard avatar Mar 28 '19 17:03 jbouffard