Skip to content

Commit 88fec1a

Browse files
committed
Updated to GT 3.1.0.
1 parent 58ec89a commit 88fec1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/scala/org/locationtech/rasterframes/ref/ProjectedRasterLike.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package org.locationtech.rasterframes.ref
2323

2424
import geotrellis.proj4.CRS
25-
import geotrellis.raster.{CellGrid, CellType}
25+
import geotrellis.raster.CellType
2626
import geotrellis.vector.Extent
2727

2828
/**

datasource/src/test/scala/org/locationtech/rasterframes/datasource/geotiff/GeoTiffDataSourceSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class GeoTiffDataSourceSpec
196196

197197
val sample = rgbCogSample
198198
val expectedExtent = sample.extent
199-
val (expCols, expRows) = sample.tile.dimensions
199+
val Dimensions(expCols, expRows) = sample.tile.dimensions
200200

201201
val rf = spark.read.raster.withBandIndexes(0, 1, 2).load(rgbCogSamplePath.toASCIIString)
202202

project/RFDependenciesPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object RFDependenciesPlugin extends AutoPlugin {
7373
},
7474
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
7575
rfSparkVersion := "2.4.4",
76-
rfGeoTrellisVersion := "3.0.0-SNAPSHOT",
76+
rfGeoTrellisVersion := "3.1.0",
7777
rfGeoMesaVersion := "2.2.1"
7878
)
7979
}

0 commit comments

Comments
 (0)