https://github.com/csyhuang/python-climate-data-processing
Tutorial script for analyzing and visualizing climate data.
https://github.com/csyhuang/python-climate-data-processing
cartopy climate-data netcdf4 visualization
Last synced: 4 months ago
JSON representation
Tutorial script for analyzing and visualizing climate data.
- Host: GitHub
- URL: https://github.com/csyhuang/python-climate-data-processing
- Owner: csyhuang
- Created: 2018-02-06T15:38:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T16:08:10.000Z (over 6 years ago)
- Last Synced: 2025-05-20T15:13:34.384Z (5 months ago)
- Topics: cartopy, climate-data, netcdf4, visualization
- Language: Jupyter Notebook
- Size: 40.7 MB
- Stars: 12
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-climate-data-processing
Tutorial script for analyzing and visualizing climate data.
To clone (i.e. get a copy to your own directory):
```
git clone https://github.com/csyhuang/python-climate-data-processing.git
```
and you will have copied all the files into a directory ```python-climate-data-processing```.In the future, to get an updated version of the repository:
```
git pull
```# List of tutorials (tutorials/)
- tutorial-Feb1-setup.ipynb: load netCDF datasets and visualize them with matplotlib.
- Cartopy_tutorial.ipynb: use the cartopy plotting library to visualize geopotential
height at 300hPa on the globe.
- find-fourier-coefficients-using-fft.ipynb: compute fourier coefficients using ```scipy.fftpack```.# Submission from Claire (submission_from_claire/)
This folder contains submitted work from Claire. To submit the files you want to show,
add the files you have changed using
```
git add file_you_have_changed.ipynb
git commit -m 'A message telling what the file is about'
git push
```