Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geotrellis-dev] 0.10.0-RC2 is released

Hi everyone,

0.10.0-RC2 is now released. The following issues have been addressed:

- Rendering was broken, and is now fixed. The tile rendering API has been tweaked; this should be the last API change before the final 0.10 release. Check out the ColorRamp and ColorMap classes in geotrellis.render, and also the example usages in tests here: https://github.com/geotrellis/geotrellis/blob/master/raster-test/src/test/scala/geotrellis/raster/render/png/RenderPngTests.scala#L150 and here: https://github.com/geotrellis/geotrellis/blob/v0.10.0-RC2/raster-test/src/test/scala/geotrellis/raster/render/png/RenderPngTests.scala#L220.

- There was an issue chaining together focal operations, which has been addressed.

- Tiling certain unsigned date types (like Landsat imagery, which is UInt16 data) was broken, and has been fixed.

I would like to thank users @rshirochenko, @timothymschier, @owcm, @Prasannads, @lokifacio and @jasonbeverage for helping test 0.10.0-RC1 and for flushing out the bugs that are now fixed in 0.10.0-RC2. You questions and reports on Gitter are very helpful to the process and greatly appreciated.

Cheers,
Rob


Back to the top