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 8ce879c commit f590a70Copy full SHA for f590a70
geotrellis-integrationtests/src/test/scala/org/openeo/geotrellis/integrationtests/CollectionTests.scala
@@ -1,5 +1,6 @@
1
package org.openeo.geotrellis.integrationtests
2
3
+import com.azavea.gdal.GDALWarp
4
import com.fasterxml.jackson.databind.{JsonNode, ObjectMapper}
5
import geotrellis.layer.SpaceTimeKey
6
import geotrellis.proj4.{CRS, LatLng}
@@ -59,6 +60,7 @@ object CollectionTests {
59
60
61
@AfterAll
62
def tearDownSpark_AfterAll(): Unit = {
63
+ GDALWarp.init(0)
64
gotAfterAll = true
65
maybeStopSpark()
66
}
0 commit comments