Skip to content

Commit

Permalink
Fix docs for Rasterband::get_statistics
Browse files Browse the repository at this point in the history
Signed-off-by: netthier <lp@senselabs.de>
  • Loading branch information
netthier committed Apr 24, 2024
1 parent 132d031 commit ecaf51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/rasterband.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ impl<'a> RasterBand<'a> {
/// If approximate statistics are sufficient, the `is_approx_ok` flag can be set to true in which case overviews, or a subset of image tiles may be used in computing the statistics.
///
/// If `force` is `false` results will only be returned if it can be done quickly (i.e. without scanning the data).
/// If force` is `false` and results cannot be returned efficiently, the method will return `None`.
/// If `force` is `false` and results cannot be returned efficiently, the method will return `None`.
///
/// Note that file formats using PAM (Persistent Auxiliary Metadata) services will generally cache statistics in the .pam file allowing fast fetch after the first request.
///
Expand Down

0 comments on commit ecaf51a

Please sign in to comment.