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

make copy_with and dependant methods conserve mutability by default #305

Closed AmitAronovitch closed 3 years ago

AmitAronovitch commented 3 years ago

fixes #304

codecov-commenter commented 3 years ago

Codecov Report

Merging #305 (4383d5a) into master (eba2e3d) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
+ Coverage   90.62%   90.68%   +0.05%     
==========================================
  Files          37       37              
  Lines        6006     6020      +14     
==========================================
+ Hits         5443     5459      +16     
+ Misses        563      561       -2     
Impacted Files Coverage Δ
telluric/georaster.py 93.15% <100.00%> (+0.18%) :arrow_up:
tests/test_georaster_mutable.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 eba2e3d...4383d5a. Read the comment docs.