Overview:
ASCII Grid format is a good means of distributing raster image data files: it is an ASCII format so it is both human readable and hardware independent; it is widely supported and easy to import and export from most GIS software, easy to convert with a small script if necessary, and stores data in a reasonably compact raster format when compressed.
Format:
<NCOLS xxx>
<NROWS xxx>
<XLLCENTER xxx | XLLCORNER xxx>
<YLLCENTER xxx | YLLCORNER xxx>
<CELLSIZE xxx>
{NODATA_VALUE xxx}row 1
row 2
.
.
.
row n
Resources:
Links to projection (sinusoidal coordinate system) files for the MODIS Land Product ASCII GRID formatted data.
For a PRJ file, access http://daac.ornl.gov/MODIS/modis.prj
For a prj.adf file, access http://daac.ornl.gov/MODIS/prj.adf
For assistance with importing ASCII Grid format data files into common GIS packages, please refer to ASCII_Grid_GIS_Help.pdf.