Replies: 1 comment
-
Actually there are some strings in there, which I've missed. We can make a copy instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Someone was asking on Discord about retrieving a
Dataset
's GCPs. This is pretty easy to implement:But I couldn't find another place where we're exposing
gdal-sys
from thegdal
API. That might be wrong, though.The problem is that if we make a new type, we'll either have to allocate a
Vec
or transmute the pointer. I'd rather avoid the allocation, what do y'all think?Beta Was this translation helpful? Give feedback.
All reactions