Changes between Version 154 and Version 155 of FAQ
- Timestamp:
- Mar 22, 2023, 10:54:46 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v154 v155 360 360 ''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]. 361 361 362 363 === Modulor operation in WCPS === 364 365 In WCPS, `%` character is used for decoding UTF-8 encoded characters, for example, 366 character `[` is encoded as `%5B`. 367 368 In order to perform a modulor operation, one needs to use binary function `mod(a, b)`. 369 For example: 370 371 {{{ 372 for $c in (test_mr) 373 return encode( mod(5, 3) , "csv" ) 374 }}} 375 362 376 == Data formats == 363 377