GDAL.jl

Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library

MIT License

Stars
90
Committers
15

Bot releases are visible (Hide)

GDAL.jl - v1.1.1

Published by github-actions[bot] over 4 years ago

GDAL v1.1.1

Diff since v1.1.0

Merged pull requests:

  • use GDAL_jll for binary dependency (#82) (@visr)
  • Change Link to the build script in README (#85) (@felixcremer)
  • Update Travis to also test downstream ArchGDAL. (#87) (@evetion)
  • CompatHelper: bump compat for "CEnum" to "0.3" (#88) (@github-actions[bot])
GDAL.jl - v1.1.0

Published by github-actions[bot] over 4 years ago

GDAL v1.1.0

Diff since v1.0.2

Closed issues:

  • libgdal not defined on linux machine Julia 1.1.0 (#61)
  • Windows 32 bit tests pass but error (#69)
  • Can not build on Julia 1.2 - Windows 10 (#80)

Merged pull requests:

  • Install TagBot as a GitHub Action (#83) (@JuliaTagBot)
GDAL.jl - v1.0.2

Published by julia-tagbot[bot] almost 5 years ago

v1.0.2 (2019-12-25)

Diff since v1.0.1

Release notes (see #81):

  • GDAL 3.0.2
  • GCC7 for all Linux builds
  • cURL drivers
  • GEOS driver

Merged pull requests:

  • use new GDAL build with working CURL and GEOS (#81)
GDAL.jl - v1.0.1

Published by julia-tagbot[bot] about 5 years ago

v1.0.1 (2019-09-15)

Diff since v1.0.0

Closed issues:

  • Lots of warnings on latest version (#79)
  • Use a GDAL+PROJ (from GMT) build with VisualStudio (#78)
  • Building GDAL latest version fails, master works (#71)
  • getattrvalue can be avoid throw expection and more julia way (#67)
  • Rasterization is excruciatingly slow in GDAL 2.2.4, please update to GDAL 2.3 or 2.4 (#62)
GDAL.jl - v1.0.0

Published by julia-tagbot[bot] about 5 years ago

v1.0.0 (2019-08-28)

Diff since v0.2.0

Closed issues:

  • Should ArchGDAL.jl be part of GDAL.jl? (#76)
  • Wrap GDAL 3.0 (#70)
  • error handler not properly reset (#68)
  • vector tutorial (#58)
  • GDAL build/installation error on Windows 10 64-bit (#55)

Merged pull requests:

  • return nothing for NULL strings (#75) (visr)
  • reset the error handler before throwing a GDALError (#74) (visr)
  • 1.0 Release with latest GDAL3 bindings (#73) (visr)
  • rewrite and rerun wrap_gdal.jl (#72) (visr)
  • switch to a new build with GDAL 3.0.0 (#66) (visr)
  • write the feature to the layer and test it (#59) (visr)
  • README: a few more words on the GDALBuilder (#57) (visr)
  • use latest ZlibBuilder which gets rid of symlinks (#56) (visr)
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