File: README

package info (click to toggle)
pygrib 2.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,444 kB
  • sloc: javascript: 1,365; python: 1,356; makefile: 39; ansic: 13
file content (15 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
these examples read GRIB files and generate
plots of the data using matplotlib and cartopy

test_spectral.py also uses pyspharm, available from 
http://github.com/jswhit/pyspharm

to run all the tests, run 'python run_tests.py'

to run all the tests and compare
images to archived baselines install pytest-mpl, set
MPLBACKEND to 'agg' and run
'pytest test*py --mpl --mpl-baseline-path=baseline_images'

to regenerate baseline image 'pytest <script> --mpl-generate-path=baseline_images'
(using agg matplotlib backend)