All Versions
25
Latest Version
Avg Release Cycle
95 days
Latest Release
551 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.5.1 Changes
November 23, 2020๐ 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:
- https://github.com/geotrellis/gdal-warp-bindings#macos
- geotrellis/gdal-warp-bindings#99
- ๐ Fix
-
v3.5.0 Changes
August 18, 2020โ 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
-
v3.4.1 Changes
July 16, 2020 -
v3.4.0 Changes
June 19, 2020โ Added
๐ Changed
- ๐ Fix GeoTrellisRasterSources to properly pass time though all the internal functions #3226
- ๐ Move GDAL overview strategy logger to debug level #3230
- ๐ Fix S3RDDLayerReader partitioning #3231
- GDALRasterSource works inconsistenly with BitCellType and ByteCellType #3232
- rasterizeWithValue accepts only topologically valid polygons #3236
- Rasterizer.rasterize should be consistent with rasterizeWithValue #3238
- GeoTrellisRasterSource should return None on empty reads #3240
- ArrayTile equals method always returns true if first elements are NaN #3242
- ๐ Fixed resource issue with JpegDecompressor that was causing a "too many open files in the system" exception on many parallel reads of JPEG compressed GeoTiffs. #3249
- ๐ Fix MosaicRasterSource, GDALRasterSource and GeoTiffResampleRasterSource behavior #3252
- ๐ฆ HttpRangeReader should live outside of the Spark package #3254
- ๐ HttpRangeReader moved to `geotrellis.util #3256
- Consistently construct GridExtents with
math.round
#3248
-
v3.3.0 Changes
April 07, 2020โ 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
- GeoTrellisPath assumes
-
v3.2.0 Changes
November 19, 2019 -
v3.1.0 Changes
October 25, 2019๐ This release addressees compatibility problem with RasterFrames where traits extending
CellGrid
did not appear to be subclasses of it through reflection. This a major use for GeoTrellis and warrants snap release. Users should use at least version3.1.0
when upgrading from2.x
branch.๐ Changed
-
v3.0.0 Changes
October 18, 2019โ Added
- RasterSources API #3053
- ๐ฆ
geotrellis.layer
package to group functionality related to tiled layers.SpatialKey
,SpaceTimeKey
,TemporalKey
,Bounds
,Boundable
,EmptyBounds
,KeyBounds
,TemporalProjectedExtent
,EmptyBoundsError
,SpatialComponent
,TemporalComponent
,LayoutDefinition
,LayoutScheme
,LayoutLevel
,LocalLayoutScheme
,FloatingLayoutScheme
,ZoomedLayoutScheme
,MapKeyTransform
, etc.
- ๐ฆ
geotrellis.store
package to group interfaces related to saving and reading tiled layers. Implementations save moved to:geotrellis.store.accumulo
geotrellis.store.cassandra
geotrellis.store.hbase
geotrellis.store.hadoop
geotrellis.store.s3
geotrellis.vectortile.MVTFeature
which properly conforms to the MVT 2.0 spec. Specifically,MVTFeature
addsid: Option[Long]
property.RangeReader
SPI produced an instance of the reader fromURI
#2998geotrellis.raster.mapalgebra.focal.ZFactor
to improve slope calculations #3014- ๐ A
sparseStitch
method ongeotrellis.layer.stitch.SpatialTileLayoutCollectionStitchMethods
. Note thatSpatialTileLayoutCollectionStitchMethods
now has the additional constraintgeotrellis.raster.prototype.TilePrototypeMethods
on typeV
. This should be transparent for users of thegeotrellis.raster.Tile
andgeotrellis.raster.MultibandTile
types #3017 - ๐ฆ
geotrellis.util.np
package which containslinspace
andpercentile
methods that match NumPy functionality. An implicit class was also added togeotrellis.raster
which provides thepercentile
method forgeotrellis.raster.Tile
#3067 - Conversion from raster to features of cells #3117
io.circe
JSON encoders and decoders forGeoTiffInfo
and related classes #3128
๐ Changed
- 0๏ธโฃ
geotrellis.raster.summary.polygonal.[Multi]TilePolygonalSummaryHandler
replaced withgeotrellis.raster.summary.polygonal.PolygonalSummary
. Users should expect to implement concrete subclasses ofgeotrellis.raster.summary.GridVisitor
and pass those to the new polygonalSummary methods. There are a number of default implementations provided for simple operations ingeotrellis.raster.summary.visitors
- ๐ Polygonal summaries on raster RDDs of
RDD[(SpatialKey, T <: Grid[Int])] with Metadata[TileLayerMetadata[SpatialKey]]
can now be performed with far less boilerplate using the same visitor pattern as the new raster polygonal summary API. SeeRDDPolygonalSummary.scala
for additional details. geotrellis.raster.Grid.dimensions
is nowDimensions[N]
instead of(N, N)
#3124- ๐ฆ
GeoTiffInfo
moved out ofGeoTiffReader
into containing package #3128 - Replaced use of internal
Mergable
trait with cats'Semigroup
- The
slope
focal method now requires aZFactor
instance. - ๐ Use the AWS S3 SDK v2 instead of v1 #2911.
- ๐ฆ The implicit/package structure of the
geotrellis.raster
package has changed such that it's now possible to import almost all features/extensions withimport geotrellis.raster._
#2891 - ๐
geotrellis.pro4j.WKT
object conversion methods to and from EPSG codes have changed. All now return Options rather than silently unwrap. Methods that convert from EPSG code to WKT string are now prefixed consistently withfromEpsg
and methods that convert from WKT string to EPSG code are now prefixed consistently withtoEpsg
. geotrellis.util.CRS.fromWKT
now returnsOption[CRS]
instead ofCRS
after silently unwrapping an optional internally- The
geotrellis.vectortile.{Layer, VectorTile}
interfaces now usesMVTFeature
instead ofgeotrellis.vector.Feature
. - ๐ Change from
scala-logging
tolog4s
#3116 - โก๏ธ Update dependencies #2904.
- โก๏ธ Update dependencies #3053.
- โฌ๏ธ Bump ScalaPB version up with some API enhancements #2898.
- Artifacts in Viewshed have been addressed, the pixels/meter calculation has also been improved #2917.
- ๐ Fix map{X|Y}ToGrid function behavior that could give a bit incorrect results #2953.
- ๐ Fix COG layer update bug related to
COGLayerMetadata
zoom ranges ordering #2922. - โก๏ธ Use original
ZoomRanges
on COG layer update #2956. ArrayTile
equality will now check the cols, rows, and cellType of the two tiles #2991.- ๐ Fix incorrect Deflate compressor usage in GeoTiff reading #2997.
- ๐จ Refactor IO thread pool usage #3007.
S3RangeReader
will now optionally read the HEADER of an object #3025.FileRangeReaderProvider
can now handle more types ofURI
s #3034.- ๐ Bump
proj4
version to fix multiple performance issues #3039. - ๐ Fix
HttpRangeReader
swallows 404 error #3073 - โ Add a ToSpatial function for the collections API #3082.
- ๐ Fix
TIFFTagsReader
to skip unsupported tags #3088. reprojectExtentAsPolygon
should be more deterministic #3083.AmazonS3URI.getKey
now returns an empty string instead of null if no key was provided #3096.- ๐ Improved handling of null prefix for
S3AttributeStore
. Prefer use ofS3AttributeStore.apply
to take advantage of this improved handling #3096. - ๐ Fix Tiled TIFF BitCellType Segments conversion #3102
- โก๏ธ Updated
computeResolution
inIterativeCostDistance
to match Iterative Viewshed #3106
โ Removed
- Scala wrappers of JTS Geometry in
geotrellis.vector
#2932 - ๐ฆ
geotrellis.etl
package has been removed. The code has been archived at https://github.com/geotrellis/spark-etl #2969. - ๐ The
S3Client
wrapper that was used to support AWS SDK v1 has been removed in favor of directly using AWS SDK S3Client #2911. - ๐
geotrellis.s3-testkit
has been removed; testing now depends on an external min.io server which mocks the S3 API. #2911. - ๐
geotrellis.slick
has been removed. Slick support will now reside ingeotrellis-contrib
#2902.
-
v3.0.0-M3
April 26, 2019 -
v2.3.3 Changes
October 05, 2019- โ Remove direct usage of
com.typesafe.scalalogging.LazyLogging
trait - โฌ๏ธ Upgrade to Proj4J 1.1.0
- โ Remove direct usage of