wbraster 0.1.1

A pure-Rust library for reading and writing raster GIS formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# wbraster examples

Run any example from the crate root:

- `cargo run --example raster_basics`
- `cargo run --example esri_ascii_io`
- `cargo run --example geotiff_cog_io`
- `cargo run --example geopackage_io`
- `cargo run --example zarr_io`
- `cargo run --example reproject_io`

Examples write output under `data/examples_*` directories in this crate.