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 9fe6378 Coverage : fix discret short overflow in ColorModelFactory
new 977ff0d Restore the resizing of array based on the actual number of
elements.
new c8abdcf Move Variable.getNodataValues() implementation into
Convention for allowing overriding. This move forces us to retain a reference
to Decoder into Variable in order to get the conventions.
new a029082 Variable.hasRealValues() should take in account the transfer
function that may be overridden in Convention. Add a Variable.getRole()
convenience method.
The 3 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:
.../sis/internal/raster/ColorModelFactory.java | 32 +++++---
.../operation/transform/TransferFunction.java | 15 ++++
.../operation/transform/TransferFunctionTest.java | 5 ++
.../java/org/apache/sis/measure/NumberRange.java | 4 +-
.../java/org/apache/sis/internal/netcdf/Axis.java | 4 +-
.../org/apache/sis/internal/netcdf/Convention.java | 46 +++++++++++
.../org/apache/sis/internal/netcdf/Dimension.java | 2 +-
.../java/org/apache/sis/internal/netcdf/Grid.java | 4 +-
.../org/apache/sis/internal/netcdf/Variable.java | 89 ++++++++++++----------
.../sis/internal/netcdf/impl/ChannelDecoder.java | 6 +-
.../apache/sis/internal/netcdf/impl/GridInfo.java | 4 +-
.../sis/internal/netcdf/impl/VariableInfo.java | 39 +++++-----
.../sis/internal/netcdf/ucar/DecoderWrapper.java | 4 +-
.../sis/internal/netcdf/ucar/GridWrapper.java | 2 +-
.../sis/internal/netcdf/ucar/VariableWrapper.java | 15 ++--
.../apache/sis/storage/netcdf/GridResource.java | 41 +++++-----
.../apache/sis/storage/netcdf/MetadataReader.java | 2 +-
.../apache/sis/internal/netcdf/VariableTest.java | 5 +-
18 files changed, 204 insertions(+), 115 deletions(-)