GDAL.jl

Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library

MIT License

Stars
90
Committers
15

Bot releases are hidden (Show)

GDAL.jl - v0.2.0

Published by visr about 6 years ago

Fixed

  • Now runs without deprecation warnings on julia 0.7 & 1.0

Changed

  • Minimum supported julia version is now 0.7
GDAL.jl - v0.1.2

Published by visr about 6 years ago

Fixed

  • GDAL_DATA is now set correctly for ArchGDAL

Changed

  • GDALVERSION and GDAL_DATA are now Ref, use GDALVERSION[] to access the value
GDAL.jl - v0.1.1

Published by visr about 6 years ago

Integrate build files of dependencies

We won't REQUIRE them anymore. This is for now the recommended way to deal with BinaryProvider dependencies.

GDAL.jl - v0.1.0

Published by visr over 6 years ago

First release