Changes between Version 510 and Version 511 of Versions


Ignore:
Timestamp:
Nov 29, 2024, 7:58:12 AM (6 weeks ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v510 v511  
    1414OGC frontend (petascope)
    1515
    16 - New simplified formula to convert geo-to-grid coordinates for regular axis
     16- New API for setting and retrieving a coverage thumbnail
     17- Support passing user-defined parameters for a style fragment in WMS GetMap requests
     18- Removed support for coverage metadata in JSON format
     19- New simplified and consistent formula for translating geo to grid coordinates when importing / subsetting for regular axes
     20- Required negative geo resolution for axis type `Y` when importing new coverage
     21- Text responses, e.g. for `GetCapabilities` request, will be compressed / decompressed automatically in WebBrowser for faster download
     22- In DescribeCoverage response the `swe:label` will be same as the `swe:field` name if a quantity's label is not set
     23- Validate `colorPaletteTable` in coverage's metadata when updating / inserting
     24- Throw exception when WMS `GetMap` `TIME` parameter is not a specific datetime value
     25- Fixed out of memory error when deleting a coveage containing an axis with large number of coefficients
     26- Fixed missing manually editted coverage's metadata in WCS `DescribeCoverage` responses
     27- Fixed null value in WCPS calendar query when VALUES expression is a scalar value
     28- Fixed error when concatenating values in an axis iterator domain for a calendar query
     29- Improved handling for escaped special XML characters in coverage's metadata
     30- Improved checking a layer's existence when getting capabilities
     31- Fixed issue with zero value for axis extent resolution in petascopedb
     32- Fixed issue with incorrect value for axis extent resolution of pyramid member coverages
    1733
    1834secore
    1935
     36- Added new setting `ignore_agents_matching` in `secore.properties` to filter requests crawling SECORE by user-agent bots
     37- Added doc for configurations in `secore.properties`
    2038- Fixed issue to show invalid EPSG CRS with source opengis.net and
    2139  added new setting ``max_cache_size`` for controlling SECORE's cache size.
     
    2341wcst_import
    2442
    25 - New setting ``thumbnail_path`` to set a coverage's thumbnail
    26 - New setting ``wms_styles`` to add styles to a layer at inserting coverage.
     43- New setting `coverage_metadata` to define non-rasdaman global metadata in ingredients file
     44- New setting `thumbnail_path` to set a coverage's thumbnail
     45- New setting `wms_styles` to add styles to a WMS layer when inserting a coverage
     46- Removed support for coverage's metadata in JSON format
     47- Nested functions in expressions are evaluated properly in python list comprehension
     48- Support `validity` setting for adjusting `areasOfValidity` of updating coefficients implicitly
     49- Match multiple input files to defined `areasOfValidity` in a single ingredients file
     50- Support for `OGC/O/Temporal` CRS
     51- Support for specifying one band's settings in Sentinel 1 recipe
     52
     53
     54
     55
    2756
    2857== Version 10.3.16 (2024-10-16)