How to open a NetCDF file

preview_player
Показать описание
In this video, we will open a NetCDF file in Python, understand what is inside, and learn to read the data and metadata.

# Chapters
00:00 Introduction to the course
02:11 Installing and importing modules
03:41 Opening a NetCDF file with xarray
04:35 Introducing OPeNDAP
05:31 Understanding the contents of a NetCDF file
07:20 Global attributes (metadata describing the whole file)
09:47 Attribute Convention for Data Discovery (ACDD)
10:34 The Climate & Forecast Conventions (CF)
11:44 Dimensions
12:24 Coordinate variables
12:52 Data variables

# How to cite this video
If you think this course contributed to the work you are doing, consider citing it in your list of references. Here is a recommended citation:

# All videos in this course:

# The code
This tutorial series is accompanied by a Jupyter Book with code, explanations and more examples. You can find the relevant section here:

# Data used in this tutorial:

# Useful links
Рекомендации по теме
Комментарии
Автор

Thanks for the video! This is very helpful!

UnParalleled_
Автор

This is very technical and interesting. I am on a journey to learn how to present historical wave data graphically as a map overlay using WW3 or NORA10. Unfortunately I do not posses the tools or the skills to do this yet, but hopefully this series will help.

csmaster
Автор

Hi Luke, I am Ana from Brasil.
Would you please make a vídeo about OPENDAP?

anamariacarvalho
Автор

Thank you for this detailed video on how to read a netcdf file. I'm using GSMaP precipitation data which is in .dat file format can you make a video on how to convert such files into netcdf file. Thank you!

juhidhuriya
Автор

Thanks for the video. But how to read separate nc file in the computer?

chathupremachandra
Автор

Amazing video. Thank you!
How do I fix this problem: AttributeError: partially initialized module 'xarray' has no attribute 'open_dataset' (most likely due to a circular import)?

carolinaalonso
Автор

Hi Luke, how are you dude? Excuse me, I'm trying to see a .nc from Modis Aqua satellite for to get the chlorophyll concentration with Python, I'm follow your steps but the file doesn't show the variables, it's empty. Do you have some video about this situation?

Juan_Tala
Автор

how do i fix the problem when it says no module ‘xarray’

chasesmith
visit shbcf.ru