Skip to content

Commit

Permalink
Updated geoplot README
Browse files Browse the repository at this point in the history
  • Loading branch information
wincentbalin committed Aug 8, 2023
1 parent dfaa205 commit 939766f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.geoplot.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Simple plotting utility written in python for geoloc. Requires numpy and matplotlib and Basemap.
Simple plotting utility written in python for geoloc. Requires numpy and matplotlib and CartoPy.

It reads geoloc's `--print-matrix` output from stdin, and plots the results
on a map.
Expand All @@ -14,7 +14,7 @@ geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --europe
Plot on world map, projection is mercator:

```
geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --world --proj=merc
geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --world --proj mercator
```

Plot on U.S. map, use contours instead of grid:
Expand All @@ -26,7 +26,8 @@ geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --us --contour
As previous, but output PDF:

```
geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --us --contour --pdf
geoloc --classify --print-matrix mymsg.txt | ./geoplot.py --us --contour --output map.pdf
```

- MH20140406
- WB20230808

0 comments on commit 939766f

Please sign in to comment.