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

Add support for int64 and uint64 #352

Closed
emlys opened this issue Sep 26, 2023 · 0 comments · Fixed by #353 or #356
Closed

Add support for int64 and uint64 #352

emlys opened this issue Sep 26, 2023 · 0 comments · Fixed by #353 or #356
Labels
bug Something isn't working

Comments

@emlys
Copy link
Member

emlys commented Sep 26, 2023

GDAL 3.5 added the types GDT_Int64 and GDT_UInt64. Using these types causes a KeyError in pygeoprocessing because they're missing from the _GDAL_TYPE_TO_NUMPY_LOOKUP dictionary. A user ran into this issue and reported it: https://community.naturalcapitalproject.org/t/keyerror-13-in-pygeoprocessing/4113

I think all we have to do is add the new types to the dictionary.

@emlys emlys added the bug Something isn't working label Sep 26, 2023
emlys added a commit to emlys/pygeoprocessing that referenced this issue Oct 20, 2023
emlys added a commit to emlys/pygeoprocessing that referenced this issue Oct 20, 2023
emlys added a commit to emlys/pygeoprocessing that referenced this issue Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant