Skip to content

Releases: JuliaGeo/GeoInterface.jl

v1.4.0

13 Dec 23:27
0649d70
Compare
Choose a tag to compare

GeoInterface v1.4.0

Diff since v1.3.8

Merged pull requests:

  • Fix printing wrapper geoms (#150) (@BenCurran98)
  • Implement crs and geometrycolumn fallbacks via DataAPI (#161) (@asinghvi17)
  • Bump codecov/codecov-action from 4 to 5 (#174) (@dependabot[bot])
  • CompatHelper: bump compat for GeometryBasics to 0.5 for package GeoInterfaceMakie, (keep existing compat) (#175) (@github-actions[bot])

v1.3.8

05 Nov 08:57
a652094
Compare
Choose a tag to compare

GeoInterface v1.3.8

Diff since v1.3.7

Merged pull requests:

v1.3.7

23 Sep 19:12
f43bb88
Compare
Choose a tag to compare

GeoInterface v1.3.7

Diff since v1.3.6

Merged pull requests:

Closed issues:

  • Should Multi types accept single geometries as inputs to make type promotion more intuitive (#157)

v1.3.6

02 Sep 14:28
b0156d3
Compare
Choose a tag to compare

GeoInterface v1.3.6

Diff since v1.3.5

Merged pull requests:

Closed issues:

  • Add CRS traits (#119)
  • [BUG] Makie.poly Fails on GeoDataframe with missing's (#138)
  • Links to wrapper types are broken (#144)
  • Aqua.jl ambiguities in GeoInterfaceRecipes (#153)

v1.3.5

28 Jun 20:40
dd766b4
Compare
Choose a tag to compare

GeoInterface v1.3.5

Diff since v1.3.4

Merged pull requests:

  • Add a 1-arg curried version of GI.convert (#130) (@asinghvi17)
  • Bump julia-actions/cache from 1 to 2 (#132) (@dependabot[bot])
  • CompatHelper: bump compat for MakieCore to 0.8 for package GeoInterfaceMakie, (keep existing compat) (#133) (@github-actions[bot])
  • Make the comment about why only length-4 vectors can have M more clear (#135) (@asinghvi17)
  • Allow vectors with mixed single and multi geometries to be plotted in Makie (#136) (@asinghvi17)
  • Bump GeoInterface patch version (#137) (@asinghvi17)

Closed issues:

  • ArchGDAL Polygons are drawn with mesh instead of poly in CairoMakie (#104)

v1.3.4

11 Apr 20:56
0d42ee1
Compare
Choose a tag to compare

GeoInterface v1.3.4

Diff since v1.3.3

Merged pull requests:

Closed issues:

  • [FR] Support Proj.jl transformations on arbitrary geometries (#62)
  • Aqua failure on GeoInterfaceRecipes (#118)

v1.3.3

24 Dec 21:34
b06e19f
Compare
Choose a tag to compare

GeoInterface v1.3.3

Diff since v1.3.2

Merged pull requests:

Closed issues:

  • Automatic conversion between geometry types (#73)
  • Add an interface for reverse lookups of package geometry types (#80)
  • speed of GeoInterface.extent could be improved for large collections (#112)
  • Support latest Makie (#113)

v1.3.2

02 Oct 08:02
fec2845
Compare
Choose a tag to compare

GeoInterface v1.3.2

Diff since v1.3.1

Merged pull requests:

Closed issues:

  • Allow plotting Vectors of geometries with GeoInterfaceMakie.jl (#79)
  • converting polygons to GeometryBasics gives MethodError (#100)

v1.3.1

11 May 11:53
4f977bf
Compare
Choose a tag to compare

GeoInterface v1.3.1

Diff since v1.3.0

Merged pull requests:

  • allow LineStringTrait in Polygon wrapper (#97) (@rafaqz)

v1.3.0

27 Mar 17:22
cd04721
Compare
Choose a tag to compare

GeoInterface v1.3.0

Diff since v1.2.1

Merged pull requests:

  • Add wrapper types for all geometries (#78) (@rafaqz)
  • add LinearRing recipes and test plotting, also test LineString (#93) (@rafaqz)
  • fall back to Extents.extent (#94) (@rafaqz)
  • Use map instead of collect with a broadcast. (#95) (@evetion)