geoarrow / geoarrow-python

Python implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-python/
Apache License 2.0
65 stars 4 forks source link

refactor: Move dataset to its own module #21

Closed paleolimbot closed 1 year ago

paleolimbot commented 1 year ago

...making it even more clear that this is its own thing and is very experimental.

codecov[bot] commented 1 year ago

Codecov Report

Merging #21 (c4ac60f) into main (85b69ee) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   94.50%   94.49%   -0.01%     
==========================================
  Files           9        9              
  Lines        1220     1218       -2     
==========================================
- Hits         1153     1151       -2     
  Misses         67       67              
Files Coverage Δ
geoarrow-pyarrow/src/geoarrow/pyarrow/__init__.py 72.72% <ø> (-12.28%) :arrow_down:
geoarrow-pyarrow/src/geoarrow/pyarrow/dataset.py 99.53% <100.00%> (ø)