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
How to install
- Windows: Download cate-desktop-setup-2.0.0-dev.23.exe, then double-click.
- Mac: Download cate-desktop-2.0.0-dev.23.dmg, then double-click.
- Linux: Download cate-desktop-2.0.0-dev.23-x86_64.AppImage, then execute in a terminal window.
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: - 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 typecate.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