Skip to content

Tutorial

N R Callahan edited this page Feb 20, 2015 · 9 revisions

###R.SUN.DISTRIBUTED EXAMPLE

Review the required dependencies to make sure you have everything install correctly

Using all of the Sol components is a relatively simple task. Running a module requires 2 steps. First you need to start the master node.

To start the master node execute the command r.sun.distributed -n "Project Name" -D [Project Directory] DEM.tif

Notes:

  • The project name will default to "r.sun.dist" if no name is specified
  • All Sol components run on port 9101, which must be accessible from the outside.
  • DEMs must be in GeoTiff format, ending in .tif
  • If no project directory is specified, the output files will be located in the current working directory.

Clone this wiki locally