Working with Climate Data: Glossary

Key Points

Getting and Reading Data for Today's Class
  • A Dataset may contain one or more DataArrays

Subsetting Data
  • Saving intermediate datasets to disk is a good way to break large data analysis tasks into manageable, repeatable steps.

Aggregating Data
  • Aggregation functions are used often in climate data analysis, and are made easy with xarray

Masking
  • Masking is another powerful tool for working with data.

  • pcolormesh plots data as a grid of color shades corresponding to the data’s grid

Interpolating
  • Interpolating different data sets to a common grid is necessary to perform quantitative comparisons or to combine data.

  • Don’t automatically accept your result. Scrutinize, try to understand the features you see. Do they mean what you think they should mean?

Glossary

FIXME