Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Cate 0.9.0.dev7

Pre-release
Pre-release
Compare
Choose a tag to compare
@forman forman released this 25 Sep 08:12
· 1998 commits to master since this release

Before you install

For each supported operating system (Linux, Mac OS X, Windows) there are two installers:

  1. cate-<version>-<platform>.exe/.sh: installers for Cate Core including the command-line interface and Python API;
  2. Cate.Desktop.<version>.exe/.dmg/.AppImage: secondary installers for Cate Desktop, Cate's graphical user interface for Windows, OS X, and Linux,

To use Cate Desktop, users must first install Cate Core before installing Cate Desktop.

Linux and Mac users: the Cate Core installers are bash shell scripts which must be executed from a terminal:

$ bash cate-<version>-<platform>.sh

Cate Desktop changes since 0.9.0-dev.6

UX Improvements and new Features

  • The Download Data Source dialog opened from the DATA SOURCES panel has been simplified and now produces a new workflow step which calls operation open_dataset(..., force_local=True) #366. Like for any other operation step, users can be inspect and edit input values and re-invoke the operation any time later from the WORKSPACE panel #314.
  • On the Abstract tab of the DATA SOURCES panel show information about spatial and temporal coverage.
  • Enable the Show data in table action only for resources of type type DataFrame.

Fixes

  • "Window" sub-menu is empty #362
  • Splash screen must not stay on top #363
  • Make alpha blending work for all color maps #360
  • GUI-Preferences for data store files do not overwrite conf.py #350

Find complete change log here.

Cate Core changes since 0.9.0.dev6

Improvements and new Features

  • Added check if copying/downloading DS failed without any progress/complete files
    if so, remove empty DS #375
  • Min/max computation should be monitored #384
  • Added API to annotate deprecated operations and operation input/outputs. Refer to op, op_input, op_output decorators in cate.op. #381
  • Configure default color maps #372
  • Hide problematic ODP data sources #368
  • Coregistration operation now works on n-dimensional datasets #36

Issues Fixed/Resolved

  • Fixed reading datasource temporal coverage from config file (obsolete format) #373
  • Merged (removed duplicated) meta information in datasource config file #301
  • Land Cover CCI display must use dedicated color map #364
  • Land Cover CCI data display wrongly positioned (temp. hack!) #361
  • Make alpha blending work for all color maps #360
  • CLI monitor not working #353
  • GUI-Preferences for data store files do not overwrite conf.py #350
  • Filter 't0' in the make_local step of SOILMOISTURE data sources to make the data usable #326
  • Updated information about temporal, spatial coverage and variables of copied from ODP data sources (constraint-aware) #315
  • Verify operations against the operation development checklist to ensure some quality baseline. #291
  • Use only tags from a predefined set (maybe module name && list in developers' guide) #280
  • Added option to use open_dataset in workflow with automatic copying remote data source and reusing/re-opening previusly copied data (constraint-aware) #287
  • Generate unique default ID for local copies of remote data sources (constraint-aware) #277
  • Coregistration works with n-dimensional datasets #36, #348

Find complete change log here.