Description
DataStore has a new getNativeMetadata() method since SIS 1.1 release, but that method was not implemented by GeoTIFF reader. "Native metadata" are TIFF tag values and GeoTIFF key values without further processing (i.e. not mapped to ISO 19115 metadata). Native metadata are sometime useful for debugging or for fetching information not mapped to ISO 19115.
The GeoTIFF reader already implements the DataStore.getMetadata() method. This issue is about implementing DataStore.getNativeMetadata() as well.
Attachments
Issue Links
- is depended upon by
-
SIS-526 Replace org.apache.sis.storage.geotiff.Tags by javax.imageio.plugins.tiff
- Closed