Shapefile.jl Versions Save

Parsing .shp files in Julia

v0.13.0

1 month ago

Shapefile v0.13.0

Diff since v0.12.2

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#112) (@dependabot[bot])
  • Allow Shapefile to read .zip files (#113) (@asinghvi17)

v0.12.2

2 months ago

Shapefile v0.12.2

Diff since v0.12.1

Merged pull requests:

  • Polygon performance (#109) (@rafaqz)
  • Bump version to v0.12.2 (#110) (@asinghvi17)

Closed issues:

  • Plotting polygons with CairoMakie shows interior lines (#104)

v0.12.1

2 months ago

Shapefile v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#105) (@dependabot[bot])
  • Add support for writing Feature Collection without properties (#106) (@eliascarv)

v0.12.0

4 months ago

Shapefile v0.12.0

Diff since v0.11.0

Merged pull requests:

  • Add a Makie extension (#103) (@rafaqz)

v0.11.0

5 months ago

Shapefile v0.11.0

Diff since v0.10.0

Merged pull requests:

  • fix geointerface for Handle (#93) (@rafaqz)
  • use shx files if the names match (#94) (@rafaqz)
  • Create dependabot.yml (#96) (@yeesian)
  • Bump codecov/codecov-action from 1 to 3 (#97) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#98) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#99) (@dependabot[bot])
  • use standard license format (#102) (@visr)

Closed issues:

  • "ERROR: EOFError: read end of file" on filr that opens without issue using other software (#100)

v0.10.0

1 year ago

Shapefile v0.10.0

Diff since v0.9.3

Merged pull requests:

  • Fix SubPolygon and LinearRing for plotting (#85) (@rafaqz)

v0.9.3

1 year ago

Shapefile v0.9.3

Diff since v0.9.2

Closed issues:

  • A written .shx file uses an incorrect header filesize (#91)

Merged pull requests:

  • fix .shx file header on write (#92) (@joshday)

v0.9.2

1 year ago

Shapefile v0.9.2

Diff since v0.9.1

Closed issues:

  • Is it possible to incorporate into a shapefile, extra columns ? (#56)
  • Able to write LineString and Polygon geometry, (#89)

Merged pull requests:

  • remove convert methods (#84) (@rafaqz)
  • Write LineString as MultiLineString and Polygon as MultiPolygon (#90) (@ErickChacon)

v0.9.1

1 year ago

Shapefile v0.9.1

Diff since v0.9.0

Merged pull requests:

  • add a function barrier in handle reading for type stability (#86) (@rafaqz)
  • bugfix and test extents (#87) (@rafaqz)

v0.9.0

1 year ago

Shapefile v0.9.0

Diff since v0.8.1

Closed issues:

  • Accessing a Shapefile.Row geometry via row.geometry fails (#82)

Merged pull requests:

  • Fix getproperty(Row, :geometry) (#83) (@felixcremer)