Releases: locationtech/geotrellis
Releases · locationtech/geotrellis
3.7.1
3.7.0
3.7.0 - 2023-02-26
Added
- Add RasterSourceRDD.tiledLayerRDD within the geometry intersection #3474
- Expose AWS_REQUEST_PAYER environment variable #3479
Changed
- Migration to CE3 and other major dependencies upgrade #3389
- Revert graceful JTS fall back and lazy Circe encoders #3463
- Update Cassandra up to 4.x #3382
- Accumulo update up to 1.10.x #3476
- Fixed Extent.translate #3480
- liftCompletableFuture function fix #3483
- Pass baseTiff to new RasterSource on GeoTiffResampleRasterSource.reproject/convert #3485
Mask
andInverseMask
operations preserve tile cell type #3494
3.6.3
3.6.2
3.6.1
3.6.0
WARNING: The RGBA API has slightly changed (due to #3294). It is not based on implicit conversions anymore.
Added
- Add method SpatialIndex#pointsInExtentAsIterable #3349
- Spark 3 & Hadoop 3 Support #3218
- Scala 2.13 cross compilation #2893
Changed
- Deprecate method SpatialIndex#traversePointsInExtent #3349
- GDALRasterSource gives segmentation fault when reading rasters with NBITS=1 #3300
- Make JTSConfig load lazy #3369
- GDALWarpOptions incorrect rpc flag #3370
- S3LayerDeleter cannot handle over 1000 objects to delete #3371
- Drop Scala 2.11 cross compilation #3259
- Fix MosaicRasterSource.tileToLayout behavior #3338
- Replace geowave subproject with GeoTrellis/GeoWave data adapter #3364
3.5.2
Added
Changed
3.5.1
Changed
- Fix
Encoder[GeometryCollection]
including subclasses of GeometryCollection twice in the json
(MultiPolygon, Multipoint,MultiLinestring) #3167 - Fix
LayoutTileSource
buffer should only be 1/2 a cellsize to avoid going out of bounds and creatingNODATA
values #3302 - Remove unused allocation from CroppedTile #3297
- Fix GeometryCollection::getAll extension method #3295
- Update gdal-warp-bindings v1.1.1 #3303
- gdal-warp-bindings 1.1.1 is a bugfix release that addresses a crash when initializing the bindings on MacOS. See:
3.5.0
Added
- Add alternative RasterizeRDD methods for keyed geometries or features #3271
Changed
- Fix NoData handling in the ColorMethods.color function for the RGB and RGBA Multiband Rasters #3278
- Fix renderJpg() color is bluer than expected #3203
- Fix combineDouble of ArrayTile and ConstantTile with non-commutative operator #3257
- Update GDAL up to 3.1 #3279
- Fix GeoTiff writer does not currently support WebMercator projection with no EPSG code set #3281
- Fix Tile combine should union cellTypes #3284
- Fix CRS.fromWKT function throws #3209
- Dependencies updates #3280