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 ac6a4fdb02 Allow to fetch statistics in last resort if min/max are not 
specified in a netCDF file. This is disabled by default, because this operation 
is potentially costly.
     new 553f9f4f87 Avoid an `AssertionError` when sub-classing a `Builder`     
subclass. Allow subclassing of `GeodeticObjectBuilder`.
     new 61e556777c Construct a better CRS from grid mapping attributes: - More 
informative ellipsoid/datum name than "Unnamed". - If the CRS inferred from 
coordinate variables has 0°…360° longitude range,   apply that range to the CRS 
created from grid mapping attributes.
     new dc743d4a4d More robust check for wraparound in `GridEvaluator` when 
the given point has less dimensions than the grid geometry.

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:
 .../org/apache/sis/gui/map/ValuesUnderCursor.java  |   1 +
 .../apache/sis/coverage/grid/GridEvaluator.java    |  37 +++-
 .../referencing/GeodeticObjectBuilder.java         |  18 +-
 .../java/org/apache/sis/referencing/Builder.java   |   6 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |   5 +
 .../sis/util/resources/Vocabulary.properties       |   1 +
 .../sis/util/resources/Vocabulary_fr.properties    |   1 +
 .../org/apache/sis/internal/netcdf/CRSBuilder.java |   1 +
 .../org/apache/sis/internal/netcdf/CRSMerger.java  |  76 +++++++++
 .../apache/sis/internal/netcdf/GridMapping.java    | 188 +++++++++++++--------
 10 files changed, 246 insertions(+), 88 deletions(-)
 create mode 100644 
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/CRSMerger.java

Reply via email to