5 unstable releases

0.8.0 Jan 3, 2023
0.7.0 Jan 7, 2022
0.6.2 Aug 4, 2021
0.6.1 Feb 25, 2021
0.6.0 Feb 25, 2021

#453 in Science


Used in raster-tools

Apache-2.0/MIT

38KB
778 lines

Documentation

raster.rs

Library to process GDAL rasters. Provides utilities to process large rasters in memory-efficient chunks, as well as in parallel. Also provides geometry utilities to align rasters with different geo-transform.

Refer the raster-tools README for description of the associated binary tools.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Library to efficiently process GDAL rasters.

Dependencies

~14MB
~316K SLoC