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 877b832e88 fix(Storage): fix GeoTiff resource finding
new ce6fa1494e Minor consolidation of the GeoTIFF name parsing. The only
functional change is that the full namespace is checked instead of only the
direct parent. This is for consistency with the default implementation of
`findResource(String)` in `DataStore`. This comparison is easier to do on
`String` objects, which also avoid creation of temporary `GenericName`.
new a5c010b654 Use a spherical model for GCOM-C data with Sinusoidal Equal
Area projection.
new 02d0e99b52 Add a "Pseudo sinusoidal" projection similar to Pseudo
Mercator: use spherical formulas but apply the result on WGS84 ellipsoid.
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:
.../java/org/apache/sis/util/iso/AbstractName.java | 15 ++---
.../apache/sis/util/iso/DefaultNameFactory.java | 9 +--
.../org/apache/sis/util/iso/DefaultNameSpace.java | 33 ++++++++++-
.../org/apache/sis/util/iso/DefaultRecordType.java | 4 +-
.../java/org/apache/sis/util/iso/package-info.java | 2 +-
...sOrderReversal3D.java => PseudoSinusoidal.java} | 35 ++++++-----
.../internal/referencing/provider/Sinusoidal.java | 22 ++++---
.../referencing/operation/projection/Mercator.java | 2 +-
.../operation/projection/Sinusoidal.java | 64 +++++++++++++++++++--
.../operation/projection/package-info.java | 2 +-
...g.opengis.referencing.operation.OperationMethod | 1 +
.../referencing/provider/ProvidersTest.java | 3 +-
.../java/org/apache/sis/util/resources/Errors.java | 10 ++--
.../apache/sis/util/resources/Errors.properties | 2 +-
.../apache/sis/util/resources/Errors_fr.properties | 2 +-
.../apache/sis/internal/earth/netcdf/GCOM_C.java | 6 +-
.../sis/internal/earth/netcdf/package-info.java | 2 +-
.../apache/sis/storage/geotiff/GeoTiffStore.java | 67 +++++++++++-----------
.../sis/storage/geotiff/SelfConsistencyTest.java | 29 ++++++----
.../org/apache/sis/internal/netcdf/Convention.java | 4 ++
.../apache/sis/internal/netcdf/GridMapping.java | 5 +-
21 files changed, 210 insertions(+), 109 deletions(-)
copy
core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/{AxisOrderReversal3D.java
=> PseudoSinusoidal.java} (57%)