How do I import SNODAS data into ArcGIS?
The following steps will work for all eight SNODAS variables in ArcGIS 10.0 or higher.
1. Create a header file
Pick one of the following header files to create based on your dates and give it the same name as "filename" but with a .hdr extension. Remember to place in the same directory as "filename.dat".
For masked data processed before Oct 01 2013 (files beginning with 'us'):
nrows 3351
ncols 6935
nbands 1
nbits 16
pixeltype signedint
byteorder M
layout dat
ulxmap -124.72958333333334
ulymap 52.870416666666664
xdim 0.00833333333
ydim 0.00833333333
For masked data processed after Oct 01 2013 (files beginning with 'us'):
nrows 3351
ncols 6935
nbands 1
nbits 16
pixeltype signedint
byteorder M
layout dat
ulxmap -124.72916666666667
ulymap 52.87083333333334
xdim 0.00833333333
ydim 0.00833333333
For unmasked data processed before Oct 01 2013 (files beginning with 'zz'):
nrows 4096
ncols 8192
nbands 1
nbits 16
pixeltype signedint
byteorder M
layout dat
ulxmap -130.51291666666665
ulymap 58.228750000000005
xdim 0.00833333333
ydim 0.00833333333
For unmasked data processed after Oct 01 2013 (files beginning with 'zz'):
nrows 4096
ncols 8192
nbands 1
nbits 16
pixeltype signedint
byteorder M
layout dat
ulxmap -130.51250000000002
ulymap 58.229166666666664
xdim 0.00833333333
ydim 0.00833333333
2a. Add data to ArcMap
Start ArcMap and click on the 'Add Data' icon located in the main toolbar. Browse, select, and open the .dat file to the map document.
To add the data file in a different format, follow step 2b below.
2b. Add data in a different format
Start ArcMap and open ArcToolbox. Select Conversion Tools > To Raster > Raster to Other Format. The Raster to Other Format window will appear. In the Input Raster box, browse and select the .dat file. In the Output Workspace box, select the location to store the new data set. In the Output Format box, select the format you wish to create (e.g. TIFF, ENVI DAT, etc.). Click OK.
These steps are also linked from the SNODAS user guide
Last Updated October 2020