Metview's documentation is now on readthedocs!

Download source and data


3 Comments

  1. Sarah-Jane Lock

    When I run the above python code, I get an error for the mvl_geopolyline function:

    Traceback (most recent call last):
     File "test.py", line 43, in <module>
       vis = mv.mvl_geopolyline(latPos, lonPos, incr)
    AttributeError: module 'metview' has no attribute 'mvl_geopolyline'

  2. Sandor Kertesz

    Sarah-Jane Lock This function was introduced in version Metview 5.9.0. So e.g. metview/new should work for you.

    1. Sarah-Jane Lock

      Perfect! Thank you (smile)