This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 9351e54 Keep version number 1.0-SNAPSHOT for the "master" branch. https://issues.apache.org/jira/browse/SIS-456
add 74ffaef Avoid connection to EPSG database for GeodeticCalculator tests.
add ce2eebd Use Newton iterative method for finding if a given (xp,yp) point is near
enough to the Bézier curve. This removes the need for https://issues.apache.org/jira/browse/SIS-455
and produces much better results than what we had before.
add 25cec0a Test TransverseMercator projection against data published in: Karney, C.
F. F. (2009). Test data for the transverse Mercator projection [Data set]. Zenodo. Adjust
the domain of validity threshold according the result of this test.
add d8bb1b1 Upgrade metadata edition number from ISO 19115-2:2009 to ISO 19115-2:2019.
add 617e2e5 Declare ISO 19115 metadata standards in DataStores that implement some mappings.
We omit this declaration when the DataStore has very few reliable information (for example
when it tried to guess the FeatureType from a SQL schema), or when the standard may be declared
in the parsed data (e.g. a XML file).
add cb8a759 Avoid to log the same warning twice when the netCDF reader fail to decode
a grid mapping.
add 2e2057d Fix a failure to build projected CRS from grid mapping information in netCDF
file. It was due in part to netCDF reader stopping the parsing of map projection parameters
too early, and in part to ParameterValue expecting numbers of type Double while the netCDF
reader provided Floats. The DefaultParameterValue class has been extended for performing some
type conversions when needed.
add ead7586 Merge bug fixes from branch 'geoapi-4.0' into geoapi-3.1.
new 6d188cf Merge bug fixes from branch 'geoapi-3.1'.
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/console/MetadataCommand.java | 5 +-
.../sis/metadata/iso/citation/Citations.java | 4 +-
.../apache/sis/metadata/sql/MetadataFallback.java | 8 +-
.../org/apache/sis/metadata/sql/Citations.sql | 28 +--
.../sis/metadata/iso/DefaultMetadataTest.java | 2 +-
.../sis/internal/referencing/j2d/Bezier.java | 189 ++++++++++++-------
.../sis/parameter/DefaultParameterValue.java | 210 +++++++++++++--------
.../java/org/apache/sis/parameter/Verifier.java | 88 +++++----
.../apache/sis/referencing/GeodeticCalculator.java | 58 ++----
.../operation/projection/TransverseMercator.java | 43 ++++-
.../sis/referencing/GeodeticCalculatorTest.java | 15 +-
.../apache/sis/referencing/crs/HardCodedCRS.java | 25 ++-
.../projection/MapProjectionTestCase.java | 1 +
.../projection/TransverseMercatorTest.java | 65 ++++++-
.../org/apache/sis/test/widget/ShapeViewer.java | 2 +-
.../src/main/java/org/apache/sis/util/Classes.java | 43 ++---
.../src/main/java/org/apache/sis/util/Numbers.java | 18 +-
.../java/org/apache/sis/test/OptionalTestData.java | 27 +++
.../storage/earthobservation/LandsatReader.java | 3 +-
.../apache/sis/storage/geotiff/GeoTiffStore.java | 1 +
.../org/apache/sis/internal/netcdf/Convention.java | 25 ++-
.../apache/sis/internal/netcdf/GridMapping.java | 39 +++-
.../apache/sis/storage/netcdf/MetadataReader.java | 4 +-
.../sis/internal/storage/MetadataBuilder.java | 38 +++-
.../org/apache/sis/internal/storage/csv/Store.java | 1 +
.../apache/sis/internal/storage/gpx/Metadata.java | 2 +-
26 files changed, 626 insertions(+), 318 deletions(-)
|