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 8d6e178 Take "_Encoding" attribute in account.
new 5aab518 Accept exponents in unit name (e.g. "metre2").
new 544e733 Change the abbreviations used for spherical coordinates axes
for matching latest revision of ISO 19111: Radius "R" become "r" and spherical
latitude φ′ become Ω.
new d777342 First draft of a netCDF Axis.toISO() method.
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:
.../sis/internal/metadata/AxisDirections.java | 34 ++++-
.../apache/sis/internal/metadata/AxisNames.java | 20 +--
.../java/org/apache/sis/io/wkt/Transliterator.java | 16 ++-
.../org/apache/sis/io/wkt/TransliteratorTest.java | 8 +-
.../sis/referencing/StandardDefinitions.java | 4 +-
.../operation/transform/SphericalToCartesian.java | 2 +-
.../sis/internal/metadata/AxisDirectionsTest.java | 10 +-
.../referencing/crs/DefaultEngineeringCRSTest.java | 14 +-
.../cs/DefaultCoordinateSystemAxisTest.java | 6 +-
.../sis/referencing/cs/DefaultSphericalCSTest.java | 4 +-
.../apache/sis/referencing/cs/HardCodedAxes.java | 27 ++--
.../java/org/apache/sis/measure/UnitFormat.java | 21 ++-
.../org/apache/sis/measure/UnitFormatTest.java | 14 +-
.../java/org/apache/sis/internal/netcdf/Axis.java | 144 ++++++++++++++++++---
.../apache/sis/internal/netcdf/GridGeometry.java | 32 ++++-
.../org/apache/sis/internal/netcdf/Variable.java | 66 +++++++++-
.../sis/internal/netcdf/impl/GridGeometryInfo.java | 14 +-
.../sis/internal/netcdf/impl/VariableInfo.java | 21 +--
.../sis/internal/netcdf/ucar/DecoderWrapper.java | 24 +++-
.../internal/netcdf/ucar/GridGeometryWrapper.java | 46 ++++---
.../sis/internal/netcdf/ucar/VariableWrapper.java | 28 +++-
.../apache/sis/storage/netcdf/MetadataReader.java | 17 +--
22 files changed, 442 insertions(+), 130 deletions(-)