This tutorial uses python to download and plot data from NOAA's nClimGrid Daily Database
First off, the entire codebase works in Python... sort of.
You will need the following programs installed:
- Python
- s3fs | numpy | xarray | matplotlib | cartopy | h5netcdf | h5py
The "easiest" way is to install these is by installing Anaconda, and then applying conda-forge. Afterward, then you can install the above packages.