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 b43d5d4d36 Reimplement `getComponentFiles()` by fetching this 
information from GDAL instead of guessing.
     new ddc4420c59 Allow to read more tiles in one GDAL read operation.
     new 6ae933802f Handle subsampling as long integers instead of 32 bits 
integers. This is needed because small overviews of large images require a 
subsampling which is about as large as the image size.

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/coverage/grid/GridDerivation.java   | 177 +++++++++++++--------
 .../org/apache/sis/coverage/grid/GridExtent.java   |  61 +++++--
 .../org/apache/sis/coverage/grid/GridGeometry.java |  27 +++-
 .../apache/sis/coverage/privy/RangeArgument.java   |  10 +-
 .../sis/coverage/grid/GridDerivationTest.java      |  16 +-
 .../apache/sis/coverage/grid/GridExtentTest.java   |   4 +-
 .../apache/sis/coverage/grid/GridGeometryTest.java |   2 +-
 .../sis/coverage/privy/RangeArgumentTest.java      |   2 +-
 .../sis/storage/geotiff/CompressedSubset.java      |  30 ++--
 .../org/apache/sis/storage/geotiff/DataSubset.java |  10 +-
 .../sis/storage/netcdf/base/RasterResource.java    |   2 +-
 .../apache/sis/storage/netcdf/base/Variable.java   |   4 +-
 .../sis/storage/netcdf/classic/VariableInfo.java   |  10 +-
 .../sis/storage/netcdf/ucar/VariableWrapper.java   |  13 +-
 .../apache/sis/io/stream/HyperRectangleWriter.java |   2 +-
 .../main/org/apache/sis/io/stream/Region.java      |   4 +-
 .../apache/sis/storage/base/TiledGridCoverage.java |  83 +++++-----
 .../apache/sis/storage/base/TiledGridResource.java |  99 ++++++++----
 .../apache/sis/storage/esri/RawRasterReader.java   |   4 +-
 .../sis/storage/image/WorldFileResource.java       |  18 ++-
 .../sis/io/stream/HyperRectangleReaderTest.java    |  10 +-
 .../sis/io/stream/HyperRectangleWriterTest.java    |   2 +-
 .../io/stream/SubsampledRectangleWriterTest.java   |   2 +-
 .../sis/storage/test/CoverageReadConsistency.java  |  12 +-
 .../org/apache/sis/storage/gdal/TiledResource.java |  15 ++
 25 files changed, 393 insertions(+), 226 deletions(-)

Reply via email to