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 3110d38dba Add an `AbstractEnvelope.isFinite()` convenience method.
new 8dd64e03e2 For GeoTIFF image, force (E,N) axis order on projected CRS
in addition of geographic CRS.
new 77cdb0047c When the GeoTIFF image is of floating point type, replace
fill values by NaN at reading time. This is the same policy than with our
netCDF reader.
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/coverage/SampleDimension.java | 7 +++++
.../sis/internal/coverage/SampleDimensions.java | 6 ++--
.../java/org/apache/sis/measure/NumberRange.java | 4 +--
.../sis/internal/geotiff/SchemaModifier.java | 2 +-
.../org/apache/sis/storage/geotiff/CRSBuilder.java | 12 ++++----
.../sis/storage/geotiff/CompressedSubset.java | 4 +--
.../org/apache/sis/storage/geotiff/DataCube.java | 18 ++++++++++++
.../org/apache/sis/storage/geotiff/DataSubset.java | 33 +++++++++++++++++++++-
.../sis/storage/geotiff/ImageFileDirectory.java | 13 +++++++--
9 files changed, 84 insertions(+), 15 deletions(-)