Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new features from GEOS 3.11.0 #69

Merged
merged 16 commits into from
Jul 29, 2022
Merged

Add new features from GEOS 3.11.0 #69

merged 16 commits into from
Jul 29, 2022

Conversation

paleolimbot
Copy link
Owner

@paleolimbot paleolimbot commented Jul 11, 2022

  • GEOSGeom_createRectangle_r
  • GEOSConcaveHull_r
  • GEOSPolygonHullSimplify_r
  • GEOSPolygonHullSimplifyMode_r
  • GEOSConcaveHullOfPolygons_r
  • GEOSLineMergeDirected_r
  • GEOSRemoveRepeatedPoints_r
  • GEOSGeom_getExtent_r
  • GEOSHilbertCode_r
  • GEOSGeom_transformXY_r
  • GEOSWKTReader_setFixStructure_r
  • GEOSWKBReader_setFixStructure_r

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2022

Codecov Report

Merging #69 (af7a989) into master (fd33a9c) will decrease coverage by 0.86%.
The diff coverage is 91.37%.

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   98.45%   97.58%   -0.87%     
==========================================
  Files          31       31              
  Lines        2588     2778     +190     
==========================================
+ Hits         2548     2711     +163     
- Misses         40       67      +27     
Impacted Files Coverage Δ
R/geos-geometry.R 100.00% <ø> (ø)
src/init.c 100.00% <ø> (ø)
src/geos-io.c 89.84% <71.42%> (-5.96%) ⬇️
src/geos-unary-geometry.c 94.64% <87.03%> (-1.68%) ⬇️
src/geos-make.c 98.42% <92.00%> (-0.98%) ⬇️
src/geos-unary-atomic.c 99.16% <97.56%> (-0.84%) ⬇️
R/geos-unary-geometry.R 99.59% <97.61%> (-0.41%) ⬇️
R/geos-io.R 100.00% <100.00%> (ø)
R/geos-make.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd33a9c...af7a989. Read the comment docs.

@JosiahParry
Copy link

👀 concave hull !

@paleolimbot
Copy link
Owner Author

It's coming!

@paleolimbot paleolimbot merged commit 956a675 into master Jul 29, 2022
@paleolimbot paleolimbot deleted the new-libgeos branch July 29, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants