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 d4884c9 Apache SIS distribution file should not use PACK200 anymore.
That format has been deprecated for removal in Java 11. This commit is part of
https://issues.apache.org/jira/browse/SIS-430.
new 34169b0 Accept, under some condition, spaces as a multiplication
symbols (e.g. "kg m**-2"). This is a departure from UCUM specification which
does not allow spaces as multiplication symbols. We do this departure only when
we think that it is non-ambiguous.
new c1779ef Partial fix for support of netCDF variables having an
unlimited dimension. https://issues.apache.org/jira/browse/SIS-439
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/image/PixelIterator.java | 8 +-
.../org/apache/sis/internal/util/Numerics.java | 34 ++++++
.../java/org/apache/sis/measure/UnitFormat.java | 87 ++++++++++---
.../org/apache/sis/internal/util/NumericsTest.java | 15 +++
.../org/apache/sis/measure/UnitFormatTest.java | 17 +++
.../java/org/apache/sis/internal/netcdf/Axis.java | 2 +
.../org/apache/sis/internal/netcdf/DataType.java | 19 ++-
.../org/apache/sis/internal/netcdf/Variable.java | 13 +-
.../sis/internal/netcdf/impl/ChannelDecoder.java | 25 ++--
.../apache/sis/internal/netcdf/impl/Dimension.java | 26 ++--
.../sis/internal/netcdf/impl/VariableInfo.java | 135 +++++++++++++++++----
.../sis/internal/netcdf/impl/package-info.java | 1 +
.../sis/internal/netcdf/ucar/VariableWrapper.java | 8 ++
.../org/apache/sis/storage/netcdf/NetcdfStore.java | 2 +-
.../sis/storage/netcdf/NetcdfStoreProvider.java | 2 +-
.../org/apache/sis/internal/netcdf/TestCase.java | 6 +-
.../sis/internal/storage/io/ChannelDataInput.java | 16 ++-
.../internal/storage/io/HyperRectangleReader.java | 11 +-
.../org/apache/sis/internal/storage/io/Region.java | 65 ++++++----
19 files changed, 389 insertions(+), 103 deletions(-)