-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Irrelevant error raised during gdal.Translate #9259
Comments
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 20, 2024
…modify provided options[] array (fixes OSGeo#9259)
This is both a usage issue from yours and a GDAL bug:
|
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 20, 2024
…modify provided options[] array (fixes OSGeo#9259)
@rouault, thank you so much for providing a solution to my issue! I tested it out, and the updated code now works as expectated. You're superfast and superaccurate as always 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior and actual behavior.
Expected behavior:
For each folder:
Actual behavior:
When the loop goes for the second folder and dives into the merging algorythm, an error is raised:
RuntimeError: Unknown option name '-dstnodata'
.Here's what I noticed during testing:
Steps to reproduce the problem.
Prereq:
but one can use any data for reproducing the issue (in this case, don't forget to provide shape files with polygons).
Specific images used:
Operating system
Ubuntu 23.10 64 bit / Debian 12.4 (in Docker)
GDAL version and provenance
GDAL 3.7.1 / 3.6.2 (apt)
Python version
3.11.6
polygons_shp.zip
edit: typo
The text was updated successfully, but these errors were encountered: