Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

2.0.0-dev.24

Pre-release
Pre-release
Compare
Choose a tag to compare
@forman forman released this 19 Dec 17:21
· 141 commits to master since this release

How to install

Changes in 2.0.0-dev.24

  • A set of related data access issues that all occurred if data was downloaded from ODP using a spatial subset
    has hopefully been addressed in one go. Issues include:
    • Cannot download SST dataset - I/O error. #823
    • Unable to open soil moisture dataset, key error in lru_cache.py #822
    • Failure downloading data with region constraint. #818
    • Fire: Copying remote data failed. #816
    • Landcover: NetCDF access failure. #783
  • Cate now uses new CCI ODP service endpoints. #825
  • Cate now uses Python 3.7 as a consequence of resolving #824:
    Windows build for 2.0.0-dev.23 broken.
  • Fixed broken build on Windows that lets Cate raise
    ImportError: DLL load failed: The specified module could not be found when loading GDAL shared libraries. #824
  • Fixed potential runtime performance bottleneck when creating spatial subsets, especially when downloading data subsets.
  • Cate now distinguishes network connection problems from errors of other origin. Introduced new
    error type cate.core.ds.NetworkError that is raised if a connection to e.g.
    CCI ODP services can not be established. #789
  • In coregistration make sure the replica dataset is simply returned if it is
    already on master grid. #805