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 6718873520 Add the netCDF attribute names of Mercator data (from Copernicus) as an alternative convention when CF attributes were not found. Those alternatives are ignored when CF attributes are found. new 076c21a2c1 Add a `PlanarImage.getValidArea()` method. `ResampledImage` computes this information by reprojecting the valid area of the source. new 4349cc81c8 More accurate checks by `ImageOverlay` of which sources are worth to keep. This is using the `getValidArea()` method added in the previous commit. 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: .../apache/sis/coverage/privy/ImageUtilities.java | 17 ++++ .../main/org/apache/sis/image/ImageOverlay.java | 113 ++++++++++++++++----- .../main/org/apache/sis/image/PlanarImage.java | 22 +++- .../main/org/apache/sis/image/ResampledImage.java | 61 ++++++++++- .../org/apache/sis/image/SourceAlignedImage.java | 10 ++ .../org/apache/sis/image/ImageOverlayTest.java | 2 + .../org/apache/sis/image/ResampledImageTest.java | 21 +++- 7 files changed, 208 insertions(+), 38 deletions(-)