Skip to content

Releases: yeesian/ArchGDAL.jl

v0.9.3

04 Nov 09:04
Compare
Choose a tag to compare

ArchGDAL v0.9.3

Diff since v0.9.2

Closed issues:

  • ArchGDAL testing returns an error (#331)
  • AG.extensiondriver does not return driver for .cog extension (#334)
  • preparing geometry crashes with segfault (on M1 MacBook) (#336)
  • OFSTJSON not implemented in getfield (#341)

Merged pull requests:

  • performance and type stability fixes for geometries (#316) (@rafaqz)
  • Don't print WKT of prepared geometries. (#338) (@evetion)
  • Create new minor release (#339) (@yeesian)
  • Add support for OFSTJSON when fetching fields (#342) (@yeesian)

v0.9.2

03 Oct 04:22
fe68c14
Compare
Choose a tag to compare

ArchGDAL v0.9.2

Diff since v0.9.1

Closed issues:

  • write geopackage (#263)
  • Add GDT_Int64 and GDT_UInt64 data types (#298)
  • Can't create geometry with non-Float64 vectors (#304)
  • Clarify geometry equality (#306)
  • Why does createlinearring create a wkbLineString (#314)
  • Fix method ambiguities (#321)
  • Can we handle Complex{Int16} raster values? KeyError: key ArchGDAL.GDT_CInt16 not found. (#326)

Merged pull requests:

v0.9.1

16 Jun 15:04
Compare
Choose a tag to compare

ArchGDAL v0.9.1

Diff since v0.9.0

Closed issues:

  • How to access the points in a polygon? (#301)

Merged pull requests:

v0.9.0

25 May 07:04
6f6868e
Compare
Choose a tag to compare

ArchGDAL v0.9.0

Diff since v0.8.5

Closed issues:

  • is3d and ismeasured are missing (#303)

Merged pull requests:

v0.8.5

30 Apr 07:04
e401e00
Compare
Choose a tag to compare

ArchGDAL v0.8.5

Diff since v0.8.4

Closed issues:

  • ArchGDAL not working on Apple M1 (#281)

Merged pull requests:

  • Workaround for unsupported function closures on :aarch64 platforms. (#296) (@evetion)

v0.8.4

22 Apr 08:09
21e2300
Compare
Choose a tag to compare

ArchGDAL v0.8.4

Diff since v0.8.3

Closed issues:

  • Transfer ArchGDAL.jl to JuliaGeo? (#292)
  • How to multithreaded read/write? (#293)

Merged pull requests:

  • CompatHelper: bump compat for GeoFormatTypes to 0.4, (keep existing compat) (#289) (@github-actions[bot])
  • Added IFeature type. Fixed memory leakage for Features. (#294) (@evetion)

v0.8.3

07 Apr 07:04
7d7bba0
Compare
Choose a tag to compare

ArchGDAL v0.8.3

Diff since v0.8.2

Closed issues:

  • Remove DiskArrays 0.2.4 compat entry from Project.toml (#277)

Merged pull requests:

  • replace references to getNumPoint() and getNumGeometries() with ngeom (#283) (@mattwigway)
  • Enable more exotic types in reading and writing. (#284) (@evetion)
  • Enable preperation of geometry (#286) (@evetion)
  • Fix nightly by setting the type of Vector to prevent unwanted promotion (#287) (@evetion)

v0.8.2

28 Jan 16:08
3f63e18
Compare
Choose a tag to compare

ArchGDAL v0.8.2

Diff since v0.8.1

Merged pull requests:

v0.8.1

19 Jan 20:04
8a084aa
Compare
Choose a tag to compare

ArchGDAL v0.8.1

Diff since v0.8.0

Merged pull requests:

v0.8.0

14 Jan 10:04
1391560
Compare
Choose a tag to compare

ArchGDAL v0.8.0

Diff since v0.7.4

Closed issues:

  • Provide a simple example of projecting geometries (#72)
  • Test Tables for geopackage and shapefile (#141)
  • Allow gdalbuildvrt for interactive Dataset (#164)
  • Handle NULL values in features correctly (#177)
  • Set up benchmarking in CI to catch performance regressions (#193)
  • Handle non-bijective data-type conversions more robustly (#232)
  • boundingbox exchanged coordinates (#253)
  • Set default layer number as 0 in AG.getlayer(::AbstractDataset, ::Integer) (#256)
  • Access geometry of layer converted to dataframe (#265)

Merged pull requests:

  • [Breaking] Return missing if the field is set but null. (#238) (@yeesian)
  • Handle non-bijective data-type conversions more robustly (#240) (@mathieu17g)
  • allow setspatialfilter! on IGeometry as well (#242) (@visr)
  • Fix of custom GDAL error handler management by deregistrating it at exit (done in __init__()). Plus a few modifications on GDAL utilities' tests and (#245) (@mathieu17g)
  • Add benchmarks to ArchGDAL CI (#248) (@mathieu17g)
  • Modified benchmark.yml to benchmark last commit against master, instead of against itself as has to be done in jumpstart PR #248 (#249) (@mathieu17g)
  • [bugfix] Reverse the coordinates of the boundingbox (#254) (@yeesian)
  • Added a new method to AG.getlayer without index or name arg (#257) (@mathieu17g)
  • Fixes a dead link in docs/src/projections.md + an additional example on reprojecting (#260) (@mathieu17g)
  • add detailed error messages to @ogrerr (#264) (@mattwigway)
  • support imview for Unsigned besides UInt8 (#268) (@visr)
  • update tests for GDAL 3.4 (#270) (@visr)