daniel rothenberg
  • projects
  • research
  • vita
  • blog
  • Archives

Plotting HYCOM/RTOFS SST data in Python

July 02, 2015   python • cartopy • iris • xray • visualization • netcdf • data

Based on this notebook, which highlights some basics on reading in RTOFS/netCDF output into Python, manipulating that data, and plotting it. For additional examples, Filipe Fernandes has a great example of similar operations on his blog.

    import netCDF4 as nc
    import numpy as np

    %matplotlib inline
    import matplotlib.pyplot …
more ...

© 2015 Daniel Rothenberg ·
Back to top
Python-powered by Pelican and Bootstrap