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 e58e471 commit 5d2f356Copy full SHA for 5d2f356
geotrellis-common/src/main/scala/org/openeo/geotrelliscommon/package.scala
@@ -57,6 +57,8 @@ package object geotrelliscommon {
57
override def spatialKeys: Option[Array[SpatialKey]] = {
58
theKeys
59
}
60
+
61
+ override def toString = s"ByTileSpacetimePartitioner ${theKeys.map(_.length).getOrElse(0)}"
62
63
64
object SparseSpaceOnlyPartitioner {
0 commit comments