geoparquet-validator 0.2.0

Validate GeoParquet files against the OGC abstract tests and the 1.0/1.1 community specifications
Documentation
1
2
3
fn main() {
    std::process::exit(geoparquet_validator::cli::run(std::env::args()));
}