georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
359 stars 94 forks source link

Change raster and block sizes to `usize` #495

Closed metasim closed 9 months ago

metasim commented 9 months ago

While negative offsets have a purpose, negative sizes do not.

Create methods also use isize for band counts.