File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ metadata. The main advantages of this approach are:
34
34
35
35
## Usage
36
36
37
+ For full details, please consult the [ wiki page] ( https://github.com/rizac/stream2segment/wiki )
38
+
37
39
Stream2segment is a Python library and command line application available
38
40
after installation via the command ` s2s ` on the terminal. By typing ` s2s --help ` you
39
41
will see all available subcommands for downloading
@@ -95,12 +97,12 @@ In a nutshell:
95
97
python paramtable.py ...
96
98
```
97
99
98
- 2. `gui.py`: visualize downloaded data in the user browser via the plots defined in the module:
100
+ 2. `gui.py`: visualize downloaded data in the user browser via the plots defined in the module (an example in the figure above) :
99
101
```console
100
102
s2s show -d download.yaml -p gui.py -c gui.yaml ...
101
103
```
102
- (Type `s2s show --help` for details)
103
-
104
+ (Type `s2s show --help` for details).
105
+
104
106
> **Note**: the associated YAML files (`paramtable.yaml`, `gui.yaml`) are not
105
107
mandatory but enforce the good practice of separating configuration settings (YAML)
106
108
and the actual Python code. This way you can experiment
You can’t perform that action at this time.
0 commit comments