Skip to content

This repo contains a Jupyter notebook detailing how to read netCDF files and create typical 2D/3D plots.

Notifications You must be signed in to change notification settings

cemac/netcdf_plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Reading and plotting netCDF data using Jupyter notebooks

This repo contains a Jupyter notebook detailing how to read netCDF files and create typical 2D/3D plots. The script makes use of a number of files which are stored here under the directory 'files'.

Installation

Clone this repository. Create a suitable conda environment using the environment.yaml file and activate it as follows:

conda env create -f environment.yml
conda activate netcdf_plot

Where to get test files

This notebook makes use of a number of different netCDF files. It can be modified to read in any netCDF files, but the specific test files can be accessed on Hugging Face. The notebook expects these files to be stored within a directory named 'files'.

About

This repo contains a Jupyter notebook detailing how to read netCDF files and create typical 2D/3D plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published