Skip to content

sunwookimiub/CyberGIS-TerrainAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terrain Analysis

To receive an image file as input from the user and to return a file of the equivalent format with values calculated by running the Evans-Young methods in parallel.

Running the program:

Run through a script for qsub, script.sh:

      qsub script.sh -v inImg=A[,outImg=B,p=C] [-l nodes=X:ppn=Y]

       A = the name of input image

       B = the name of output image (Optional)

       C = value of the pixel size (Optional)

       X = number of nodes to be assigned (Optional)

       Y = number of ppn to be assigned (Optional)

(Note: number of nodes is the CPU Qty and number of ppn is Total Cores as listed in the Roger Technical Summary page of the NCSA Wiki.)

For further information:

Go to the CIGI Wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published