NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

Re: USGS example

Hi Felix-

Felix Schüller wrote:
Hi there

Is there any example of how to read a DEM (USGS) file around?

You could use the visad.data.gis.UsgsDemForm:

     UsgsDemForm udf = new UsgsDemForm();
     DataImpl data = udf.open(filename);

or use the visad.data.gis.DemFamily class which will also
open ArcInfo ASCII-GRID files.

Don
*************************************************************
Don Murray                               UCAR Unidata Program
dmurray@xxxxxxxxxxxxxxxx                        P.O. Box 3000
(303) 497-8628                              Boulder, CO 80307
http://www.unidata.ucar.edu/staff/donm
        "Time makes everyone interesting, even YOU!"
*************************************************************