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 f2f389fa68 Make the reference to source resource accessible throught
lineage metadata.
new 7f93d02b52 Provide a little bit more information about queries in the
lineage metadata.
new 305acc3750 Add an API (internal for now) for building an aggregated
view from all the files found in a directory.
new 9948d7887b Keep a reference to the folder data store that produced the
aggregation view. This references can be obtained by
`StoreUtilities.getSources(aggregation)`.
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:
.../sis/internal/storage/MetadataBuilder.java | 24 +++--
.../sis/internal/storage/ResourceLineage.java | 76 +++++++-------
.../org/apache/sis/internal/storage/Resources.java | 15 ++-
.../sis/internal/storage/Resources.properties | 5 +-
.../sis/internal/storage/Resources_fr.properties | 5 +-
.../aggregate/ConcatenatedGridResource.java | 24 +++++
.../storage/aggregate/CoverageAggregator.java | 109 +++++++++++++++++++--
.../sis/internal/storage/aggregate/Group.java | 2 +-
.../internal/storage/aggregate/GroupAggregate.java | 31 ++++--
.../storage/aggregate/GroupByTransform.java | 23 ++---
.../apache/sis/internal/storage/folder/Store.java | 28 +++++-
.../storage/folder/UnstructuredAggregate.java} | 33 +++----
.../org/apache/sis/storage/CoverageSubset.java | 4 +-
.../java/org/apache/sis/storage/FeatureSubset.java | 4 +-
14 files changed, 282 insertions(+), 101 deletions(-)
copy
storage/sis-storage/src/{test/java/org/apache/sis/internal/storage/csv/StoreProviderTest.java
=>
main/java/org/apache/sis/internal/storage/folder/UnstructuredAggregate.java}
(53%)