This project is a Cloud Optimized GeoTIFF (COG) validator implemented in Rust using GDAL. It checks compliance of GeoTIFF files with the COG specification, ensuring they are optimized for cloud storage and efficient access.
Inspired by the cog-validator-java project, which provides a similar COG validator implemented in Java.
- Supports GDAL Virtual File Systems: Utilizes GDAL's Virtual File System capabilities for versatile data access.
- Rust Programming Language
- GDAL Library (must be installed separately)
To use the COG validator, clone the repository and compile the Rust code:
git clone https://github.com/Zwishing/cog_validator.git
cd cog_validator
cargo build --release