geoarrow / geoarrow-c

Experimental C and C++ implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-c/
Apache License 2.0
23 stars 3 forks source link

Implement GeoArrowBuilder #12

Closed paleolimbot closed 1 year ago

paleolimbot commented 1 year ago

(For casting among array types).

codecov-commenter commented 1 year ago

Codecov Report

Merging #12 (842fb6d) into main (389869c) will decrease coverage by 0.58%. The diff coverage is 71.97%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   88.90%   88.32%   -0.59%     
==========================================
  Files          11       11              
  Lines        1731     1782      +51     
  Branches       34       38       +4     
==========================================
+ Hits         1539     1574      +35     
- Misses        178      190      +12     
- Partials       14       18       +4     
Impacted Files Coverage Δ
src/geoarrow/builder.c 69.01% <69.01%> (ø)
src/geoarrow/geoarrow_type_inline.h 75.66% <100.00%> (+1.47%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

paleolimbot commented 1 year ago

Basically, just replaces what was previously GeoArrowArray with something more flexible that allows inline appends.