Changes between Version 154 and Version 155 of FAQ


Ignore:
Timestamp:
Mar 22, 2023, 10:54:46 AM (14 months ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v154 v155  
    360360''Solution:'' when redeploying rasdaman, make sure to ''restart Tomcat''. This is required because petascope uses a native library from GDAL; further information in the [https://cwiki.apache.org/confluence/display/tomcat/HowTo#HowTo-I'mencounteringclassloaderproblemswhenusingJNIunderTomcat Tomcat docs].
    361361
     362
     363=== Modulor operation in WCPS ===
     364
     365In WCPS, `%` character is used for decoding UTF-8 encoded characters, for example,
     366character `[` is encoded as `%5B`.
     367
     368In order to perform a modulor operation, one needs to use binary function `mod(a, b)`.
     369For example:
     370
     371{{{
     372    for $c in (test_mr)
     373    return encode( mod(5, 3) , "csv" )
     374}}}
     375
    362376== Data formats ==
    363377