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 fc7868cc4a Adjust the verifications of tile size.
     new 7c4a4b5114 Parse GDAL CRS from WKT 2 instead of WKT 1 and takes in 
account GDAL change of axis order.
     new f736d4ebd7 `GDALStoreProvider.probeContent(…)` should identify the 
driver without opening the dataset.

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:
 .../main/module-info.java                          |   2 +-
 .../main/org/apache/sis/storage/gdal/Band.java     |  16 +-
 .../main/org/apache/sis/storage/gdal/GDAL.java     |  79 ++++++++--
 .../org/apache/sis/storage/gdal/GDALStore.java     |  55 ++-----
 .../apache/sis/storage/gdal/GDALStoreProvider.java |  13 +-
 .../main/org/apache/sis/storage/gdal/Opener.java   | 143 ++++++++---------
 .../org/apache/sis/storage/gdal/SpatialRef.java    | 173 +++++++++++++++++++++
 .../org/apache/sis/storage/gdal/TiledResource.java |  49 ++++--
 .../org/apache/sis/storage/gdal/package-info.java  |   2 +-
 9 files changed, 367 insertions(+), 165 deletions(-)
 create mode 100644 
incubator/src/org.apache.sis.storage.gdal/main/org/apache/sis/storage/gdal/SpatialRef.java

Reply via email to