hydroScalingAPI.examples.artifitialFields
Class MoreDEMDerivatedMaps

java.lang.Object
  extended by hydroScalingAPI.examples.artifitialFields.MoreDEMDerivatedMaps

public class MoreDEMDerivatedMaps
extends java.lang.Object

Creates some derived maps using the DEM as reference: The laplacian of the elevations field, the number of convergent cells, the map of distances to the nearest stream, the map of drops from point to nearest stream base, and finally an artifitial DEM

Author:
Ricardo Mantilla

Constructor Summary
MoreDEMDerivatedMaps(int xOut, int yOut, java.io.File metaFile, java.io.File outputDir)
          Creates a new instance of createLaplacianFromDEM
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreDEMDerivatedMaps

public MoreDEMDerivatedMaps(int xOut,
                            int yOut,
                            java.io.File metaFile,
                            java.io.File outputDir)
                     throws java.io.IOException
Creates a new instance of createLaplacianFromDEM

Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments


CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.