Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Methods #269

Open
Bluejay47 opened this issue Jan 24, 2020 · 1 comment
Open

Missing Methods #269

Bluejay47 opened this issue Jan 24, 2020 · 1 comment

Comments

@Bluejay47
Copy link

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,

@sbmelvin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants