Skip to content

v1.7.0

Compare
Choose a tag to compare
@duncanwp duncanwp released this 22 Jan 08:36
· 34 commits to master since this release

CIS 1.7 features

  • Extended the definition of the MODIS_L3 plugin to include monthly files.
  • Added plugins Aerosol_CCI_L3 and Cloud_CCI_L3 to read Level 3 CCI products.
  • Extended the Aeronet plugin to read files from:
    • The Version 3 Direct Sun Algorithm,
    • The Maritime Aerosol Network,
    • All versions of the Spectral Decomposition Algorithm,
    • The All_Sites_Times_*.dat files now distributed under the "Download All Sites" link.

Incompatible changes

  • Renamed the plugins Aerosol_CCI and Cloud_CCI to Aerosol_CCI_L2 and Cloud_CCI_L2 to be consistent with MODIS.
  • Updated to Iris 2.0.0 and pyHDF 0.9.0 (removing previous workarounds).
  • Gridded / gridded collocation of time coordinates is no longer supported since iris no longer allows the
    determination of whether a point lies within a bounded region for datetime-like objects

Bugs fixed

  • In a PP file, if a var_name contains spaces the plugin will now attempt to replace them with underscores.