peterbraden / gdal

Rust bindings for GDAL

Home Page:https://crates.io/crates/gdal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdal

Build Status

Documentation

GDAL bindings for Rust.

So far, you can:

  • open a raster dataset for reading/writing
  • get size and number of bands
  • get/set projection and geo-transform
  • read and write raster data
  • warp between datasets
  • read and write vector data
  • access metadata

Many raster and vector functions are not available. Patches welcome :)

About

Rust bindings for GDAL

https://crates.io/crates/gdal

License:MIT License


Languages

Language:Rust 99.9%Language:C 0.1%