Skip to content

Releases: geotrellis/geotrellis-server

Maml masking support

06 Feb 22:11
Compare
Choose a tag to compare
Maml masking support Pre-release
Pre-release
0.1.10

Bump to 1.10 and bump maml to 1.1

GTContrib 0.7.9 + correct semver

14 Jan 15:43
Compare
Choose a tag to compare
Pre-release
0.1.0

Bump to gt-contrib 0.7.9

Use GT-Contrib 0.7.8

14 Jan 15:40
2458e70
Compare
Choose a tag to compare
Use GT-Contrib 0.7.8 Pre-release
Pre-release
Merge pull request #73 from geotrellis/feature/test-nodata-handling

Test that ND values are respected by default interpreter

Even simpler histogram logic

08 Jan 16:28
Compare
Choose a tag to compare
Pre-release
0.0.16

Use entire least resolute layer to generate histograms

Use updated GDAL wrapper to avoid segfaults

20 Dec 17:14
Compare
Choose a tag to compare

0.0.14 suffers from unfortunate segfaults while using GDAL backing - this should fix that

Better histograms + more tests

10 Dec 19:17
89e4655
Compare
Choose a tag to compare
Pre-release

Histograms will now sample from multiple locations to avoid spatial autocorellation

Fewer constraints

06 Dec 18:45
6f16ab4
Compare
Choose a tag to compare
Fewer constraints Pre-release
Pre-release

Certain function and type class constraints have been removed as they were no longer necessary

GDAL Multiband support

30 Nov 20:23
f7e3a96
Compare
Choose a tag to compare
Pre-release
Merge pull request #59 from moradology/feature/version-location

Move version number to build.sbt

Use simple sampling strategy for histograms

31 Oct 15:31
Compare
Choose a tag to compare

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

15 Oct 21:21
4a7458a
Compare
Choose a tag to compare
Fix noop condition Pre-release
Pre-release

A condition within the histogram sampling heuristics was incorrectly written and almost always going to be (incorrectly) true