Training

Video tutorial: Combining data from multiple NetCDF files using Python

By steingod |

A new video to showing how to combine data from multiple NetCDF files using Python is provided by Luke Marsden. This video includes:

  • Using OPeNDAP to access data over the internet without downloading the files
  • How to loop through a THREDDS data server to accessing multiple files
  • Combining the data into a single pandas dataframe that you can save as a CSV or XLSX file

CTD data from the Nansen Legacy project is used as an example.