Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 555 Bytes

AnalysisBasics_details.md

File metadata and controls

23 lines (18 loc) · 555 Bytes

Basics

  • CLEx Conda environments:
    • Accessing
    • Listing packages
    • Combining with your own locally installed packages
  • Basics of Jupyter Notebooks

Link to training

Basic data handling with Python

  • With Iris and Xarray/Pandas:
    • Open files in netcdf, UM format, HDF5:
      • Single file
      • Collection of files
      • Data concatenation
    • Handling of the data
    • Working with dates
    • Basic calculations: mean, sum, rolling windows...
    • Write to netcdf files

Link to training