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 e76f36ff59 Avoid a NullPointerException when a GeoTIFF file has
incomplete georeferencing information.
new a1b220381e Relax the check for the number of dimensions when the grid
coverage has less dimensions than expected. Normally, the number of dimensions
of the tiles should be equal to the number of dimensions declared in the grid
extent. However, it happens sometime that the `TiledGridResource` is a two
dimensional image associated to a three-dimensional CRS. This is not
recommended, but can happen with GeoTIFF for example. What to do with the extra
dimensions is unclear (the GeoTIF [...]
new 08710309d3 Upgrade GeoAPI snapshot version. Contains the addition of
`getReferenceSystemType()` method. This upgrade fixes
https://issues.apache.org/jira/browse/SIS-470
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/buildtools/book/OGC.lst | 1 +
.../coverage/grid/CoordinateOperationFinder.java | 2 ++
.../apache/sis/coverage/grid/GridDerivation.java | 6 ++---
.../org/apache/sis/coverage/grid/GridGeometry.java | 8 ++++--
...ngType.java => MD_ReferenceSystemTypeCode.java} | 24 ++++++++---------
.../metadata/replace/ReferenceSystemMetadata.java | 29 ++++++++++++++-------
.../xml/bind/metadata/replace/package-info.java | 2 ++
.../apache/sis/metadata/PropertyAccessorTest.java | 21 ++++++++-------
.../apache/sis/storage/base/TiledGridCoverage.java | 6 ++---
.../apache/sis/storage/base/TiledGridResource.java | 30 +++++++++++++++-------
geoapi/snapshot | 2 +-
11 files changed, 82 insertions(+), 49 deletions(-)
copy
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/bind/metadata/code/{SV_CouplingType.java
=> MD_ReferenceSystemTypeCode.java} (76%)