Skip to content

LANDIS-II-Foundation/Tool-LANDVIZ

Repository files navigation

LANDVIZ (LANDIS-II-Visualization)

Changes to this extension are governed by the Repository Rules from the Technical Advisory Committee.

LANDIS-II Visualization Development

Documentaion: Documentation of the PreProcTool and the WebVisTool

PreProcTool: Development environment for the PrePrcoTool

WebWisTool: Development environment for the WebVisTool





LANDVIZ v1.2

Updates

  • Added "Load" button (#22).
  • Added "modal" to onload (#23) - Information showing on the modal is old. It still needs to be updated.
  • Added "Information" button for external web liks. The user can add web links in XML (#24).
  • Adjusted colors on graphs (#25).
  • "Reset" button added (#26).

Notes

  • #24 text and video needs to be reviewed and modified.
  • Documentations need to be updated.

Testing

  1. Download or clone the project and unzip.
  2. Go to example/example_project folder and open preproc_VizTool_example.xml file. The tag <weblinks></weblinks> is a new to this release. Modify <link> applicable to your project. The order of tags is important so use preproc_VizTool_example.xml as a template.
<weblinks>
	<link label="LandViz" href="https://sites.google.com/site/landismodel/tools/viz-tool" />
	<link label="Dynamic Ecosystems &amp; Landscape Lab" href="https://sites.google.com/a/ncsu.edu/dynamic-ecosystems-landscape-lab" />
</weblinks>

The <weblinks> tag requires at least one <link> child node in order to run the application successfully.

<weblinks>
	<link label="LandViz" href="https://sites.google.com/site/landismodel/tools/viz-tool" />
</weblinks>
  1. Dobule click example/example_project/run_preproctool_example.bat file. The "sample_output" file will be created after the successful run.
  2. Double click sample_output/start-landis-vis-local.exe. It will open LANDVIZ-II-Visualization webpage.