This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/coverage-json in repository https://gitbox.apache.org/repos/asf/sis.git
from c2d1330e80 fix(CoverageJson): use CRS URN if it exist add 8fc9815c59 Add support for two-dimensional `SphericalCS` as submitted in ISO 19111 amendment 2. add a618f9af4d Add clarification about the use of conformal radius. This is a change in documentation and symbols only. add 3110d38dba Add an `AbstractEnvelope.isFinite()` convenience method. new c4a8655649 Merge branch 'geoapi-4.0' into feat/coverage-json The 1 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/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(-)