Releases: JuliaGeo/GeometryOps.jl
Releases · JuliaGeo/GeometryOps.jl
v0.1.13
GeometryOps 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
GeometryOps 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
GeometryOps 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:
v0.1.10
v0.1.9
GeometryOps 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
GeometryOps v0.1.8
Merged pull requests:
- Small clipping bug (#154) (@skygering)
Closed issues:
- Centroid doesnt work with LibGEOS geoms (#159)
v0.1.7
GeometryOps 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 aMultiPolygon
, not aVector
ofPolygon
(#139)
v0.1.6
v0.1.5
GeometryOps 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:
v0.1.4
GeometryOps 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)