Changes between Version 541 and Version 542 of Versions


Ignore:
Timestamp:
Apr 4, 2025, 12:12:04 PM (11 days ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v541 v542  
    1717- Support for OpenEO batch jobs ([https://doc.rasdaman.org/05_geo-services-guide.html#batch-jobs docs])
    1818- 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
    1925
    2026''rasdaman core''
     
    2228- Updated default formatting of CSV and JSON outputs ([#CSVJSONformat docs])
    2329- 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
    2438
    2539=== Incompatible changes
     
    5771
    5872==== wcst_import options
     73
     74Any `camelCase` settings in `wcst_import` ingredient files are deprecated (but still valid).
     75It 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`                    ||
    5994
    6095=== Upgrading