Geotrellis v3.3.0 Release Notes

Release Date: 2020-04-07 // about 4 years ago
  • โž• Added

    • GeoTrellisPath assumes file scheme when none provided #3191
    • toStrings overrides to common classes #3217
    • ๐Ÿ‘ GeoTrellisRasterSources legacy and temporal layers support #3179

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix OverviewStrategy instances now define their own overview selection logic and more accurately port GDAL-Warp -ovr options #3196
    • ๐Ÿ›  Fix PolygonRasterizer failure on some inputs #3160
    • ๐Ÿ›  Fix GeoTiff Byte and UByte CellType conversions #3189
    • ๐Ÿ›  Fix incorrect parsing of authority in GeoTrellisPath #3191
    • ๐Ÿ‘ GeoTrellisPath.zoomLevel is now Option[Int] -> Int to better indicate that it is a required parameter #3191
    • ๐Ÿ›  Fix the length of one degree at the equator in metres #3197
    • ๐Ÿ›  Fix Fix DelaunayRasterizer #3202
    • RasterSources resolutions should be consistent across implementations #3210
    • โฌ†๏ธ Bump gdal-warp-bindings version up to 1.0.0 #3211
    • ๐Ÿ›  Fixed GDALRasterSource.resample method behavior to respect the passed resampleMethod #3211
    • ๐Ÿ›  Fix Jackson dependencies #3212
    • ๐Ÿ›  Fix Rasterizer for polygons containing concavities whith PixelIsArea option #3192
    • ๐Ÿ›  Fix spatial join (Spark) when using different partitioning in left and right RDDs #3175
    • ๐Ÿ›  Fix Monad instance for PolygonalSummaryResult #3221

    โœ‚ Removed

    • โœ‚ Removed duplicate JSON codecs for TileLayout #3181
    • โœ‚ Removed private restriction for TiffTag read overload #3181