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 da98b1f  chore(raster): Add tests for grid derivation: slicing on a 
corner, slicing with wrap-around.
     new 923da52  Add Alexis Manin in the list of project contributors.
     new b6198d0  Decode Coordinate Reference System from a netCDF file with 
following attributes: "EPSG_code", "ESRI_pe_string", "GeoTransform", 
"spatial_ref". Note that those attributes are not part of CF-conventions.

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:
 .../main/java/org/apache/sis/io/wkt/Warnings.java  |   2 +-
 core/sis-raster/pom.xml                            |  14 +-
 .../referencing/j2d/AffineTransform2D.java         |   4 +-
 pom.xml                                            |  10 +
 .../org/apache/sis/internal/netcdf/CRSBuilder.java |   8 +-
 .../org/apache/sis/internal/netcdf/Decoder.java    |  29 +-
 .../java/org/apache/sis/internal/netcdf/Grid.java  |  23 +-
 .../apache/sis/internal/netcdf/GridMapping.java    | 362 +++++++++++++++++++++
 .../org/apache/sis/internal/netcdf/Variable.java   |  12 +
 .../org/apache/sis/internal/netcdf/impl/HYCOM.java |   3 +-
 10 files changed, 455 insertions(+), 12 deletions(-)
 create mode 100644 
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/GridMapping.java

Reply via email to