GeoscienceAustralia / GeoscienceAustralia/anuga_core
Quantity set_values should be able to use scipy nearest neighbour interpolation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 229
- Forks
- 110
- Avg merge
- 1h 38m
- Merged PRs (30d)
- 1
Description
Integrate the make_nearestNeighbour_quantity_function from quantity_setting_function into quantity.set_values
Maybe make nearestNeighbour interpolation default instead of our old leastsquares fitting for pts and csv files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating make_nearestNeighbour_quantity_function in quantity_setting_function and the quantity.set_values entry point. Compare the existing least-squares handling for points and CSV files, then determine whether nearest-neighbour interpolation should be integrated or made the default; done means those inputs use the intended interpolation behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100