Skip to content

Pascal-So/gdal

 
 

Repository files navigation

gdal

Documentation [Build Status]

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 :)

Packages

No packages published

Languages

  • Rust 99.8%
  • Other 0.2%