ArcToolbox banner

Raster 5 - Create Final Dasymetric Raster

This tool creates a floating-point population density raster by joining a table with dasymetrically calculated population density with the combined population and ancillary raster created in step 2.


Command line syntax

CreateFinalRaster <Dasymetric_Raster> <Dasymetric_Working_Table> <Density_Raster>

Parameters
Expression Explanation
<Dasymetric_Raster>

The combined population and ancillary raster created as the output from step 2.

<Dasymetric_Working_Table>

The dasymetric working table created in step 2 and populated in step 4. This script will use the final column from that table for the output density values.

<Density_Raster>

Please enter the desired output raster with the full path. When you're not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for an ESRI GRID file format.

Scripting syntax

CreateFinalRaster (Dasymetric_Raster, Dasymetric_Working_Table, Density_Raster)

Parameters
Expression Explanation
Dasymetric Raster (Required)

The combined population and ancillary raster created as the output from step 2.

Dasymetric Working Table (Required)

The dasymetric working table created in step 2 and populated in step 4. This script will use the final column from that table for the output density values.

Density Raster (Required)

Please enter the desired output raster with the full path. When you're not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for an ESRI GRID file format.