This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/coverage-json in repository https://gitbox.apache.org/repos/asf/sis.git
commit c4a86556497e05f8013b91e98594a19524837cae Merge: c2d1330e80 3110d38dba Author: jsorel <johann.so...@geomatys.com> AuthorDate: Fri May 26 08:45:50 2023 +0200 Merge branch 'geoapi-4.0' into feat/coverage-json .../org/apache/sis/geometry/AbstractEnvelope.java | 21 ++++++++++++- .../apache/sis/io/wkt/GeodeticObjectParser.java | 14 +++++---- .../sis/referencing/cs/CoordinateSystems.java | 4 +-- .../sis/referencing/cs/DefaultSphericalCS.java | 32 ++++++++++++++++++-- .../referencing/factory/GeodeticObjectFactory.java | 35 ++++++++++++++++++++++ .../referencing/factory/sql/EPSGDataAccess.java | 1 + .../operation/projection/AzimuthalEquidistant.java | 2 +- .../operation/projection/Initializer.java | 6 ++-- .../referencing/operation/projection/Mercator.java | 7 +++-- .../operation/projection/NormalizedProjection.java | 11 ++++--- .../operation/projection/ProjectionVariant.java | 6 ++++ .../org/apache/sis/geometry/ArrayEnvelopeTest.java | 15 ++++++++-- .../org/apache/sis/storage/geotiff/CRSBuilder.java | 4 +-- .../org/apache/sis/internal/netcdf/CRSBuilder.java | 10 +++++-- 14 files changed, 140 insertions(+), 28 deletions(-)