Changes between Version 541 and Version 542 of Versions
- Timestamp:
- Apr 4, 2025, 12:12:04 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v541 v542 17 17 - Support for OpenEO batch jobs ([https://doc.rasdaman.org/05_geo-services-guide.html#batch-jobs docs]) 18 18 - Improve handling of concurrent update operations in petascope 19 - Fixed API to check if a coverage exist 20 - Fixed petascopedb migration 21 - Fixed internal SECORE is not loadable from external tomcat 22 - Fixed to allow second operand of WCPS `bit()`, `mod()` and `pow()` as a coverage expression 23 - Fixed error in WCPS query when scaling a condense declared in `LET` clause 24 19 25 20 26 ''rasdaman core'' … … 22 28 - Updated default formatting of CSV and JSON outputs ([#CSVJSONformat docs]) 23 29 - Improve performance of applying color maps before encode 30 31 ''wcst_import'' 32 33 - Existing `camelCase` settings in ingredients files have been deprecated, 34 the `snake_case` alternatives should be used ([https://doc.rasdaman.org/05_geo-services-guide.html#batch-jobs docs]) 35 - Fixed `wcs_extract` recipe to work with arbitrary number of pixels specified in `partitioning_scheme` setting 36 - Added new expression to extract a tag's value of a specific band in `gdal` recipe ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-possible-expressions docs]) 37 24 38 25 39 === Incompatible changes … … 57 71 58 72 ==== wcst_import options 73 74 Any `camelCase` settings in `wcst_import` ingredient files are deprecated (but still valid). 75 It is recommended to update ingredient JSON files to use the corresponding `snake_case` variants. 76 77 78 || **old option** || **new option** || 79 || `pixelIsPoint` || `pixel_is_point` || 80 || `observationType` || `observation_type` || 81 || `nilValue` || `nil_value` || 82 || `nilReason` || `nil_reason` || 83 || `nilValues` || `nil_values` || 84 || `uomCode` || `uom_code` || 85 || `codeType` || `code_type` || 86 || `codeSpace` || `code_space` || 87 || `filterMessagesMatching` || `filter_messages_matching` || 88 || `gridOrder` || `grid_order` || 89 || `crsOrder` || `crs_order` || 90 || `directPositions` || `direct_positions` || 91 || `dataBound` || `data_bound` || 92 || `areasOfValidity` || `areas_of_validity` || 93 || `sliceGroupSize` || `slice_group_size` || 59 94 60 95 === Upgrading