GDALGridOptions #155
-
Cannot instantiate the GDALGridOptions
it throws an exception: Zero positional arguments expected. |
Beta Was this translation helpful? Give feedback.
Answered by
MaxRev-Dev
Oct 16, 2024
Replies: 1 comment 1 reply
-
https://gdal.org/en/latest/programs/gdal_grid.html#gdal-grid The options you have specified are wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MaxRev-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gdal.org/en/latest/programs/gdal_grid.html#gdal-grid
The options you have specified are wrong.
It should go like this:
"-of", "gtiff","-ot", "Float64", “-a”, “…”