Changes between Version 180 and Version 181 of Versions


Ignore:
Timestamp:
Jan 27, 2022, 10:06:27 AM (2 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v180 v181  
    1313
    1414- petascope
     15 [beta4]
     16 - Enhance time to load basic coverages to cache when petascope starts
     17 - Enhance data migration for persisting coverage sizeInByte to database
     18 - Enhance dtabase migration for coverages and layers
     19 - Log the request and the time to process the requests in petascope.log
     20 - Fix translating grid index to coefficient in an irregular axis with reverted coefficients order
     21 - Fix error with clip expression in LET clause
     22 - Rname APIs for non-standard HTTP requests
     23 - Fix null parameters error when adding/updating wms style
     24 - Support INSPIRE coverages in WCS GetCapabilities result
     25 - Fix WCPS fragment to compute differences between two time slices in a WMS style
     26 - Fix WCPS wrong generated coordinates for irregular axis when resubsetting
     27 - Fix WCPS parser error for band subsetting with band name starting with Hill
     28 - Fix WMS style with SLD error for special characters < and >
     29 - WCPS supports mod() operator and coverageExpression is null in switch case
     30 - Remove petascope_admin_user and petascope_admin_pass in petascope.properties
     31 - Set log level INFO for logging incoming requests to petascope.log
     32 - WCPS supports `domain()` without axis label specified
     33 - WCS GetCapabilities supports ACCEPTLANGUAGES extra parameter
     34 - Non-write requests should not be checked by `allow_write_requests_from` setting in petascope.properties
     35 - WCPS supports query in XML-wrapper for WCS ProcessCoverages endpoint
     36
     37----
     38  [From Dimitar]
     39
    1540 - WCPS supports LET clause for defining variables ([https://doc.rasdaman.org/05_geo-services-guide.html#let-clause-in-wcps docs])
    1641 - WCPS supports interpolation parameter in crsTransform() ([https://doc.rasdaman.org/05_geo-services-guide.html#interpolation-value docs])