Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISIS3: preserve label accross conversions #1854

Closed
rouault opened this issue Sep 18, 2019 · 0 comments
Closed

ISIS3: preserve label accross conversions #1854

rouault opened this issue Sep 18, 2019 · 0 comments
Assignees

Comments

@rouault
Copy link
Member

rouault commented Sep 18, 2019

when converting between formats, information from the original label is generally lost. This is for example the case when using the gdal_translate utility to convert from ISIS3 to another format like GeoTIFF and finally converting back to ISIS3. Per this task, we will modify the Persistence Auxiliary Mechanism in GDAL (the one that manages .aux.xml sidecar files) so that it preserves the ISIS3 label, and stores it in a section of the .aux.xml file, when converting from ISIS3 to a PAM-enabled format like GeoTIFF. On the write side of the ISIS3 driver, this preserved label will be used to create the target ISIS3 label (the georeferencing information will be taken from the source dataset, e.g GeoTIFF that might have been subset, and not from the initial ISIS3 label)

@rouault rouault self-assigned this Sep 18, 2019
rouault added a commit that referenced this issue Sep 30, 2019
ISIS3: preserve label in PAM .aux.xml when copying to other formats (fixes #1854)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant