How to access and plot the NOAA surface temperature anomaly data in Python

Описание к видео How to access and plot the NOAA surface temperature anomaly data in Python

Tutorial on how to access and plot the NOAA surface temperature anomaly data in Python.

I would like to thank the authors of the data for making them openly available and FAIR.

If you want to use the data publicly, you should also give credit to the authors of the dataset by including the following recommended citation (change the access data at the end):

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 [2024-04-13].

00:00 Accessing the data
02:13 Understanding the NetCDF file
04:50 Accessing the data
05:15 Data to CSV
06:02 Selecting one time slice
07:43 A quick, basic plot
08:28 A nicer plot

Code here, including how to make an mp4 looping through the months, and also how to compute and plot annual anomalies:
https://github.com/lhmarsden/Accessin...

Landing page for the data: https://www.ncei.noaa.gov/access/meta...

OPeNDAP link to the data: https://www.ncei.noaa.gov/thredds/dod...

Append '.html' to the url above to access the OPeNDAP data access form.

To find the latest version of the data, go to: https://www.ncei.noaa.gov/thredds/cat...

v6 of the data are here
https://www.ncei.noaa.gov/metadata/ge...

Matplotlib colour palettes: https://matplotlib.org/stable/users/e...
Cartopy projections: https://scitools.org.uk/cartopy/docs/...
My playlist on working with NetCDF files in Python:
   • NetCDF in Python - from beginner to pro  

Комментарии

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