Skip to content

Commit 7b65fed

Browse files
committed
Updated through override gdal bindings.
1 parent 4a2499c commit 7b65fed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/src/main/resources/reference.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ geotrellis.raster.gdal {
2222
}
2323
// set this to `false` if CPL_DEBUG is `ON`
2424
useExceptions = true
25+
// See https://github.com/locationtech/geotrellis/issues/3184#issuecomment-592553807
26+
acceptable-datasets = ["SOURCE", "WARPED"]
27+
number-of-attempts = 2147483647
2528
}

project/RFDependenciesPlugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ object RFDependenciesPlugin extends AutoPlugin {
7171
case _ => deps :+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.7"
7272
}
7373
},
74+
dependencyOverrides += "com.azavea.gdal" % "gdal-warp-bindings" % "33.f746890",
7475
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
7576
rfSparkVersion := "2.4.4",
7677
rfGeoTrellisVersion := "3.2.0",

0 commit comments

Comments
 (0)