Skip to content

Tags: JuliaGeo/GeometryOps.jl

Tags

v0.1.13

Toggle v0.1.13's commit message
[Diff since v0.1.12](v0.1.12...v0.1.13)

**Merged pull requests:**
- Wrap all GEOS() results in GI wrappers (#216) (@asinghvi17)
- Make flatten work on tables too (#217) (@asinghvi17)
- Factor out primitives and types to `GeometryOpsCore.jl` (#220) (@asinghvi17)

**Closed issues:**
- Coordinate Reference System dropped when GO.buffer() is used (#214)

v0.1.12

Toggle v0.1.12's commit message
[Diff since v0.1.11](v0.1.11...v0.1.12)

**Merged pull requests:**
- Add DataAPI metadata passthrough to `apply` (#211) (@asinghvi17)

**Closed issues:**
- Extend GEOS() to polygon set ops (#204)

v0.1.11

Toggle v0.1.11's commit message
[Diff since v0.1.10](v0.1.10...v0.1.11)

**Merged pull requests:**
- add macro to test all implementations (#135) (@rafaqz)
- Add a convex hull algorithm (#160) (@asinghvi17)
- Describe how to navigate docs (#165) (@asinghvi17)
- Add "How to navigate the docs" to index.md (#171) (@asinghvi17)
- fix typos (#180) (@spaette)
- Minor documentation improvements (#181) (@asinghvi17)
- Activate codecov (#196) (@asinghvi17)
- fix testset string interpolation (#198) (@rafaqz)
- fix error with undefined similar in polygonize (#202) (@tiemvanderdeure)

**Closed issues:**
- Test all available geometry sources (#134)
- `isclockwise` for polygons (#185)

v0.1.10

Toggle v0.1.10's commit message
[Diff since v0.1.9](v0.1.9...v0.1.10)

**Merged pull requests:**
- Intersection points (#164) (@skygering)

v0.1.9

Toggle v0.1.9's commit message
[Diff since v0.1.8](v0.1.8...v0.1.9)

**Merged pull requests:**
- Geometry creation tutorial (#151) (@asinghvi17)
- Fix the buffer error hinter (#163) (@asinghvi17)

**Closed issues:**
- _buffer_error_hinter errors when calling buffer and LibGEOS is not loaded (#162)

v0.1.8

Toggle v0.1.8's commit message
[Diff since v0.1.7](v0.1.7...v0.1.8)

**Merged pull requests:**
- Small clipping bug (#154) (@skygering)

**Closed issues:**
- Centroid doesnt work with LibGEOS geoms (#159)

v0.1.7

Toggle v0.1.7's commit message
[Diff since v0.1.6](v0.1.6...v0.1.7)

**Merged pull requests:**
- Implement a `GEOS` algorithm in an extension (#100) (@asinghvi17)
- Bump version to v0.1.7 (#150) (@asinghvi17)

**Closed issues:**
- `polygonize` should return a `MultiPolygon`, not a `Vector` of `Polygon` (#139)

v0.1.6

Toggle v0.1.6's commit message
[Diff since v0.1.5](v0.1.5...v0.1.6)

**Merged pull requests:**
- Sg/clipping errors (#146) (@skygering)

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

**Merged pull requests:**
- dont rebuild to GeometryBasics (#137) (@rafaqz)
- Fix polygonize (#141) (@rafaqz)
- Small changes to docs for `polygonize` (#142) (@asinghvi17)
- Enable exotic array polygonization (#143) (@asinghvi17)
- Add extent and CRS to features and featurecollections in polygonize (#144) (@asinghvi17)
- Add NaturalEarth.jl to docs/Project.toml (#145) (@asinghvi17)

**Closed issues:**
- `apply` does not work on GeometryBasics polygons (#133)
- `polygonise` doesn't work with negative values. (#140)

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

**Merged pull requests:**
- Add more descriptive docs + some experiments (#108) (@asinghvi17)
- Spatial joins (#113) (@asinghvi17)
- CompatHelper: add new compat entry for SortTileRecursiveTree at version 0.1, (keep existing compat) (#125) (@github-actions[bot])
- Release v0.1.4 (#126) (@asinghvi17)

**Closed issues:**
- Union of touching geometries is incorrect (#116)