Martin Desruisseaux created SIS-529: ---------------------------------------
Summary: Provide native GeoTIFF metadata Key: SIS-529 URL: https://issues.apache.org/jira/browse/SIS-529 Project: Spatial Information Systems Issue Type: New Feature Components: Storage Affects Versions: 1.1 Reporter: Martin Desruisseaux Assignee: Martin Desruisseaux Fix For: 1.2 {{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. -- This message was sent by Atlassian Jira (v8.3.4#803005)