cogrs 0.0.2

Tools for creating COG-based tilers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cogrs

Pure Rust COG (Cloud Optimized GeoTIFF) reader library.

## Usage

```rust
use cogrs::CogReader;

let reader = CogReader::open("path/to/file.tif")?;
```

## License

MIT