This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 7913e12a60 Notify GDAL in advance of the region which will be read (all tiles). This commit contains again renaming of some `TiledGridCoverage` methods in an attempt to make them less ambiguous. new d3a1eccde1 Cleaning GSF function binding and reader, reduce memory footprint new fc7815d60f Fix incubator modules wrong groupId 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/buildtools/gradle/Dependency.java | 12 +- .../org.apache.sis.storage/main/module-info.java | 1 + .../src/org.apache.sis.util/main/module-info.java | 1 + .../main/module-info.java | 1 + .../main/module-info.java | 3 + .../main/org/apache/sis/storage/gsf/GSF.java | 1778 ++++++-------------- .../org/apache/sis/storage/gsf/GSFException.java} | 15 +- .../apache/sis/storage/gsf/GSFRecordReader.java | 122 +- .../main/org/apache/sis/storage/gsf/GSFStore.java | 103 ++ .../apache/sis/storage/gsf/GSFStoreProvider.java | 210 +++ 10 files changed, 895 insertions(+), 1351 deletions(-) copy incubator/src/{org.apache.sis.storage.gimi/main/org/apache/sis/storage/gimi/isobmff/iso14496_12/GroupList.java => org.apache.sis.storage.gsf/main/org/apache/sis/storage/gsf/GSFException.java} (73%) create mode 100644 incubator/src/org.apache.sis.storage.gsf/main/org/apache/sis/storage/gsf/GSFStore.java create mode 100644 incubator/src/org.apache.sis.storage.gsf/main/org/apache/sis/storage/gsf/GSFStoreProvider.java