We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316081c commit 414b53bCopy full SHA for 414b53b
core/src/main/scala/org/locationtech/rasterframes/expressions/transformers/InterpretAs.scala
@@ -36,12 +36,6 @@ import org.locationtech.rasterframes.encoders.CatalystSerializer._
36
import org.locationtech.rasterframes.expressions.DynamicExtractors.tileExtractor
37
import org.locationtech.rasterframes.expressions.row
38
39
-/**
40
- * Change the CellType of a Tile
41
- *
42
- * @since 9/11/18
43
- */
44
-
45
@ExpressionDescription(
46
usage = "_FUNC_(tile, value) - Change the interpretation of the Tile's cell values according to specified CellType",
47
arguments = """
0 commit comments