Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This tutorial requires Python 2.7 with the NetCDF4 and Matplotlib (1.5.1 or higher) packages. Python is a free and open source language. If you do not have Python installed, we recommend installing the Anaconda distribution.

This tutorial assumed basic knowledge of Python.

Note: this tutorial does not use the build-in Python distribution in DeltaShell.

Step-by-step guide

SOBEK outputs NetCDF files (*.nc). This tutorial shows you how to access these files in Python. We will investigate the contents of the netCDF file and plot a timeseries. 

...