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 482e27bf24 Consolidation of the handling of `PlanarImage.SAMPLE_DIMENSIONS_KEY`: - Document that some elements may be null, and adjust codes accordingly. - Ensure that `ImageProcessor.statistics(…)` never return null values. - Change some internal from `SampleDimensions[]` to `List<SampleDimension>`. It reduces the number of conversions between those two types. new 49f489db9e Fix an `IndexOutOfBoundsException` when fetching netCDF metadata. Adjust the title of GeoTIFF file declared in metadata. new cb303c4705 Document the relationship between `ImageCombiner` and `ImageProcessor.overlay(…)`. The 2 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: .../main/org/apache/sis/image/ImageCombiner.java | 31 ++++++++++------ .../main/org/apache/sis/image/ImageProcessor.java | 2 + .../apache/sis/storage/geotiff/GeoTiffStore.java | 9 ++++- .../sis/storage/geotiff/ImageFileDirectory.java | 27 ++++---------- .../apache/sis/storage/netcdf/MetadataReader.java | 1 + .../apache/sis/storage/base/MetadataBuilder.java | 43 +++++++++++++++------- 6 files changed, 67 insertions(+), 46 deletions(-)