Gridding with scatter points #146
-
I'm trying to created a grid based on a memory dataset and point geometries, but have a hard time to figure it out in the C# binding. I assume the Gdal.wrapper_GDALGrid() can be used for this. How is this used, and how do I pass the options for this, such as algorithm etc ? |
Beta Was this translation helpful? Give feedback.
Answered by
MaxRev-Dev
Sep 18, 2024
Replies: 1 comment
-
You need to rasterize the scatered points and then use the gdal_grid wrapper on the raster dataset. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaxRev-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to rasterize the scatered points and then use the gdal_grid wrapper on the raster dataset.
Check the documentation on these functions or try asking ChatGPT.