Skip to content

Commit

Permalink
Add example and test for Kriging interpolation (#132)
Browse files Browse the repository at this point in the history
* removed pinning of scipy and pandas
* include Python 3.11 in setup.py
* added notebook for comparison of IDW and Kriging
* added default option to exclude NaNs for Kriging, copied from IDW code
* move IDW test function to correct IDW test case
* added first test case for Kriging
* delete function `get_lon_lat_list_from_cml_list` that has been obsolete for some years now...
  • Loading branch information
cchwala committed Oct 5, 2023
1 parent 700c768 commit df08da4
Show file tree
Hide file tree
Showing 7 changed files with 1,377 additions and 24 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
dependencies:
- numpy
- scipy<1.9
- pandas>=0.22
- scipy
- pandas
- matplotlib
- numba
- h5py
Expand Down
4 changes: 2 additions & 2 deletions environment_dev.yml
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
dependencies:
- numpy
- scipy<1.9
- pandas>=0.22
- scipy
- pandas
- matplotlib
- numba
- h5py
Expand Down

0 comments on commit df08da4

Please sign in to comment.