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 e93c5f2  If a GeographicCRS has only one axe, replace it by an 
EngineeringCRS. If we still fail to build the CRS, handle as a warning instead 
of an error. Various documentation editions and method renamings in attempt to 
clarify a little bit the chain of operations when building a grid geometry.
     new 359caff  Values returned by `ArrayVector.get(int)` need to be instance 
of more predictable classes. This is needed by the netCDF reader of features, 
which expects instances of specific types.
     new fc849c9  Try harder to determine if a netCDF variable is an axis.

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:
 .../org/apache/sis/feature/AbstractFeature.java    |  2 +-
 .../main/java/org/apache/sis/math/ArrayVector.java | 24 +++-----
 .../src/main/java/org/apache/sis/math/Vector.java  | 12 +++-
 .../test/java/org/apache/sis/math/VectorTest.java  | 69 +++++++++++++---------
 .../org/apache/sis/internal/netcdf/Convention.java |  4 +-
 .../org/apache/sis/internal/netcdf/Variable.java   |  7 ++-
 .../sis/internal/netcdf/impl/VariableInfo.java     | 10 +++-
 .../sis/internal/netcdf/ucar/VariableWrapper.java  | 13 ++--
 8 files changed, 83 insertions(+), 58 deletions(-)

Reply via email to