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 3bb589a Complete the ASCII Grid reader implementation.
new 7d3a1bcb Store ASCII Grid data as single (instead of double) precision
floating point values.
new c351e03 Move `DEFAULT_CRS` from `OptionKey` to `DataOptionKey`.
Conceptually, CRS is more about the data than the carrier format.
new 1b0c4e2 Make a better effort for saying in which object a property
was missing. Minor formatting in comments.
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:
.../apache/sis/internal/metadata/Identifiers.java | 20 +++++++++++++++--
.../sis/internal/metadata/MetadataUtilities.java | 4 ++--
.../apache/sis/internal/metadata/package-info.java | 2 +-
.../iso/extent/DefaultGeographicBoundingBox.java | 12 +++++-----
.../referencing/CC_GeneralOperationParameter.java | 18 +++++++--------
.../jaxb/referencing/CC_OperationMethod.java | 8 +++----
.../sis/referencing/AbstractIdentifiedObject.java | 2 +-
.../sis/referencing/ImmutableIdentifier.java | 2 +-
.../sis/referencing/crs/AbstractDerivedCRS.java | 15 +++++++------
.../operation/AbstractSingleOperation.java | 6 ++---
.../main/java/org/apache/sis/setup/OptionKey.java | 14 +-----------
.../apache/sis/internal/storage/PRJDataStore.java | 26 +++++++++++-----------
.../apache/sis/internal/storage/ascii/Store.java | 8 +++----
.../java/org/apache/sis/storage/DataOptionKey.java | 14 +++++++++++-
14 files changed, 84 insertions(+), 67 deletions(-)