Skip to content

Commit

Permalink
Updated Readme to show gv usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhardinee committed Apr 8, 2014
1 parent 7e79d10 commit 75bb59b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ dsd = pydisdrometer.read_parsivel(filename)
dsd.calc_radar_parameters()
```

If using Ground Validation Parsivel Disdrometer Data, usage is more like

```python
dsd = pydisdrometer.read_parsivel_gv(filename, campaign='ifloods')
```

Requirements:
This library currently requires the normal scientific python stack(numpy+scipy+matplotlib)
It also requires the [PyTMatrix Package](https://github.com/jleinonen/pytmatrix).
Expand Down

0 comments on commit 75bb59b

Please sign in to comment.