Creates an Arc Grid coverage from a LAS image.
Creates an Arc Grid coverage from a LAS image. The input image data type may by BYTE, INTEGER*2 or INTEGER*4.
- IN
- Input image. The name of the LAS image to be converted.
- OUTGRID
- Output Arc Grid. Name of the Arc Grid directory or stack file. The name is limited by Arc to be no more than 9 characters in length and only contain lower case characters. For a single output band, the output Grid file and supporting projection and location data will be in the directory specified by OUTGRID. For multi-band output, each of the n bands will be in a separate directory, named OUTGRIDc1, OUTGRIDc2...OUTGRIDcN, with the names of these directories entered in a stack file, OUTGRID.stk. Host file naming conventions must be used.
- DELFLG("YES")
- Delete flag. Delete the intermediate processing files.
=YES: Delete all intermediate processing files. =NO: Do not delete intermediate processing files.
- GRIDFLAG("YES")
- Grid flag.
=YES: Create Arc Grid coverage. =NO: Do not create Arc Grid coverage. This is usually done when using only the intermediate files such as the .BIL or .STX file. Be sure to set DELFLG to "NO" when using this option.
Bands 1,3, and 4 for the specified 1000 by 1000 window of IN will be converted to an Arc Grid format. The three bands will be stored in directories africac1, africac2, and africac3. Other required files will be generated from the intermediate files africa.stx, africa.prj and africa.hdr. The intermediate files will be deleted from disk after processing is completed.
LAS2ARC begins by determining if Arc has been initialized; if not, LAS2ARC terminates. Otherwise the windowing information provided is used in conjunction with the input image DDR to generate the Arc supporting header (.HDR) and projection (.PRJ) files.TRANSLAS-OUT creates an intermediate image file in BIL format. The Arc program IMAGEGRID is then used to create the desired output grid from the temporary files. If an Arc license is not currently available, LAS2ARC exits with an advisory message.
After IMAGEGRID executes successfully, the temporary .prj file is copied to the Arc grid directory or directories. If only one band was output, the file is simply copied to <OUTGRID>/prj. For multi-band output, the stack file (<OUTGRID>.stk) is accessed, and the projection file copied to the directory for each grid. By default LAS2ARC deletes all intermediate files.
An internal table has been corrupted; therefore a projection (PRJ) file cannot be created. Contact the system administrator for assistance.
The longitude value specified for the UTM projection was less than -180 degrees or greater than or equal to +180. Check for valid projection coefficients. A projection file will not be created.
An internal table has become corrupted. Projection data may not
be processed correctly. Contact the system administrator for assistance.
An error was encountered while trying to write or create the ;PRJ file. No file was created. The absence of the ;PRJ file will not cause an error for the Arc module IMAGEGRID-IN.
The data needed to create a complete projection file for Arc could not be extracted from the input image's DDR. Either the DDR projection fields were invalid, or the data they contained could not be used for the reason specified by the immediately preceding message. If the output Arc Grid does not contain projection information, it can still be processed by Arc, but cannot be converted to other projections or combined with other data sets in other projections unless the Arc module PROJECT is used to define the coverage projection.
The input DDR specified a UTM projection but does not specify either the UTM zone or the latitude and longitude of a point within the image from which the UTM zone could be determined. A projection file cannot be created.
An unsupported projection type was found in the DDR. Refer to the current Geometric Registration Overview, Appendix E and/or the Arc Map Projections & Coordinate Management manual.
The image DDR corner points are not valid. The corner points are used to compute header (.HDR) file information.
The image DDR projection distances (pixel size) are not valid. The projection distances are used to compute header (.HDR) file information.
Please contact LAS developers.
Please contact LAS developers.
Please contact LAS developers.
Arc/Info has not been initialized. Exit LAS and run the required setups for Arc. Contact the Arc system administrator for assistance.
The data type of the input image cannot be ingested by Arc IMAGEGRID; therefore, it will not be converted. Valid input data type may be BYTE, INTEGER*2 or INTEGER*4.
The specified file already exists. Delete it or specify a new outfile name and re-run the program.
A fatal error was encountered during processing. The message that is displayed immediately preceding this message is the specific error that was encountered.
An error occurred while trying to open the specified file. Check file and directory protections.
An error occurred while processing the specified file. Check file protections and available disk space before re-running.
An error occurred while passing parameters to the TAE parameter block. Contact the system administrator for assistance.
An error occurred while writing to the specified file. Check file and directory protections.
Please choose an OUTGRID filename without an extension.
Please choose an OUTGRID filename that is within the Arc limits of 1 to 9 characters in length (excluding directory path).
Please unrotate the image or choose a different input image and try again.
Arc does not allow upper case characters in filenames. Please choose an OUTGRID filename without upper case characters.
Example: % ulas las2arc "[dg5.devsys.release.images]us93(1,1,20,30)" "us93"