Skip to content

Commit 4a572ef

Browse files
jisantucpomadchin
authored andcommitted
Remove hillshade
1 parent dc8bceb commit 4a572ef

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

jvm/src/main/scala/eval/tile/LazyMultibandRaster.scala

-11
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ case class LazyMultibandRaster(val bands: Map[String, LazyRaster]) {
7777
LazyMultibandRaster(lztiles)
7878
}
7979

80-
def hillshade(
81-
gridbounds: Option[GridBounds[Int]],
82-
zFactor: Double,
83-
cs: CellSize,
84-
azimuth: Double,
85-
altitude: Double
86-
): LazyMultibandRaster = {
87-
val lztiles = bands.mapValues({ lt => LazyRaster.Hillshade(List(lt), gridbounds, zFactor, cs, azimuth, altitude) })
88-
LazyMultibandRaster(lztiles)
89-
}
90-
9180
def mask(
9281
maskPoly: MultiPolygon
9382
): LazyMultibandRaster = {

0 commit comments

Comments
 (0)