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

Allow users to provide numpy dtypes as raster types #414

Open
phargogh opened this issue Oct 24, 2024 · 0 comments
Open

Allow users to provide numpy dtypes as raster types #414

phargogh opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@phargogh
Copy link
Member

Many of our scientific users are more familiar with numpy dtypes than GDAL types, and, for most numpy dtypes, there are clear mappings between numpy and GDAL types. So it would be nice to be able to allow users to provide either numpy or GDAL types, and raise some kind of exception if there isn't a clear matchup (e.g. numpy.float128 doesn't have a GDAL type).

@phargogh phargogh added the enhancement New feature or request label Oct 24, 2024
@phargogh phargogh added this to the 2.5.0 milestone Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant