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 4d0d9d7e3a Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters. new 2172755ae0 Fix an `EOFException` occuring randomly during some tests. new 0f1c4f6b9a When reading consecutive tiles in a GeoTIFF file, use a single HTTP request for all contiguous tiles instead of creating a new connection unconditionally for each tile. 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: .../org/apache/sis/util/collection/RangeSet.java | 45 +++++++++-- .../apache/sis/util/collection/RangeSetTest.java | 51 ++++++++++--- .../storage/inflater/CompressionChannel.java | 2 +- .../org/apache/sis/storage/geotiff/DataSubset.java | 45 +++++++++-- .../sis/internal/storage/io/ChannelDataInput.java | 16 ++-- .../internal/storage/io/FileCacheByteChannel.java | 87 ++++++++++++++++------ .../internal/storage/io/ComputedInputStream.java | 4 +- .../storage/io/FileCacheByteChannelTest.java | 2 +- 8 files changed, 197 insertions(+), 55 deletions(-)