Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QUICKScan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Buyukkaya, Eliya
QUICKScan
Commits
5ee2e453
Commit
5ee2e453
authored
1 year ago
by
Buyukkaya, Eliya
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5f3bbe52
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-6
9 additions, 6 deletions
README.md
with
9 additions
and
6 deletions
README.md
+
9
−
6
View file @
5ee2e453
...
@@ -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
\Q
UICKScan.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
\Q
UICKScan.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
\i
ClueCostaRica.prop
run.bat data
\i
ClueCostaRica.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
\Q
UICKScan.jar nl.wur.component.larch.Larch %
*
The required parameters should be provided while running.
The required parameters should be provided while running.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment