This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git.
from 658a46a Partial workaround of unnamed netCDF dimensions considered equal. This workaround does not completely solve the problem because a fix relative to `ucar.nc2.dataset.CoordinateSystem` is also needed. new ddc02b2 Reverse the order of elements in `GridCoverageResource.getResolutions()`: from finest (smallest numbers) to coarsest (larger numbers). new 3c059ab Javadoc clarifications. new 39c8542 Change Interpolation interface to an abstract class. Needed for addition of package-private method in next commit. new 5c39a43 Fix a problem of incompatible (SampleModel, ColorModel) pair when `Visualization` determined that it can not apply interpolations. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/sis/image/Interpolation.java | 50 ++++++++++++++++++---- .../org/apache/sis/image/LanczosInterpolation.java | 4 +- .../java/org/apache/sis/image/ResampledImage.java | 12 +----- .../java/org/apache/sis/image/Visualization.java | 22 +++------- .../internal/coverage/j2d/BatchComputedImage.java | 10 ++++- .../coverage/MultiResolutionCoverageLoader.java | 8 ++-- .../MultiResolutionCoverageLoaderTest.java | 6 +-- .../sis/storage/geotiff/MultiResolutionImage.java | 3 +- .../sis/internal/storage/GridResourceWrapper.java | 1 + .../apache/sis/storage/GridCoverageResource.java | 2 +- 10 files changed, 69 insertions(+), 49 deletions(-)