File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments