GDAL C API in python #87
changliao1025
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Several operations using purge GDAL Python api is slow due to large data size.
In some operations, I replaced them with low level GDAL C API, such as:
This will merge the cell-based polygon to subbasin-based data for easy visualization and analysis.
Beta Was this translation helpful? Give feedback.
All reactions