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

Use gdal.WarpOptions when merging rasters #303

Merged

Conversation

brendancol
Copy link
Collaborator

I got a zero positional argument error from gdal.Warp when called from common.merge_rasters.

In looking at the code, I changed to using gdal.WarpOptions which resolved the error.

brendancol and others added 2 commits August 9, 2024 10:31
argument error from gdal.Warp when called from common.merge_rasters.

In looking at the code, I changed to using gdal.WarpOptions which
resolved the error.
Copy link
Member

@giswqs giswqs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@giswqs giswqs merged commit fad508f into opengeos:main Aug 9, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants