Skip to content

Releases: JuliaGeo/GeoInterface.jl

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)

v1.2.1

23 Jan 18:02
1b0b131
Compare
Choose a tag to compare

GeoInterface v1.2.1

Diff since v1.2.0

Merged pull requests:

  • Hotfix to actually return preknown extent. (#92) (@evetion)

v1.2.0

23 Jan 16:22
Compare
Choose a tag to compare

GeoInterface v1.2.0

Diff since v1.0.1

Closed issues:

  • Plotting multipolygon objects (#42)
  • Cannot convert LinearRingTrait to series data for plotting (#68)
  • Makie support? (#70)
  • Makie plotting LibGEOS MultiLineString shows additional lines (#83)

Merged pull requests:

v1.0.1

23 Jun 10:14
abcac34
Compare
Choose a tag to compare

GeoInterface v1.0.1

Diff since v1.0.0

Merged pull requests:

  • add trait based plot recipes in a subpackage (#46) (@rafaqz)
  • usability improvements for implementation tests (#59) (@rafaqz)
  • Extend usage of is3d and ismeasured to all traits. (#60) (@evetion)
  • Feature and isfeaturecollection (#61) (@rafaqz)
  • Add geometrycolumns as an interface method. (#63) (@evetion)
  • Features fixes (#64) (@rafaqz)