You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BreakingRasterBand::set_no_data_value takes Option<f64> instead of f64 so that no no-data can be set.
Also makes it symmetric with RasterBand::no_data_value which returns Option<f64>.
Primarily, I think it would be nice to replace the sparse public entry points below...
...with the updated docs that came after the
0.13.0
release, as a0.13.1
:However, there are enough new features as well that perhaps this warrants
0.14.0
?Added new content to
README.md
and the root docs.Fixed a crash in
Group::dimensions
andMDArray::dimensions
when no dimensions existAdded a more ergonomic means of accessing GDAL version properties
Provided access to
gdal-sys
discriminant values inResampleAlg
enum.ResampleAlg
andGDALRIOResampleAlg
more direct. #309Breaking
RasterBand::set_no_data_value
takesOption<f64>
instead off64
so that no no-data can be set.Also makes it symmetric with
RasterBand::no_data_value
which returnsOption<f64>
.Rasterband::set_no_data
acceptingOption<f64>
. #308Added quality-of-life features to
CslStringList
:len
,is_empty
,Debug
andIterator
implementations.CplStringList
. #311Added ability to set color table for bands with palette color interpretation.
Added ability to create a color ramp (interpolated) color table.
The text was updated successfully, but these errors were encountered: