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 2b9172f57c Provides metadata information about the software used by 
`NetcdfStore` for reading a netCDF file. This commit completes the previous 
one, which was providing this information for all other stores. The netCDF case 
required additional pre-defined metadata and helper methods for fetching 
version. This commit also simplifies the way to build that 
"formatSpecificationCitation" metadata node.
     new 58bfc8ba48 Better control about whether to clip the region to read to 
the valid area. This is required because the GeoTIFF and GDAL data stores have 
opposite needs.
     new 06e70ddfca Bug fixes in the support of sub-components in a GDAL store: 
- Fix the driver identifier (short name, not long name). - Throw an exception 
when a component cannot be opened. - Do not close the components that were not 
opened.
     new 732e232d70 Better reporting of the exception when metadata are shown 
in the JavaFX application.
     new c0ea93a741 Fix a spurious "no data" which was not supposed to be there 
after conversion to NaN. This spurious "no data" blocked the viewing of GeoTIFF 
with floating point numbers.

The 4 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/coverage/privy/ColorModelBuilder.java      |  8 ++--
 .../org/apache/sis/storage/geotiff/DataCube.java   | 10 +++++
 .../sis/storage/geotiff/ImageFileDirectory.java    | 10 +++--
 .../apache/sis/storage/base/TiledGridCoverage.java | 12 +++---
 .../apache/sis/storage/base/TiledGridResource.java | 47 +++++++++++++++++++++-
 .../org/apache/sis/storage/gdal/ErrorHandler.java  |  6 +++
 .../org/apache/sis/storage/gdal/GDALStore.java     | 12 ++++--
 .../main/org/apache/sis/storage/gdal/Opener.java   |  5 +++
 .../apache/sis/storage/gdal/SubdatasetList.java    |  9 +++++
 .../org/apache/sis/storage/gdal/TiledResource.java | 11 ++++-
 .../main/org/apache/sis/gui/map/MapCanvas.java     |  2 +-
 .../sis/gui/metadata/IdentificationInfo.java       | 26 +++++++-----
 .../org/apache/sis/gui/metadata/MetadataTree.java  | 12 ++----
 13 files changed, 132 insertions(+), 38 deletions(-)

Reply via email to