This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Releases: CCI-Tools/cate-desktop
Releases · CCI-Tools/cate-desktop
2.0.0-dev.18
Changes in version 2.0.0-dev.18
- Added new operation
data_frame_aggregate()
#707 - Values of scalar variables are now always shown in VARIABLES panel in Cate Desktop #702
Unfortunately, this feature did not find its way into 2.0.0.dev17, instead only its related bug #743. - Fixed "KeyError: 0" for one one-record data frames #743
- Removed option to load GML files in Cate Desktop solving #734
- Subset spatial 'mask' parameter shouldn't have resource selection enabled #699
2.0.0-dev.17
Changes in Version 2.0.0-dev.17
- Now creating a new workspace in Cate Desktop and the CLI automatically saves it in the file system #690
- Added information about resources of type
GeoDataFrame
(Shapefiles, GeoJSON) in the details section of the WORSPACE panel in Cate Desktop #705 - Added new operation
merge()
#740 - Added new operation
data_frame_subset()
#708 - Fixed display of CCI Sea Level MSLAMPH data #722
- Improve indexers to first do a validation with respect to the available dimensions and the selected remaining_dims #730
- Improve plotting capabilities to allow multi-variable plotting and format specification #704
- Fixed code signing issue during the installer build on MacOS and Windows #726
- Fixed Cate Desktop failed to start (in Ubuntu 18) due to missing .so #729
- Fixed Cate Desktop failed to start (in Windows) due to unable to find dll files #725
- User-defined Setup fails with existing Miniconda/Anaconda installation #728
- Fixed issue in Cate Desktop that caused longitude value to change unexpectedly when latitude value is set on a placemark #682
2.0.0-dev.16
Changes in 2.0.0-dev.16
- Added new operation
data_frame_find_closest()
#706 - Added new operations
compute_dataset()
andcompute_data_frame()
#703. - Fixed division by zero error in RGB tile generation if data min and max were equal
- Allow displaying and working with CCI Sea Level MSLAMPH data.
Addresses #531. - Improved chunking when opening local netCDF datasets, improved memory footprint of
subset_spatial
operation when masking is enabled
Addresses #701 - Fix a bug where correlation would fail with differing time dimensions
Addresses #700 - Fix a bug where coregistration would fail in some cases when the grouped by dimension
is not squeezed out automatically.
Addresses #684 - Fix a bug where coregistration would fail with some datasets on very fine grids due to
floating point calculation errors
Addresses #714 - Fixed issue in STYLES panel that caused UI to hang if min and max were equal
- Fixed issue with unresponsive or slow WORKSPACE panel / Workflow Steps tab renderings,
caused by operation parameter values that are very large strings, such as Glacier CCI polygon WKT values.
2.0.0-dev.15
Changes in 2.0.0-dev.15
- Now using environment variables
HTTP_PROXY
,NO_PROXY
, etc to configure Electron's proxy command-line switches
to maybe target #627 - No longer disable table view in VARIABLES panel if #rows is > 10000.
- Fixed operation progress monitor which was broken due to an update of the Dask library.
- ESA sea-level data not correctly displayed #661
- Added colour mapping defaults for CCI Sea Level data.
- Extended max. table size to 10000 elements (workaround).
- User Guide Improvements and Updates #409:
- Replaced references to Cate 1.0 to Cate 2.0 and updated most of figures
- Rewrote section about setup including installation and configuration
- Added a new section about the new STYLES panel
- Updated section about PLACES panel to include information on how to generate a polyline, polygon, and box
- Updated section about LAYERS panel to describe its new elements
2.0.0-dev.13
- No longer hide any ODP datasets in GUI #669
- Added experimental support for Zarr data I/O format #659
- The operation
long_term_average
now works with daily, monthly and seasonal datasets #471 - Fixed problem in
cate-webapi-start
occurring on Linux when using addresslocalhost
(related to #627) - Updated
anomaly_external
to retain global attributes and do more input validation #666 - Error when executing exported Python scripts: module 'cate' has no attribute 'ops' #668
- Some fixes to installation issues
- Requires cate-webapi 2.0.0-dev.12
2.0.0-dev.11
Changes in 2.0.0-dev.11
- Allow exporting any data as CSV #637
- Lacking cancelable progress monitor when opening large datasets #640
- Wrong chunk size does not allow to import some dataset #631
- Local dataset not recognised #557
- Setup error: directory has access restrictions #642
for more effective debugging of setup problems - Using
localhost
instead of explicit IP to maybe target #627 - Cate Desktop's log file
~/.cate/cate-desktop.log
now contains more details about process invocations to allow - The
read_netcdf()
operation uses Dask chunking so we can expand all variables by a 'time' dimension
without loading all data into memory.
2.0.0-dev.10
2.0.0-dev.9
New Features and UX Improvements
- Representative default variables #590
- Drag and drop files on Cate's main window #597
- Some (text) areas in the UI should be user-selectable #608
- Allow proxy configuration in Cate Desktop #544
- Improve error messages and handling #393
- Provided help text with links for the Python code editor opened from the
compute
operation dialog.
Fixes
2.0.0-dev.8
Fixes
- Cate Desktop hangs when restarted after quit while running a task #578
- Closing Cate on Mac #551, revisited.
- SST temporal aggregation error #548
- Scrambled time axis error #538
Other Changes
- Removed the
cate-webapi
command-line tool and replaced it by two others:cate-webapi-start
to start the Cate WebAPI service.cate-webapi-stop
to start the Cate WebAPI service. This script executes
fast, as it will will not longer import any of the many packages Cate depends on.