Why can't I open my girb2 file using Pygrib?

448 Views Asked by At

I'm trying to open a grib2 file using pygrib but the error shows like this. Any help would be appreciated as I'm a new Python user

In [2]: debugfile('E:/NASA2/untitled0.py', wdir='E:/NASA2') File "e:\nasa2\untitled0.py", line 12 grbs = pygrib.open(2011.grb2) ^ SyntaxError: invalid syntax

0

There are 0 best solutions below