I have an ascii grid file containing some air quality data over the North American region. I've already brought in boundary shape files for Mexico, the US, and Canada so that the grid file can hopefully adopt their projection (NAD 1983). The grid file:
I've written a header like this:
NCOLS 460
NROWS 220
XLLCENTER 10.15
YLLCENTER -199.85
CELLSIZE 0.3
NODATA_VALUE -999
I'm attempting to bring the grid file in using the ASCII to Raster tool and then use the the define projection tool to define a NAD 1983 projection (ArcGIS) insists in bringing in the data without a projection. Once this is done I can see one or the other, but not what I should see: the ascii data displayed over North America. I'm kind of at my wit's end!!!! Can I get some ideas of how I should be doing this? Thanks VERY MUCH in advance for your help!!
Solved! Go to Solution.
If you switch the XLL and YLL values in the header and set the coordinate system to WGS1984 before you load the raster, it will look like this:
That would be a Geographic Coordinate System (GCS)?
460 columns * 0.3 degs per column relative to the XLL of -199.85 (weird to begin with)
would put the lower left at -61.85 degrees, sound right? (I don't think so)
Where did you get this file?
If you switch the XLL and YLL values in the header and set the coordinate system to WGS1984 before you load the raster, it will look like this: