paleolimbot / geos

Open Source Geometry Engine ('GEOS') R API
https://paleolimbot.github.io/geos/
Other
61 stars 8 forks source link

Add new features from GEOS 3.11.0 #69

Closed paleolimbot closed 2 years ago

paleolimbot commented 2 years ago
codecov-commenter commented 2 years ago

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%) :arrow_down:
src/geos-unary-geometry.c 94.64% <87.03%> (-1.68%) :arrow_down:
src/geos-make.c 98.42% <92.00%> (-0.98%) :arrow_down:
src/geos-unary-atomic.c 99.16% <97.56%> (-0.84%) :arrow_down:
R/geos-unary-geometry.R 99.59% <97.61%> (-0.41%) :arrow_down:
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 commented 2 years ago

👀 concave hull !

paleolimbot commented 2 years ago

It's coming!