# OxiGeo
Pure Rust Implementation of Full-Stack GeoSpatial Libraries
[](https://crates.io/crates/oxigeo)
[](https://docs.rs/oxigeo)
[](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.