oxigeo 0.0.1

Pure Rust Implementation of Full-Stack GeoSpatial Libraries
Documentation
# OxiGeo


Pure Rust Implementation of Full-Stack GeoSpatial Libraries

[![Crates.io](https://img.shields.io/crates/v/oxigeo.svg)](https://crates.io/crates/oxigeo)
[![Documentation](https://docs.rs/oxigeo/badge.svg)](https://docs.rs/oxigeo)
[![License](https://img.shields.io/crates/l/oxigeo.svg)](https://github.com/cool-japan/oxigeo/blob/main/LICENSE)

> **Note:** This crate is currently under development and not yet ready for use.

## Features (Planned)


- **Vector** - Vector data processing
- **Raster** - Raster data processing
- **GIS** - Geographic Information System operations
- **GDAL-compatible** - Familiar API for GDAL users

## Installation


Add to your `Cargo.toml`:

```toml
[dependencies]
oxigeo = "0.0.1"
```

## License


Licensed under Apache-2.0 license.