Skip to content

Commit e0a2683

Browse files
Jake ShermanJake Sherman
Jake Sherman
authored and
Jake Sherman
committed
Updated README
1 parent 863515f commit e0a2683

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install nwac
1515

1616
## Usage
1717

18-
To see all of the available weather stations, use the `stations` function:
18+
To see all of the available weather stations, use the `stations` function to get a Pandas Dataframe of station metadata:
1919

2020
```python
2121
import nwac
@@ -31,7 +31,7 @@ hurricane_ridge_data = nwac.download_historical_data(
3131
)
3232
```
3333

34-
In this example, let's plot daily median snow depth values for the Paradise, Heather Meadows, and Washington Pass Lower stations for 2021:
34+
Here let's plot daily median snow depth values for the Paradise, Heather Meadows, and Washington Pass Base stations for 2021:
3535

3636
```python
3737
%matplotlib inline
@@ -79,7 +79,6 @@ pytest tests/test_nwac.py
7979
Ideas for future improvement:
8080

8181
* Downloader for historical avalanche forecasts
82-
* Out-of-the-box sensible imputation/smoothing (look at the early November snow depths for Paradise above as an example)
83-
* There are probably plenty of others I have not considered
82+
* Out-of-the-box sensible imputation/smoothing (look at the early November snow depths for Paradise above as an example of some obviously wrong data)
8483

8584
Thanks!

0 commit comments

Comments
 (0)