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
/// Get actual block size (at the edges) when block size/// does not divide band size.#[cfg(all(major_ge_2, minor_ge_2))]pubfn actual_block_size(&self,offset:(isize,isize)) -> Result<(usize,usize)>{letmut block_size_x = 0;letmut block_size_y = 0;
…
This means the function is gone at GDAL 3.0 or 3.1? I guess this can be fixed easily.
The text was updated successfully, but these errors were encountered:
At #92, there is a change to
This means the function is gone at GDAL 3.0 or 3.1? I guess this can be fixed easily.
The text was updated successfully, but these errors were encountered: