Locked History Actions

ArcInfo2xyz

ArcInfo2xyz

1. General Information

First of all, please make sure to read the chapter on General Information for all deegreeTools.

2. Description

Converts an ArcInfo raster file (text format):

  • ncols         2404
    nrows         2307
    xllcorner     2627130
    yllcorner     5686612
    cellsize      10
    NODATA_value  -9999
    20636 20593 20569 20573 20571 20564 20564 20558 ...
    ...

into its XYZ representation:

  • 2627130.0 5709682.0 206.36
    2627140.0 5709682.0 205.93
    2627150.0 5709682.0 205.69
    2627160.0 5709682.0 205.73
    2627170.0 5709682.0 205.71
    2627180.0 5709682.0 205.64
    2627190.0 5709682.0 205.64
    2627200.0 5709682.0 205.58

3. Library Dependancies

  • deegree2.jar
    log4j-1.2.9.jar

4. Usage

The program will be invoked as follows:

  • java -Xms500m -Xmx1200m -classpath .;libs/deegree2.jar org.deegree.tools.raster.ArcInfo2Tiff
    -inFile d:\deegree\mygrid.grd -outFile d:\deegree\myImage.tif -type 32

Available command line parameters have following meaning:

-inFile

  • name of the ArcInfo grid to transform

-outFile

  • name of the target tiff-image


look for other deegreeTools


CategoryDeegree2