pyinterpolate icon indicating copy to clipboard operation
pyinterpolate copied to clipboard

Kriging | Poisson Kriging | Variogram Analysis

Results 35 pyinterpolate issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** `Pyinterpolate` is about spatial interpolation. But interpolation must happen on the grid of points. It will be nice to have...

feature
help needed
Good First Issue

- [x] Update tutorials, - [x] Update documentation, - [ ] TODOs to Issues, - [x] Update docstrings with authors information - [x] Check setup scripts - [x] Move https://github.com/DataverseLabs/pyinterpolate/blob/dev/pyinterpolate/misc/download_air_data.py...

v0.3

**Is your feature request related to a problem? Please describe.** Directional variogram calculations are relatively slow. They should be faster. The two things can be done: - [ ] Instead...

issue
help needed

New features to test data: - [ ] data cross-validation - [ ] clusters detection - [ ] ...

feature
math and logic
future

**Is your feature request related to a problem? Please describe.** - Literature shows equations to solve the kriging system from covariance terms, especially the Poisson Kriging system in here: `Goovaerts,...

feature
future
help needed
Good First Issue

**Is your feature request related to a problem? Please describe.** ![image](https://user-images.githubusercontent.com/31246246/161265476-f55431d0-0a00-4b90-b07f-e0b74c6103a4.png) **Describe the solution you'd like** Check **why** this warning occurs, and then **write a condition** to control the part...

math and logic
help needed
invalid

**Is your feature request related to a problem? Please describe.** Wszystkie poradniki napisane są w języku angielskim. Ale paczka Pyinterpolate ma być umiędzynarodowiona! Dlatego dobrym pomysłem jest przepisanie poradników na...

documentation

At this point array interpolation ```interpolate_raster``` function output is: ```python [[numpy array of interpolated values, numpy array of interpolation errors], [pixel size, min x, max x, min y, max y]]...

feature
future
help needed

**Is your feature request related to a problem? Please describe.** Create function which converts cases to rates based on the given cases and population units. **Describe the solution you'd like**...

feature
future
help needed

At this stage algorithm produces numpy array which is a box and data is interpolated outside the study area. The idea is wrap `interpolate_raster` function into more complex package with:...

future
help needed