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
discard d918d5e6fb Rename the enumeration types in `EPSG_Prepare.sql` to the
final names that they will have in the database. The previous version was using
temporary names which were changed on-the-fly during the installation. Finer
conversion to `VARCHAR` for databases that do not support enumerations.
discard 073df1665d Use a consistent naming convention for the tables that are
new in EPSG 10+.
discard c9cf4f9e43 Adjust the check for geoid-based realization method.
discard 7c9b89f905 `MemoryGridResource.read(…)` should support more than 2
dimensions.
discard 122eed78ed Add a clip operation in `GridCoverageProcessor` working on
grid coordinates.
new 85172cf8d6 Add a clip operation in `GridCoverageProcessor` working on
grid coordinates.
new 87cac26081 `MemoryGridResource.read(…)` should support more than 2
dimensions. Adjust the check for geoid-based realization method.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d918d5e6fb)
\
N -- N -- N refs/heads/geoapi-4.0 (87cac26081)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
.../coverage/grid/BandAggregateGridCoverage.java | 2 +-
.../sis/coverage/grid/ClippedGridCoverage.java | 71 ++++++++++++-
.../apache/sis/coverage/grid/DefaultEvaluator.java | 3 +-
.../sis/coverage/grid/DerivedGridCoverage.java | 2 +-
.../org/apache/sis/coverage/grid/GridCoverage.java | 4 +-
.../referencing/factory/sql/AuthorityCodes.java | 2 +-
.../referencing/factory/sql/EPSGCodeFinder.java | 2 +-
.../referencing/factory/sql/EPSGDataAccess.java | 24 ++---
.../sis/referencing/factory/sql/EPSGInstaller.java | 32 +++---
.../sis/referencing/factory/sql/EPSG_Prepare.sql | 29 +++---
.../sis/referencing/factory/sql/SQLTranslator.java | 111 +++++++++------------
.../sis/referencing/factory/sql/TableInfo.java | 36 ++++---
netbeans-project/nbproject/project.xml | 1 +
.../sis/referencing/factory/sql/epsg/README.md | 11 +-
14 files changed, 190 insertions(+), 140 deletions(-)