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 38626a67da Simplify the way to determine if a "band select" is an 
identity operation.
     new 58df212721 Complete API with a few convenience methods: - 
`CoverageAggregator.add(GridCoverage)` method in addition to existing methods 
working on resources. - `GridCoverageProcessor.selectSampleDimensions(…)` in 
complement to `selectGridDimensions(…)`.
     new 9f8a402015 Relax the restriction that all inputs to 
`BandAggregateGridCoverage` have the same grid geometry. With this commit, they 
are allowed to have different translations but not yet more complex changes.

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:
 .../coverage/grid/BandAggregateGridCoverage.java   |   9 +-
 .../coverage/grid/CoordinateOperationFinder.java   |   5 +-
 .../apache/sis/coverage/grid/DefaultEvaluator.java |   2 +-
 .../sis/coverage/grid/GridCoverageProcessor.java   |  29 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   |  22 +-
 .../org/apache/sis/image/MultiSourceLayout.java    |  17 +-
 .../sis/internal/coverage/CommonDomainFinder.java  | 372 +++++++++++++++++++++
 .../sis/internal/coverage/MultiSourceArgument.java |  39 ++-
 .../org/apache/sis/internal/feature/Resources.java |   5 +
 .../sis/internal/feature/Resources.properties      |   1 +
 .../sis/internal/feature/Resources_fr.properties   |   1 +
 .../grid/BandAggregateGridCoverageTest.java        | 137 ++++++++
 .../apache/sis/test/suite/FeatureTestSuite.java    |   1 +
 .../sis/storage/aggregate/CoverageAggregator.java  |  26 +-
 .../apache/sis/storage/aggregate/GridSlice.java    |  77 ++---
 .../sis/storage/aggregate/GridSliceLocator.java    |   3 +-
 .../sis/storage/aggregate/GroupByTransform.java    |   6 +-
 17 files changed, 657 insertions(+), 95 deletions(-)
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/internal/coverage/CommonDomainFinder.java
 create mode 100644 
core/sis-feature/src/test/java/org/apache/sis/coverage/grid/BandAggregateGridCoverageTest.java

Reply via email to