Tag: oceans
-
How to use NetCDF (.nc and .nc4) files in Python/Jupyter Notebook
I found there weren’t any good resources online that had clear instructions on how to process .nc and .nc4 files through Python, so I thought I’d make a post about it myself. What are .nc and .nc4 files? First, it’s important not to get these files confused with NC (Numerical Control) files which are used…