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

Document Python bindings #33

Closed paleolimbot closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (cd93235) into main (aa940bb) will increase coverage by 0.29%. The diff coverage is 100.00%.

:exclamation: Current head cd93235 differs from pull request most recent head d48c297. Consider uploading reports for the commit d48c297 to get more accurate results

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   91.50%   91.79%   +0.29%     
==========================================
  Files          24       10      -14     
  Lines        3648      926    -2722     
  Branches       59        0      -59     
==========================================
- Hits         3338      850    -2488     
+ Misses        276       76     -200     
+ Partials       34        0      -34     
Impacted Files Coverage Δ
python/geoarrow/__init__.py 100.00% <ø> (ø)
python/geoarrow/lib.py 100.00% <ø> (ø)
python/geoarrow/pyarrow/__init__.py 100.00% <ø> (ø)
python/geoarrow/pyarrow/_compute.py 97.44% <ø> (ø)
python/geoarrow/pyarrow/_type.py 95.98% <ø> (ø)
python/geoarrow/pyarrow/_array.py 89.92% <100.00%> (ø)

... and 14 files with indirect coverage changes