-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gstatsim-interface' into resolve-gstatsim-conflict
- Loading branch information
Showing
9 changed files
with
755 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
======================= | ||
Scikit-GStat interfaces | ||
======================= | ||
|
||
Scikit-GStat can interface with a number of other packages. | ||
This sections describes the interface functions. Check the | ||
tutorials folder for examples. | ||
|
||
GSTools | ||
======= | ||
|
||
.. automodule:: skgstat.interfaces.gstools | ||
:members: stable_scale, skgstat_to_gstools, skgstat_to_krige | ||
|
||
|
||
GStatSim | ||
======== | ||
|
||
.. automodule:: skgstat.interfaces.gstatsim_mod | ||
:members: Grid, prediction_grid, simulation_params, run_simulation, simulate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Code Reference | |
estimator | ||
models | ||
kriging | ||
interfaces | ||
data | ||
metric_space | ||
util |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ numba | |
scikit-learn | ||
imageio | ||
tqdm | ||
typing_extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pytest-depends | |
pykrige | ||
gstools>=1.3 | ||
plotly | ||
gstatsim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pytest-depends | |
pykrige | ||
gstools>=1.3 | ||
plotly | ||
gstatsim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pytest-depends | |
pykrige | ||
gstools>=1.3 | ||
plotly | ||
gstatsim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.