This is an automated email from the ASF dual-hosted git repository. amanin pushed a change to branch feat/resource-processor in repository https://gitbox.apache.org/repos/asf/sis.git
from cbf9f26ab9 Resource : add ResourceProcessor with converted samples operation new 4f9dc8ee12 chore(Storage): fix a javadoc reference new aff9e65127 chore(Storage): add a GridCoverageProcessor attribute in resource processor new 5a6d0d24d0 feat(Storage): add GridCoverageResource resampling capability The 3 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: .../storage/DerivedGridCoverageResource.java | 72 +++++++++++++ .../sis/storage/ResampledGridCoverageResource.java | 88 +++++++++++++++ .../org/apache/sis/storage/ResourceProcessor.java | 119 ++++++++++++++++++++- .../apache/sis/storage/ResourceProcessorTest.java | 98 +++++++++++++++++ .../apache/sis/test/suite/StorageTestSuite.java | 3 +- 5 files changed, 377 insertions(+), 3 deletions(-) create mode 100644 storage/sis-storage/src/main/java/org/apache/sis/internal/storage/DerivedGridCoverageResource.java create mode 100644 storage/sis-storage/src/main/java/org/apache/sis/storage/ResampledGridCoverageResource.java create mode 100644 storage/sis-storage/src/test/java/org/apache/sis/storage/ResourceProcessorTest.java