Skip to content

3.3.0

Compare
Choose a tag to compare
@echeipesh echeipesh released this 07 Apr 20:05
· 279 commits to master since this release

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