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 c910ee0 Fix erroneous tile indices when subsampling is larger than
tile size.
new 15c26d8 Fix an inconsistency in tile index calculation when the first
rendered image has an offset and a subsampling is applied.
new 6dbc0b9 GeoTIFF reader should declare "GDAL_NODATA" tag as the "fill
value" of `SampleDimension`.
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/storage/landsat/Band.java | 4 +--
.../sis/internal/geotiff/SchemaModifier.java | 30 ++++++++++++++---
.../apache/sis/internal/geotiff/package-info.java | 2 +-
.../sis/storage/geotiff/ImageFileDirectory.java | 5 +--
.../apache/sis/storage/geotiff/package-info.java | 2 +-
.../sis/internal/storage/TiledGridCoverage.java | 39 +++++++++++++---------
6 files changed, 57 insertions(+), 25 deletions(-)