We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GDALDataType::Type
There seemed to be a change of replacing the GDALDataType with a crate enum GdalDataType. However, the RasterBand still returns the u32:
GDALDataType
GdalDataType
RasterBand
u32
gdal/src/raster/rasterband.rs
Line 479 in 3eefd64
Was is intended or forgotten?
The text was updated successfully, but these errors were encountered:
@ChristianBeilschmidt Forgotten 😞 Thanks for catching this. :)
Sorry, something went wrong.
5f6591d
metasim
Successfully merging a pull request may close this issue.
There seemed to be a change of replacing the
GDALDataType
with a crate enumGdalDataType
.However, the
RasterBand
still returns theu32
:gdal/src/raster/rasterband.rs
Line 479 in 3eefd64
Was is intended or forgotten?
The text was updated successfully, but these errors were encountered: