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

gdal::raster::rasterband::RasterBand::band_type still returns a GDALDataType::Type #333

Closed
ChristianBeilschmidt opened this issue Nov 11, 2022 · 1 comment · Fixed by #334
Assignees

Comments

@ChristianBeilschmidt
Copy link
Contributor

There seemed to be a change of replacing the GDALDataType with a crate enum GdalDataType.
However, the RasterBand still returns the u32:

pub fn band_type(&self) -> GDALDataType::Type {

Was is intended or forgotten?

@metasim metasim self-assigned this Nov 11, 2022
@metasim
Copy link
Contributor

metasim commented Nov 11, 2022

@ChristianBeilschmidt Forgotten 😞 Thanks for catching this. :)

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

Successfully merging a pull request may close this issue.

2 participants