How to write data from a NetCDF file to a CSV or XLSX/Excel file

Описание к видео How to write data from a NetCDF file to a CSV or XLSX/Excel file

In this video, you will learn to export your data to a Pandas dataframe which you can write to a CSV or XLSX file.

Chapters
00:00 Introduction
00:23 Importing modules
00:47 Loading in 1st dataset (1D)
03:05 Data to pandas dataframe
04:21 Exporting to CSV or XLSX
05:44 Second dataset (multiple dimensions)
08:40 Extracting a subset of the data

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:

Marsden, L. (2024, April 19). NetCDF in Python - from beginner to pro. Zenodo. https://doi.org/10.5281/zenodo.10997447

All videos in this course:
01:    • How to open a NetCDF file  
02:    • How to plot data from a NetCDF file  
03:    • How to write data from a NetCDF file ...  
04:    • How to create a NetCDF file & CF and ...  
05:    • How to structure a data collection of...  
06:    • How batch create NetCDF files in Python  
07:    • How to extract data from multiple Net...  

The code
This tutorial series is accompanied by a Jupyter Book with code, explanations and more examples. You can find the relevant section here:
https://nordatanet.github.io/NetCDF_i...

Data used in this tutorial:
Elizabeth Jones (2022) CTD data from Nansen Legacy Cruise - Joint cruise 2-1 Staion: P1_NLEG01-1 https://doi.org/10.21335/NMDC-2085836...
OPeNDAP link: https://opendap1.nodc.no/opendap/phys...

H.-M. Zhang, B. Huang, J. H. Lawrimore, M. J. Menne, and T. M. Smith (2019): NOAA Global Surface Temperature Dataset (NOAAGlobalTemp), Version 5.0. NOAA National Centers for Environmental Information. doi:10.25921/9qth-2p70 Accessed 2024-01-04.
OPeNDAP link: https://www.ncei.noaa.gov/thredds/dod...
https://www.ncei.noaa.gov/access/meta...

Комментарии

Информация по комментариям в разработке