Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes_work

This is an old revision of the document!


Python Notes (work)

Get pygrib installed and working to plot meteorological data:

Is the following what to do?

dnf config-manager --set-enabled PowerTools
dnf install python3-pygrib
dnf install python3-numpy
dnf install python3-scipy
dnf install python3-matplotlib*
dnf install python3-pyproj
python3 -m pip install --upgrade pip
python3 -m pip install pip-upgrade-outdated
pip_upgrade_outdated
python3 -m pip install shapely

Now test a script.

python_notes_work.1601406778.txt.gz · Last modified: 2020/09/29 15:12 by juckins