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

fix: gdalbuildvrt fails when different coordinate system desc TDE-818 #596

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

paulfouquet
Copy link
Collaborator

Description

This is to fix the gdalbuildvrt does not support heterogenous projection error when the coordinate system description is different (for tiffs having the same EPSG). This also allows to build a VRT file with tiffs having different EPSG, which is not what we want. However, in our workflow, the argo-task tile-index-validate verify that all the images have the same EPSG code.

Tests

I've been testing this fix retiling DEM_BA32_2016_1000_4032.tif and DEM_BA32_2016_1000_4031.tif which was failing without this fix.
I could not generate a test case from the production case having this issue we had. The process to create a lighter tiff does modify this coordinate system description removing the slight difference that was present before generating "smaller" tiffs.

@paulfouquet paulfouquet requested a review from a team as a code owner August 9, 2023 04:32
@amfage amfage added this pull request to the merge queue Aug 10, 2023
Merged via the queue into master with commit 5758400 Aug 10, 2023
1 check passed
@amfage amfage deleted the fix/gdalbuildvrt-fails-heterogenous-cs-desc-tde-818 branch August 10, 2023 21:52
@github-actions github-actions bot mentioned this pull request Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants