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 e7f297691f Preserve the sign of scale factor in automatic "grid to 
CRS" transform.
     new 68b8c2981f When unwrapping an exception, unwrap also the suppressed 
exceptions.
     new 0c35e9fa7e Preserve the type of missing values in netCDF files. Before 
this commit, missing values in GCOM files were always represented as floating 
points. After this commit, missing values declared as integers stay integers. 
It makes a difference when computing which value is next.
     new b6b4fde4a3 Add `ColorModelFactory.toString()` implementation for 
debugging purposes.
     new 5c4559bba6 Add a workaround for missing "no data" value in some GCOM 
files. Because the workaround may introduce two categories with same name, add 
a "#2", "#3", etc. suffix after duplicated names.

The 4 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:
 .../internal/coverage/j2d/ColorModelFactory.java   | 53 ++++++++++++++---
 .../sis/internal/coverage/j2d/ColorsForRange.java  | 31 +++++++++-
 .../main/java/org/apache/sis/util/Exceptions.java  | 24 +++++---
 .../sis/util/collection/BackingStoreException.java |  3 +-
 .../apache/sis/internal/earth/netcdf/GCOM_C.java   | 68 +++++++++++++++++-----
 .../apache/sis/internal/earth/netcdf/GCOM_W.java   |  4 +-
 .../org/apache/sis/internal/netcdf/Convention.java |  6 +-
 .../java/org/apache/sis/internal/netcdf/Node.java  | 29 ++++++---
 .../apache/sis/internal/netcdf/RasterResource.java | 23 ++++----
 .../org/apache/sis/internal/netcdf/Variable.java   |  6 +-
 .../apache/sis/storage/netcdf/MetadataReader.java  |  4 +-
 .../apache/sis/internal/netcdf/VariableTest.java   |  4 +-
 12 files changed, 188 insertions(+), 67 deletions(-)

Reply via email to