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 3f35250 Minor tuning: - Remove unnecessary synchronization. - Forward loading strategy to wrapped resources. - Typos. new 3246cf6 Add an optimization: - A AND NOT(A) = false - A OR NOT(A) = true new 93542a4 Apply GDAL "sparse files" convention. It requires relaxing `TiledGridCoverage` tile types from `WritableRaster` to `Raster`. 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: .../java/org/apache/sis/filter/LogicalFilter.java | 15 +++++++- .../java/org/apache/sis/filter/package-info.java | 2 +- .../sis/internal/coverage/j2d/TilePlaceholder.java | 17 ++++++++ .../org/apache/sis/filter/LogicalFilterTest.java | 9 +++-- .../sis/storage/geotiff/CompressedSubset.java | 8 ++-- .../org/apache/sis/storage/geotiff/DataSubset.java | 45 ++++++++++++++++------ .../sis/internal/storage/TiledGridCoverage.java | 28 +++++++------- .../sis/internal/storage/TiledGridResource.java | 8 ++-- 8 files changed, 94 insertions(+), 38 deletions(-)