We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee55f commit 77a4426Copy full SHA for 77a4426
README.md
@@ -6,6 +6,8 @@ Currently suopports:
6
- UNAVCO: GNSS
7
- BGS: Seismic events
8
9
+Feel free to request other data sources be added, via [GitHub issues](https://github.com/mp-v2/pygeodl/issues).
10
+
11
## Installation
12
13
You can install `pygeodl` using pip:
@@ -50,3 +52,9 @@ print(df.head())
50
52
```
51
53
54
This will output a pandas DataFrame with the requested GNSS data.
55
56
+## Examples
57
58
+Working example scripts can be found in the examples folder.
59
+- examples/get_unavco_gnss.py
60
+- examples/get_bgs_seismic.py
0 commit comments