pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
144 stars 30 forks source link

add pycnophylactic interpolation #141

Closed knaaptime closed 3 years ago

knaaptime commented 3 years ago

resolves #95. Big thanks to @danlewis85

codecov-commenter commented 3 years ago

Codecov Report

Merging #141 (0aecfa9) into master (53eec88) will increase coverage by 1.80%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   79.97%   81.77%   +1.80%     
==========================================
  Files          16       20       +4     
  Lines         809      944     +135     
==========================================
+ Hits          647      772     +125     
- Misses        162      172      +10     
Impacted Files Coverage Δ
tobler/pycno/pycno.py 82.79% <82.79%> (ø)
tobler/__init__.py 100.00% <100.00%> (ø)
tobler/pycno/__init__.py 100.00% <100.00%> (ø)
tobler/tests/test_pycno.py 100.00% <100.00%> (ø)
tobler/tests/test_dasymetric.py 94.64% <0.00%> (+0.76%) :arrow_up:
tobler/area_weighted/area_interpolate.py 81.42% <0.00%> (+2.49%) :arrow_up:
... and 1 more

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 53eec88...0aecfa9. Read the comment docs.