You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "wind" and "statistics" modules will not run. Statistics has a dependancy not fully supported by windows, to install it:
25
+
Statistics has a dependancy not fully supported by windows, to install it:
26
26
27
27
`pip install ray` on most platforms, for Windows problems see [here](https://docs.ray.io/en/master/installation.html).
28
28
29
-
Wind depends on a library called iris which can only be installed with conda:
30
-
31
-
`conda install iris, iris_grib`
32
-
33
-
> Note: after some more testing this won't work for anyone on Windows, I am in the process fo sorting this out (the problem is a codec dependancy which there is no way for us to fix) by writing an library to read the other GFS distrobution method, see [gfspy](https://github.com/jagoosw/gfspy). You can still run and contribute without using the wind module. If you really want to use the wind module please [email](jagoosw@protonmail.com) or message me and we can try and sort out access to something remote you can use to run it.
34
-
35
-
This may then demand you install another library when you try to run it:
36
-
37
-
`pip install eccodes-python`
38
-
39
-
Alternativly you can download this repository and move it to either your system path or somewhere you will exclusivly use it from then:
40
-
41
-
`conda env create -f enviroment.yml -n <name>`
42
-
43
-
`conda activate <name>`
44
-
45
-
From within the downloaded folder.
29
+
If you don't install this the statistics module will run but only single threaded which will be *extremely* slow.
0 commit comments