JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
518 stars 110 forks source link

Add GeoStats.jl to list of alternative interpolation packages #569

Closed juliohm closed 9 months ago

juliohm commented 9 months ago

Simple addition to the list of interpolation packages.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f49f22f) 87.59% compared to head (35f192e) 87.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #569 +/- ## ========================================== + Coverage 87.59% 87.94% +0.34% ========================================== Files 28 28 Lines 1886 1899 +13 ========================================== + Hits 1652 1670 +18 + Misses 234 229 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mkitti commented 9 months ago

Sorry. There is currently some code duplication. You may want to also add it to the list at https://github.com/JuliaMath/Interpolations.jl/blob/master/docs/src/other_packages.md

juliohm commented 9 months ago

Done 👍🏽

juliohm commented 9 months ago

After this PR is merged, I can work on a separate PR to clean up this redundancy and remove deprecated packages from the list.