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 02d0e99b52 Add a "Pseudo sinusoidal" projection similar to Pseudo 
Mercator: use spherical formulas but apply the result on WGS84 ellipsoid.
     new a4f26d4229 Make the netCDF reader more robust to the case where a 
coordinate system axis has zero dimension. Such axes are omitted, but we need 
to adjust the number of dimensions accordingly.
     new 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.

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/internal/netcdf/Grid.java  | 31 +++++++++-------------
 .../org/apache/sis/internal/netcdf/Variable.java   | 10 ++++++-
 .../apache/sis/internal/netcdf/impl/GridInfo.java  | 19 +++++++------
 .../sis/internal/netcdf/impl/package-info.java     |  2 +-
 .../sis/internal/netcdf/ucar/GridWrapper.java      | 29 ++++++++++----------
 .../apache/sis/storage/netcdf/MetadataReader.java  | 21 +++++++--------
 .../org/apache/sis/internal/netcdf/GridTest.java   |  6 ++---
 .../sis/internal/netcdf/impl/GridInfoTest.java     |  4 +--
 .../sis/internal/storage/StoreUtilities.java       | 13 ++++++++-
 .../apache/sis/internal/storage/package-info.java  |  2 +-
 10 files changed, 74 insertions(+), 63 deletions(-)

Reply via email to