satellogic / telluric

telluric is a Python library to manage vector and raster geospatial data in an interactive and easy way
MIT License
87 stars 18 forks source link

Fix imports & cleanup #281

Closed astrojuanlu closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #281 (0f0632a) into master (538d327) will decrease coverage by 0.24%. The diff coverage is 62.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   90.64%   90.40%   -0.25%     
==========================================
  Files          37       37              
  Lines        5922     5940      +18     
==========================================
+ Hits         5368     5370       +2     
- Misses        554      570      +16     
Impacted Files Coverage Δ
telluric/features.py 86.03% <42.85%> (-3.05%) :arrow_down:
telluric/vectors.py 91.06% <42.85%> (-1.58%) :arrow_down:
telluric/collections.py 94.73% <63.63%> (-1.13%) :arrow_down:
telluric/georaster.py 93.29% <75.00%> (-0.17%) :arrow_down:
tests/test_local_tile_server.py 100.00% <100.00%> (ø)
tests/test_plotting.py 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 538d327...0f0632a. Read the comment docs.