Skip to content

Releases: yeesian/ArchGDAL.jl

v0.7.1

05 Jul 18:03
f173246
Compare
Choose a tag to compare

ArchGDAL v0.7.1

Diff since v0.7.0

Closed issues:

  • Segmentation fault on v0.7 (#212)

Merged pull requests:

v0.7.0

24 Jun 16:04
3d13f59
Compare
Choose a tag to compare

ArchGDAL v0.7.0

Diff since v0.6.0

Closed issues:

  • Towards better color support (#42)
  • change options argument to vector of strings (#80)
  • Follow a style guide (#83)
  • download_verify removed on nightly (#154)
  • Test failures and ArchGDAL.create crashing (#163)
  • install error with Julia1.6 (#168)
  • Can not load STK file (#170)
  • Better errors for missing Dict keys (#178)
  • Status of GeoInterface and Geometry objects (#180)
  • getting scale and offset for a band returns default values instead of correct values (#183)
  • nodatavalue type may be different to array eltype (#188)
  • DiskArrays broadcast write seems to be broken (#191)
  • Clean up NULL / Nothing / Missing semantics (#192)
  • Documentation of geometry column names in Tables (#196)
  • Error setting certificate verify locations (#200)
  • Trigger new patch release (#206)

Merged pull requests:

v0.6.0

23 Mar 06:16
1dc8ca8
Compare
Choose a tag to compare

ArchGDAL v0.6.0

Diff since v0.5.3

Closed issues:

  • Move CI to GitHub Actions (#166)
  • Guess output file driver (#173)

Merged pull requests:

  • Switch to GitHub Actions for CI (#169) (@yeesian)
  • build docs on latest Documenter (#172) (@visr)
  • add methods to get driver shortname from filename extension (#174) (@rafaqz)
  • enable some tests (#175) (@visr)
  • Let getnodatavalue return nothing if there is none (#176) (@meggart)

v0.5.3

21 Jan 21:29
Compare
Choose a tag to compare

ArchGDAL v0.5.3

Diff since v0.5.2

Closed issues:

  • online docs are old (#134)
  • Functionality to get bounding box of geometry (#148)
  • Update .gitignore to include VS Code files and Manifest (#150)

Merged pull requests:

v0.5.2

06 Oct 09:14
a0eeb40
Compare
Choose a tag to compare

ArchGDAL v0.5.2

Diff since v0.5.1

Closed issues:

  • How to read a subset of a multiband raster? (#78)
  • incorrect array dimension returned by ArchGDAL.read(ds, i, xoff, yoff, xsize, ysize) (#132)

Merged pull requests:

  • fix too large buffer sizes on reduced reads (#145) (@visr)

v0.5.1

24 Sep 03:12
602858d
Compare
Choose a tag to compare

ArchGDAL v0.5.1

Diff since v0.5.0

Closed issues:

  • Simplify the creation of new datasets (#56)
  • Update from DataStreams.jl to Tables.jl (#69)
  • [Suggestion] Decreasing the size of test data (#104)
  • online docs are old (#134)
  • libcurl - could not load library (#138)
  • Tagged docs not built since 0.3.2 (#139)
  • Move package to an org? (#143)
  • ArchGDAL.touches error (#144)

Merged pull requests:

v0.5.0

15 Aug 21:09
e944323
Compare
Choose a tag to compare

ArchGDAL v0.5.0

Diff since v0.4.1

Merged pull requests:

v0.4.1

21 Jun 11:08
47cc556
Compare
Choose a tag to compare

ArchGDAL v0.4.1

Diff since v0.4.0

Closed issues:

  • Argument type specifications in rasterio.jl too narrow (#126)

Merged pull requests:

  • Remove type specification from indices argument in rasterio.jl (#128) (@AlfTetzlaff)

v0.4.0

04 Jun 15:06
29c824b
Compare
Choose a tag to compare

ArchGDAL v0.4.0

Diff since v0.3.3

Merged pull requests:

  • require julia 1.3 / GDAL build with artifacts (#125) (@evetion)

v0.3.3

03 Jun 16:07
5fce0c1
Compare
Choose a tag to compare

ArchGDAL v0.3.3

Diff since v0.3.2

Closed issues:

  • getindex methods for Dataset (#91)
  • Use generalised convert, transform, import and similar methods instead of custom fromWKT etc methods (#95)
  • Opening of ENVI stack with long line in header fails (#111)
  • ArchGDAL.getproj(dataset) return empty string, while dataset.GetProjection() retrun string "PROJCS[...]" using gdal in python (#116)
  • importEPSG and importEPSGA both swap axis order to lat/lon (#119)
  • Travis CI not running on PRs? (#122)
  • Raster writing via ArchGDAL.copy suddenly broken? (#123)

Merged pull requests: