Simon

Results 42 issues of Simon

__Project name:__ Pyinterpolate __Project website/repository:__ https://github.com/DataverseLabs/pyinterpolate __License:__ BSD-3-Clause __Submission type:__ New Software Project ## Checklist for all pull requests: - [x] Project is [`certified awesome`](awesome.md) - [x] The project is...

**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