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 01af141 Merge branch 'geoapi-3.1' add 27b60b2 Parse GEOGTRAN element from ESRI WKT. add 31beb1f Add formatting support for ESRI WKT "GeogTran" element. add 59c2142 Release more resources when NetCDF or GeoTIFF data store is closed. add 83156f2 Merge branch 'geoapi-4.0' into geoapi-3.1 new 0d6fead Merge branch 'geoapi-3.1'. Those commits add support for ESRI "GeogTran" WKT element. 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: .../sis/internal/referencing/WKTKeywords.java | 5 +- .../provider/CoordinateFrameRotation2D.java | 4 +- .../provider/GeocentricTranslation2D.java | 4 +- .../provider/PositionVector7Param2D.java | 4 +- .../apache/sis/io/wkt/GeodeticObjectParser.java | 79 ++++++++++++++++++---- .../operation/AbstractCoordinateOperation.java | 53 +++++++++++++-- .../sis/io/wkt/GeodeticObjectParserTest.java | 41 ++++++++++- .../java/org/apache/sis/io/wkt/WKTFormatTest.java | 55 +++++++++++++-- .../apache/sis/storage/geotiff/GeoTiffStore.java | 3 + .../sis/storage/geotiff/GeoTiffStoreProvider.java | 2 +- .../org/apache/sis/storage/netcdf/NetcdfStore.java | 40 ++++++++--- 11 files changed, 247 insertions(+), 43 deletions(-)