From 1a20d2db802301f37a96ce26ecf3c6c60e0d0c49 Mon Sep 17 00:00:00 2001 From: CloudNiner Date: Fri, 13 Nov 2020 13:59:26 -0500 Subject: [PATCH 1/2] Update gdal-warp-bindings v1.1.1 --- CHANGELOG.md | 3 +++ project/Dependencies.scala | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4de3b72b..d48a93e729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -Fix `LayoutTileSource` buffer should only be 1/2 a cellsize to avoid going out of bounds and creating `NODATA` values [#3302](https://github.com/locationtech/geotrellis/pull/3302) - Remove unused allocation from CroppedTile [#3297](https://github.com/locationtech/geotrellis/pull/3297) +### Fixed +- gdal-warp-bindings 1.1.1 bugfix release addresses a crash when initializing the bindings on MacOS. See https://github.com/geotrellis/gdal-warp-bindings#macos + ## [3.5.0] - 2020-08-18 ### Added diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 84f1e522b9..a33e0c51a6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Version { val hadoop = "2.8.5" val spark = "2.4.4" val gdal = "3.1.0" - val gdalWarp = "1.1.0" + val gdalWarp = "1.1.1" val previousVersion = "3.4.0" } From 121b4b893670429d43a26e7753c88a0b99a017a0 Mon Sep 17 00:00:00 2001 From: Andrew Fink Date: Mon, 16 Nov 2020 14:15:18 -0500 Subject: [PATCH 2/2] Fixed -> Changed --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48a93e729..ce2a5ce4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (MultiPolygon, Multipoint,MultiLinestring) [#3167](https://github.com/locationtech/geotrellis/issues/3167) -Fix `LayoutTileSource` buffer should only be 1/2 a cellsize to avoid going out of bounds and creating `NODATA` values [#3302](https://github.com/locationtech/geotrellis/pull/3302) - Remove unused allocation from CroppedTile [#3297](https://github.com/locationtech/geotrellis/pull/3297) - -### Fixed - gdal-warp-bindings 1.1.1 bugfix release addresses a crash when initializing the bindings on MacOS. See https://github.com/geotrellis/gdal-warp-bindings#macos ## [3.5.0] - 2020-08-18