You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble finding several methods that are defined in the GDAL api for C, C++, and Python such as ApplyGeoTransform and InvGeoTrasform (and others). InvGeoTransform is easy enough to do without a function, but some of the methods I can't find are not. Could anyone advise on how to access these methods in node-gdal or if they are not supported? If they are not supported does anyone have a recommendation for an alternative or complimentary library?
Thanks,
The text was updated successfully, but these errors were encountered:
Unfortunately, your best bet is going to be looking at the source for the function in C, C++, or Python and rewriting it in JS. That's what I had to do with Dataset.GetSubDatasets which only seems to exist in the GDAL Python API.
I am having trouble finding several methods that are defined in the GDAL api for C, C++, and Python such as ApplyGeoTransform and InvGeoTrasform (and others). InvGeoTransform is easy enough to do without a function, but some of the methods I can't find are not. Could anyone advise on how to access these methods in node-gdal or if they are not supported? If they are not supported does anyone have a recommendation for an alternative or complimentary library?
Thanks,
The text was updated successfully, but these errors were encountered: