We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just some notes on getting this working on my new Macbook (M1, OSX 12 Monterey, Homebrew)
Needed the following packages from Homebrew:
$ brew install eccodes geos
$ python3 -m venv venv $ . venv/bin/activate $ pip install -r requirements.txt
This seemed to go and builds a few packages from source, which is a bit of a pain. Only took a few minutes though.