grib-doctor
grib-doctor copied to clipboard
import cut_splice_globewrap as csg, click ModuleNotFoundError: No module named 'cut_splice_globewrap'
i 'm using gribdoctor but i got this issue. Can you help me??? Thank you.

I got it too
Replace the first line of cli.py with the following:
from . import cut_splice_globewrap as csg
import click