Releases: geotrellis/geotrellis-server
Releases · geotrellis/geotrellis-server
Maml masking support
0.1.10 Bump to 1.10 and bump maml to 1.1
GTContrib 0.7.9 + correct semver
0.1.0 Bump to gt-contrib 0.7.9
Use GT-Contrib 0.7.8
Merge pull request #73 from geotrellis/feature/test-nodata-handling Test that ND values are respected by default interpreter
Even simpler histogram logic
0.0.16 Use entire least resolute layer to generate histograms
Use updated GDAL wrapper to avoid segfaults
0.0.14 suffers from unfortunate segfaults while using GDAL backing - this should fix that
Better histograms + more tests
Histograms will now sample from multiple locations to avoid spatial autocorellation
Fewer constraints
Certain function and type class constraints have been removed as they were no longer necessary
GDAL Multiband support
Merge pull request #59 from moradology/feature/version-location Move version number to build.sbt
Use simple sampling strategy for histograms
The prior release's extent sampling logic (for generating histograms) admitted of edge cases that would cause it to blow up. This version uses a far simpler strategy which hopefully avoids all such sharp edges
Fix noop condition
A condition within the histogram sampling heuristics was incorrectly written and almost always going to be (incorrectly) true