RO-Crate Tutorials from the Galaxy Training Network

By laraf |

The Galaxy Training Network provides researchers with online training materials, connects them with local trainers, and helps promoting FAIR and Open Science practices worldwide.

Find out more about FAIR data management training: https://training.galaxyproject.org/training-material/learning-pathways/fair-training.html

Tutorial series on working with CF-NetCDF files using Python

By lukem |

Want to learn how to work with NetCDF files? Know a bit of Python? Maybe this tutorial series can help you.

https://lhmarsden.github.io/NetCDF_in_Python_from_beginner_to_pro/ 

This course has been designed to help you understand NetCDF files, get data out of them and create your own NetCDF files. You will learn how to plot data from NetCDF files, convert data to CSV, loop through a THREDDS catalogue and access data over the internet using OPeNDAP.

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.