Skip to content

Commit 77a4426

Browse files
committed
update readme
1 parent 21ee55f commit 77a4426

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Currently suopports:
66
- UNAVCO: GNSS
77
- BGS: Seismic events
88

9+
Feel free to request other data sources be added, via [GitHub issues](https://github.com/mp-v2/pygeodl/issues).
10+
911
## Installation
1012

1113
You can install `pygeodl` using pip:
@@ -50,3 +52,9 @@ print(df.head())
5052
```
5153

5254
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

Comments
 (0)