jaitools icon indicating copy to clipboard operation
jaitools copied to clipboard

Raster image processing for Java developers

Results 22 jaitools issues
Sort by recently updated
recently updated
newest added

This changes DiskMemImage to use GZip-compressed files on disk by default. See #239.

I am using DiskMemImage to create some multi-GB GeoTIFFs in java. However, the hight disk usage is problematic. GZipping the files on disk reduces the disk usage for my use...

Bumps commons-collections from 3.0 to 3.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-collections:commons-collections&package-manager=maven&previous-version=3.0&new-version=3.2.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The current implementation uses a copy constructor to create defensive copies of the Range parameter. The side effect of this approach is that the Range class can not be overridden....

Basically it fails every time it throws a UnsupportedOperationException, making it not a good replacement for ROIShape. I've found out this trying to replace all ROIShape in GeoTools with ROIGeometry...

I'm running a code which creates a log of DiskMemImage objects, and I've found that each new object creates and leaves a daemon thread running, even after it is disposed....

This started out as work on a "Random" operation to generate images with random values via objects that implement a RandomGenerator interface. However, I now realize that the same scheme...

enhancement
Priority-Medium

_Original author: [email protected] (January 14, 2013 13:18:36)_ ClassifiedStats operation has been just committed, we should provide documentation for it _Original issue: http://code.google.com/p/jaitools/issues/detail?id=212_

imported
Priority-Medium
Type-Task

_Original author: [email protected] (October 05, 2012 00:58:57)_ At the moment, the Contour operation simplifies contours by removing co-linear vertices. Martin Davis points out that this is overly conservative and that...

enhancement
imported
Priority-Medium