Changes between Version 138 and Version 139 of FAQ


Ignore:
Timestamp:
Nov 13, 2019, 1:22:23 PM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v138 v139  
    293293On most systems this can be done by editing a `/etc/default/tomcat*` file. Find the `JAVA_OPTS` option and set `-Xmx` to the desired value (e.g. to allow 4GB RAM, use `-Xmx4G`.
    294294
     295=== "OS provides only python3 GDAL package"
     296
     297Currently `wcst_import.sh` works with python2 only and has various dependencies which must be python2-compatible as well.
     298
     299If the OS doesn't provide a suitable package, it can be installed with pip, e.g.
     300{{{
     301pip install --user GDAL==2.4.3
     302}}}
     303
    295304== Data formats ==
    296305