Skip to content

Releases: yeesian/ArchGDAL.jl

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)

v0.7.4

31 Aug 06:04
678123e
Compare
Choose a tag to compare

ArchGDAL v0.7.4

Diff since v0.7.3

Closed issues:

  • Define default behavior for geotransform (#190)
  • Allow for multi-way enum conversions (#221)
  • Implement datatype conversions for OFTWideStrings (#231)

Merged pull requests:

  • New convert macro using a const Dict outside the convert function… (#230) (@mathieu17g)
  • Deprecate OFTWideString (#233) (@yeesian)
  • Return the default geotransform rather than throwing an error. (#236) (@yeesian)
  • Bidirectional conversion between GDALDataType and ImageCore.Normed via UnionAll case in @convert macro (#237) (@mathieu17g)

v0.7.3

25 Aug 07:04
Compare
Choose a tag to compare

ArchGDAL v0.7.3

Diff since v0.7.2

Closed issues:

  • DataFrame conversion does not work with an ESRI shape file layer containing mixed wkbLineString and wkbMultiLineString geometries (#223)
  • Problem when reading file with GeoDataFrames package (#224)

Merged pull requests:

  • Nothing result for Tables.schema(::IFeatureLayer) and missing result for getdefault(::AbstractFieldDefn) when no default value is set by the driver (#226) (@mathieu17g)
  • Generalize exception type (#227) (@timholy)
  • New release (#229) (@yeesian)

v0.7.2

08 Jul 05:03
916b4ee
Compare
Choose a tag to compare

ArchGDAL v0.7.2

Diff since v0.7.1

Closed issues:

  • ArchGDAL.Table not defined in v0.7 (#210)

Merged pull requests: