All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Receive GPG key while publishing artifacts #243
- Artifacts are published to https://oss.sonatype.org automatically via CircleCI
- The
bintray
resolver in build.sbt is no longer necessary as of this release - Commits to the develop branch are available as SNAPSHOT releases
- The
- Move RasterSources into GeoTrellis core, only RasterSources effects are present in this repository now.
3.17.1 - 2019-08-26
- Expose GDAL Metadata API, expose RasterSources Metadata API
- LayoutTileSource[K] implementation
- Add Named RasterSources
- Implement interpretAs on RasterSources
- In RasterSource, match on TargetCellType instead of ConvertTargetCellType to prevent always falling through
- RasterSource is now java serializable
3.17.0 - 2019-07-23
- RasterSourceF experimental implementation
- VLM:
GeoTiffRasterSource
reads are now thread safe - VLM:
GeoTiffRasterSource
s will now reuse a tiff instead of rereading it when possible.
3.16.0 - 2019-07-08
- VLM: Created the
DataPath
type which theRasterSource
s now take - VLM: Created an SPI interface for
RasterSource
- VLM: Use scala-uri library for URI parsing
- GDAL:
GDALException
and its subclasses
- VLM: Correct incomplete reads when using
MosaicRasterSource
- VLM:
RasterSource
will now short circut reprojection if the given source is already in the target CRS. - RasterSourceF experimental implementation
- GDAL:
GDALDataset
will now throw more helpful error messages - GDALRasterSourceF experimental implementation
- Summary: Subproject removed. The polygonal summary prototype was moved to GeoTrellis core for the 3.0 release. See: https://github.com/locationtech/geotrellis/blob/master/docs/guide/rasters.rst#polygonal-summary
- VLM: RasterSourceRDD.read and RasterSourceRDD.tileLayerRDD partition count
3.15.0 - 2019-06-22
- Fix GDAL resampling with Dimensions resampleGrid
- CHANGELOG based on Keep a Changelog
- VLM: Add support for ByteReaders backed by HDFS
3.14.0 - 2019-05-17
- VLM: RasterSourceRDD can accept optional RasterSummary
- GDAL: GDALWarpOptions.convert is now consistent with reproject and resample operations
- Slick: Do not publish to bintray
- GDAL: Improve GDALWarpOptions.convert behavior
- GDAL: GDALRasterSource reports different extent from GeoTiffRasterSource
- VLM: MosaicRasterSource slow metadata fetches for large mosaics
- VLM: Combine raster extents with round instead of ceil
- VLM: RasterSummary.fromSeq improperly constructs CellSize
- GDAL: GDALReprojectRasterSource - this operation is now available as GDALRasterSource.reproject
- GDAL: GDALResampleRasterSource - this operation is now available as GDALRasterSource.resample
3.13.0 - 2019-05-17
- Slick: Project moved to geotrellis-contrib from geotrellis
- VLM: GeotrellisRasterSource.sparseStitch to infer missing tiles
- Bump to geotrellis 3.0.0-M3
- GDAL: Spelng mstke in GDALWarp exception message
3.11.0 - 2019-04-08
- GDAL: Run tests in CI
- GDAL: GDALDataset: Replaces use of GDALWarp.get_token
- Upgrade geotrellis 2.x -> 3.x
- GDAL: Tests do not pass