Skip to content
Snippets Groups Projects
Commit 5ee2e453 authored by Buyukkaya, Eliya's avatar Buyukkaya, Eliya
Browse files

Update README.md

parent 5f3bbe52
No related branches found
No related tags found
No related merge requests found
...@@ -12,22 +12,25 @@ ...@@ -12,22 +12,25 @@
The current run.bat is ready to run LARCH. The current run.bat is ready to run LARCH.
Update the memory (i.e., the parameter -Xmx4g) given in run.bat file based on the availability in your laptop. Update the memory (i.e., the parameter -Xmx4g) given in run.bat file based on the availability in your laptop.
1. To run QUICKScan application, the following command in run.bat file should be uncommented (no :: at the beginning of the line). (1)
To run QUICKScan application, the following command in run.bat file should be uncommented (no :: at the beginning of the line).
Please provide the correct path of python36 and pcraster in the command. Please provide the correct path of python36 and pcraster in the command.
`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.app.App "%PYTHONDIR%" "PYTHONPATH=%PYTHONPATH%"` java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.app.App "%PYTHONDIR%" "PYTHONPATH=%PYTHONPATH%"
2. To run LanduseProjector application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): (2)
To run LanduseProjector application, the following command in run.bat file should be uncommented (no :: at the beginning of the line):
`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.landuseprojector.LanduseProjector %1` java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.landuseprojector.LanduseProjector %1
The path of the data should be provided while running: The path of the data should be provided while running:
e.g. e.g.
run.bat data\iClueCostaRica.prop run.bat data\iClueCostaRica.prop
3. To run LARCH application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): (3)
To run LARCH application, the following command in run.bat file should be uncommented (no :: at the beginning of the line):
`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.component.larch.Larch %*` java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.component.larch.Larch %*
The required parameters should be provided while running. The required parameters should be provided while running.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment