Skip to content

v2.1.0

Compare
Choose a tag to compare
@echeipesh echeipesh released this 19 Oct 20:43
· 698 commits to master since this release
  • gerotrellis.spark
    • TileRDDReproject now works on RDD of TileFeature[T, D] (#2803).
    • TileRDDReproject now uses Reproject.Options.errorThreshold value (#2803).
  • geotrellis.spark.testkit
    • TestEnvironment now includes SparkSession (#2808).
  • geotrellis.spark.etl
    • Add TemporalIngest main method (#2709).
  • geotrellis.raster
    • RasterRegionReproject defaults to approximate resampling for MultibandBandTile (#2803).
    • Stitcher type class instance is now defined for TileFeature[T, D] ([#2803 (https://github.com//pull/2803)).
    • Fix GeoTiffSegment conversion to UByteCellType and UShortCellType (#2794).
    • Fix GeoTiff[T] interpretation of AutoHigherResolution OverviewStrategy(#2802).
    • GeoTiff[T].getClosestOverview method is now public (#2804).
    • GeoTiffOptions.storageMethod now defaults to Tiled instead of Striped (#2810).
    • GeoTiff TiffTags class can now read inverted extents (#2812).
  • geotrellis.vector
    • Add bbox field to all GeoJSON Features (#2811).