1

I have some problem viewing an ASCII file in a structured way in arcGIS. I have tried running this code but it seems problematic at least with me. I am unable to run this. I think the code needs modification. Can you please tell me the requirements to run this code... and some other help. the link contains the file as well as the IDL source file https://drive.google.com/?authuser=0#folders/0B8iAKVklcaMUVU5qY2NNVFBRbDQ

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Sep 2, 2014 at 17:04
1
  • 1
    Rather than just post a link to full files, you should edit your question to describe in detail the errors you are getting or what is failing and include either the relevant snippet/section of the code and/or a sample of the ascii file - such as the header and first few lines of data. Also your link, for me at least, just goes to the main Google Drive 'get started' page. Commented Sep 2, 2014 at 19:44

1 Answer 1

1

If the L3_tropo_ozone_columns_dec04.txt is the file your are trying to display then it needs to be reformatted. To display an ascii/txt file in ArcMap you need to have a 6 row header with the number of rows, number of columns, X left coordinate, Y bottom coordinate, cell resolution, and no data value. For example.

ncols 270
nrows 730
xllcorner 284262.586255
yllcorner 792350
cellsize 1
NODATA_value -9999
answered Sep 2, 2014 at 19:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.