wkearn / RasterIO.jl

Simple Raster Formats for Julia
Other
18 stars 5 forks source link

fix multi band write_raster #4

Closed visr closed 9 years ago

visr commented 9 years ago

Only one band was created so I got an error in GDALGetRasterBand for band 2. Also adds the GDT_Int32 data type to the exports.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 83fd002c3aa68bf618cedc29f16016f9caf8d599 on visr:patch-1 into \ on wkearn:master**.

wkearn commented 9 years ago

Good stuff.

This Travis build is going to fail because I haven't yet set up the right dependencies on Travis yet. I'll test locally and merge when that works.

Thanks!

visr commented 9 years ago

Great, thanks