hydroScalingAPI.io
Class BilToCRas

java.lang.Object
  extended by hydroScalingAPI.io.BilToCRas

public class BilToCRas
extends java.lang.Object

Takes a USGS BIL file and creates a CUENCAS-Raster

Author:
Ricardo Mantilla

Field Summary
 java.lang.String[] parameters
          The elements to be included in the MetaFile
 
Constructor Summary
BilToCRas(java.io.File inputDirectory, java.io.File outputDirectory, int type)
          Creates a new instance of BilToCRas
 
Method Summary
static void main(java.lang.String[] args)
          This method tests this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

public java.lang.String[] parameters
The elements to be included in the MetaFile

Constructor Detail

BilToCRas

public BilToCRas(java.io.File inputDirectory,
                 java.io.File outputDirectory,
                 int type)
          throws java.io.IOException
Creates a new instance of BilToCRas

Parameters:
inputDirectory - The directory where the BIL files are located
outputDirectory - The location where the CUENCAS-Raster will be writen
type - 0 for DEM or 1 for VHC
Throws:
java.io.IOException - Captures problems while reading or writing the file
Method Detail

main

public static void main(java.lang.String[] args)
This method tests this class

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.