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.

The video: https://youtu.be/AbLRV5YUW2g
The video is accompanied by this written tutorial with code and explanations:

https://lhmarsden.github.io/NetCDF_in_Python_from_beginner_to_pro/07_combing_data_from_multiple_netcdf_files.html