Jared Erickson
Jared Erickson
I am not exactly sure what is going on, but I added two units tests to make sure ArcGrid Rasters work with the setValue and getValue commands. https://github.com/geoscript/geoscript-groovy/commit/2e55d6a0cc39f00594c74aeb125916e4080189e3 The only...
I think I may have discovered the problem. If you try to set values on a raster that exceed the maximum value of the existing raster, the values seem to...
Bands have minimum and maximum values. I think when you try to write a Raster back to an existing Raster with these values are enforced (not by GeoScript but by...
I would like to support a better way to dealing with this. Does this help? https://github.com/geoscript/geoscript-groovy/commit/7cf901b7fc2d02cac5f356ef0ab9dfd63a15448b
It sounds like the jfree chart dependency is missing. https://mvnrepository.com/artifact/jfree/jfreechart/1.0.10 It should be pulled in transitively unless you are excluding the gt-charts geotools module.
I am still on Java 8, so I haven't run into this.
Confirmed. After looking at the code, this is probably an issue with org.geotools.renderer.chart.GeometryRenderer or org.geotools.renderer.chart.GeometryDataset.