gdal 0.1.1

GDAL bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Rust-GDAL ##

[![Build Status](https://travis-ci.org/georust/rust-gdal.png?branch=master)](https://travis-ci.org/georust/rust-gdal)

[Documentation](https://georust.github.io/rust-gdal)

[GDAL](http://gdal.org/) bindings for [Rust](http://www.rust-lang.org/).

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 vector data

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