| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="81help.css?format=raw" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Project, Clip, and/or Execute Map Algebra</title></head><body><table style="margin-top:-1em; margin-bottom:0; padding:0; margin-left:-1em"><tr><td style="background:white"><img width="875" height="70" alt="ArcToolbox banner" src="AHBanner_ArcToolbox.gif?format=raw" /></td></tr></table><h1>Project, Clip, and/or Execute Map Algebra</h1><p></p><p>Projects, clips, and/or perfoms map algebra on an ArcGIS raster. You must request at least one of these three operations. If you request multiple operations, the tool performs them in the order they are listed.</p><br /><p><h2><img width="11" height="11" border="0" src="sm_arrow_down.gif?format=raw" /> Command line syntax</h2></p><div Class="expand" id="id103142">ArcGISRasterProjectClipAndOrExecuteMapAlgebra_GeoEco <inputRaster> <outputRaster> {projectedCoordinateSystem} {geographicTransformation} {NEAREST | BILINEAR | CUBIC} {projectedCellSize} {registrationPoint} {clippingDataset} {clippingRectangle} {mapAlgebraExpression} {buildPyramids} <br /><br /><b>Parameters</b><br /><table width="100%" border="0" cellpadding="5"><tbody><tr><th width="40%"><b>Expression</b></th><th width="60%"><b>Explanation</b></th></tr><tr><td class="info"><inputRaster></td><td class="info" align="left"><p>Input raster.</p></td></tr><tr><td class="info"><outputRaster></td><td class="info" align="left"><p>Output raster.</p><p>If this path refers to the file system, missing directories in the |
|---|
| 4 | path will be created if they do not exist.</p></td></tr><tr><td class="info">{projectedCoordinateSystem}</td><td class="info" align="left"><p>New coordinate system to project the raster to.</p><p>The raster may only be projected to a new coordinate system if the |
|---|
| 5 | original projection is defined. An error will be raised if you specify |
|---|
| 6 | a new coordinate system without defining the original coordinate |
|---|
| 7 | system.</p><p>The ArcGIS Project Raster tool is used to perform the projection. The |
|---|
| 8 | documentation for that tool recommends that you also specify a cell |
|---|
| 9 | size for the new coordinate system.</p><p>I have noticed that for certain coordinate systems the ArcGIS 9.2 |
|---|
| 10 | Project Raster tool seems to clip the projected raster to an arbitrary |
|---|
| 11 | extent that is too small. For example, when projecting a global MODIS |
|---|
| 12 | Aqua 4 km chlorophyll image in geographic coordinates to |
|---|
| 13 | Lambert_Azimuthal_Equal_Area with central meridian of -60 and latitude |
|---|
| 14 | of origin of -63, the resulting image is clipped to show only |
|---|
| 15 | one-quarter of the planet. This problem does not occur when Project |
|---|
| 16 | Raster is invoked interactively from the ArcGIS user interface; it |
|---|
| 17 | only occurs when the tool is invoked programmatically (the |
|---|
| 18 | ProjectRaster_management method of the geoprocessor). Thus you may |
|---|
| 19 | not see it when you use Project Raster yourself but it may happen when |
|---|
| 20 | you use MGET tools that invoke Project Raster as part of their |
|---|
| 21 | geoprocessing operations.</p><p>If you encounter this problem, you can work around it like this:</p><ul><li><p>First, run this tool without specifying a new coordinate system, to |
|---|
| 22 | obtain the raster in the original coordinate system.</p></li></ul><ul><li><p>In ArcCatalog, use the Project Raster tool to project the raster to |
|---|
| 23 | the new coordinate system. Verify that the entire raster is present, |
|---|
| 24 | that it has not been clipped to an extent that is too small.</p></li></ul><ul><li><p>In ArcCatalog, look up the extent of the projected raster by |
|---|
| 25 | right-clicking on it in the catalog tree, selecting Properties, and |
|---|
| 26 | scrolling down to Extent.</p></li></ul><ul><li><p>Now, before running the MGET tool that projects the raster, set the |
|---|
| 27 | Extent environment setting to the values you looked up. If you are |
|---|
| 28 | invoking the MGET tool interactively from ArcCatalog or ArcMap, |
|---|
| 29 | click the Environments button on the tool's dialog box, open General |
|---|
| 30 | Settings, change the Extent drop-down to "As Specified Below", and |
|---|
| 31 | type in the values you looked up. If you're invoking it from a |
|---|
| 32 | geoprocessing model, right-click on the tool in the model, select |
|---|
| 33 | Make Variable, From Environment, General Settings, Extent. This will |
|---|
| 34 | place Extent as a variable in your model, attached to the MGET tool. |
|---|
| 35 | Open the Extent variable, change it to "As Specified Below" and type |
|---|
| 36 | in the values you looked up. If you're invoking the MGET tool |
|---|
| 37 | programmatically, you must set the Extent property of the |
|---|
| 38 | geoprocessor to the values you looked up. Please see the ArcGIS |
|---|
| 39 | documentation for more information about this and Environment |
|---|
| 40 | settings in general.</p></li></ul><ul><li><p>Run the MGET tool. The extent of the raster should now be the |
|---|
| 41 | proper size.</p></li></ul></td></tr><tr><td class="info">{geographicTransformation}</td><td class="info" align="left"><p>A transformation method used to convert between the original |
|---|
| 42 | coordinate system and the new coordinate system.</p><p>This parameter is a new option introduced by ArcGIS 9.2. You must have |
|---|
| 43 | ArcGIS 9.2 to use this parameter.</p><p>This parameter is only needed when you specify that the raster should |
|---|
| 44 | be projected to a new coordinate system and that new system uses a |
|---|
| 45 | different datum than the original coordinate system, or there is some |
|---|
| 46 | other difference between the two coordinate systems that requires a |
|---|
| 47 | transformation. To determine if a transformation is needed, I |
|---|
| 48 | recommend the following procedure:</p><ul><li><p>First, run this tool without specifying a new coordinate system, to |
|---|
| 49 | obtain the raster in the original coordinate system.</p></li></ul><ul><li><p>Next, use the ArcGIS 9.2 Project Raster tool on the raster to |
|---|
| 50 | project it to the desired coordinate system. If a geographic |
|---|
| 51 | transformation is needed, that tool will prompt you for one. Write |
|---|
| 52 | down the exact name of the transformation you used.</p></li></ul><ul><li><p>Finally, if a transformation was needed, type in the exact name into |
|---|
| 53 | this tool, rerun it, and verify that the raster was projected as you |
|---|
| 54 | desired.</p></li></ul></td></tr><tr><td class="info">{NEAREST | BILINEAR | CUBIC}</td><td class="info" align="left"><p>The resampling algorithm to be used to project the original raster |
|---|
| 55 | to a new coordinate system. The ArcGIS Project Raster tool is used to |
|---|
| 56 | perform the projection and accepts the following values:</p><ul><li><p>NEAREST - nearest neighbor interpolation</p></li></ul><ul><li><p>BILINEAR - bilinear interpolation</p></li></ul><ul><li><p>CUBIC - cubic convolution</p></li></ul><p>You must specify one of these algorithms to project to a new |
|---|
| 57 | coordinate system. An error will be raised if you specify a new |
|---|
| 58 | coordinate system without selecting an algorithm.</p></td></tr><tr><td class="info">{projectedCellSize}</td><td class="info" align="left"><p>The cell size of the projected coordinate system. Although this |
|---|
| 59 | parameter is optional, to receive the best results, the ArcGIS |
|---|
| 60 | documentation recommends you always specify it when projecting to a |
|---|
| 61 | new coordinate system.</p></td></tr><tr><td class="info">{registrationPoint}</td><td class="info" align="left"><p>The x and y coordinates (in the output space) used for pixel |
|---|
| 62 | alignment.</p><p>This parameter is a new option introduced by ArcGIS 9.2. You must have |
|---|
| 63 | ArcGIS 9.2 to use this parameter. It is ignored if you do not specify |
|---|
| 64 | that the raster should be projected to a new coordinate system.</p></td></tr><tr><td class="info">{clippingDataset}</td><td class="info" align="left"><p>Existing feature class, raster, or other geographic dataset having |
|---|
| 65 | the extent to which the raster should be clipped.</p><p>WARNING: If you use this tool from in an ArcGIS geoprocessing model |
|---|
| 66 | and you select a dataset by clicking the folder icon and browsing to |
|---|
| 67 | the dataset, your selection may mysteriously disappear from this text |
|---|
| 68 | box after you close the tool. This is a bug in ArcGIS. To work around |
|---|
| 69 | it, drag and drop the desired dataset into the model. This will create |
|---|
| 70 | a layer in the model for that dataset. Then select that layer in this |
|---|
| 71 | tool by clicking the drop-down box rather than clicking the folder |
|---|
| 72 | icon. The selected layer should not disappear when you close the |
|---|
| 73 | tool.</p></td></tr><tr><td class="info">{clippingRectangle}</td><td class="info" align="left"><p>Rectangle to which the raster should be clipped.</p><p>If a projected coordinate system was specified, the clipping is |
|---|
| 74 | performed after the projection and the rectangle's coordinates should |
|---|
| 75 | be specified in the new coordinate system. If no projected coordinate |
|---|
| 76 | system was specified, the coordinates should be specified in the |
|---|
| 77 | original coordinate system.</p><p>The ArcGIS Clip tool is used to perfom the clip. The clipping |
|---|
| 78 | rectangle must be passed to this tool as a string of four numbers |
|---|
| 79 | separated by spaces. The ArcGIS user interface automatically formats |
|---|
| 80 | the string properly; when invoking this tool from the ArcGIS UI, |
|---|
| 81 | you need not worry about the format. But when invoking it |
|---|
| 82 | programmatically, take care to provide a properly-formatted string. |
|---|
| 83 | The numbers are ordered LEFT, BOTTOM, RIGHT, TOP. For example, if the |
|---|
| 84 | raster is in a geographic coordinate system, it may be clipped to 10 |
|---|
| 85 | W, 15 S, 20 E, and 25 N with the string:</p><dl><dt></dt><dd><p>10 15 20 25</p></dd></dl><p>Integers or decimal numbers may be provided.</p></td></tr><tr><td class="info">{mapAlgebraExpression}</td><td class="info" align="left"><p>Map algebra expression to execute on the raster.</p><p><b>WARNING:</b> The ArcGIS Geoprocessing Model Builder may randomly and |
|---|
| 86 | silently delete the value of this parameter. This is a bug in ArcGIS. |
|---|
| 87 | Before running a model that you have saved, open this tool and |
|---|
| 88 | validate that the parameter value still exists.</p><p>The expression is executed after the converted raster is projected and |
|---|
| 89 | clipped (if those options are specified). Use the case-sensitive |
|---|
| 90 | string inputRaster to represent the raster that you now want to |
|---|
| 91 | perform map algebra upon. For example, to convert the raster to an |
|---|
| 92 | integer raster and add 1 to all of the cells, use this expression:</p><dl><dt></dt><dd><pre>int(inputRaster) + 1</pre></dd></dl><p>The string inputRaster is case-sensitive. Prior to executing the map |
|---|
| 93 | algebra expression, the string is replaced with the path to a |
|---|
| 94 | temporary raster that represents the raster being generated. The final |
|---|
| 95 | expression must be less than 4000 characters long or ArcGIS will |
|---|
| 96 | report an error.</p><p>The ArcGIS Single Output Map Algebra tool is used to execute the map |
|---|
| 97 | algebra expression. You must have a license for the ArcGIS Spatial |
|---|
| 98 | Analyst extension in order to perform map algebra.</p><p>Map algebra syntax can be very picky. Here are some tips that will |
|---|
| 99 | help you succeed with this tool:</p><ul><li><p>Before using this tool, construct and test out your map algebra |
|---|
| 100 | expression using the ArcGIS Single Output Map Algebra tool. Then |
|---|
| 101 | paste the expression into this tool and edit it to use the |
|---|
| 102 | inputRaster variable rather than the test value you used with Single |
|---|
| 103 | Output Map Algebra.</p></li></ul><ul><li><p>If you do develop your expression directly in this tool, start with |
|---|
| 104 | a very simple expression. Verify that it works properly, add a |
|---|
| 105 | little to it, and verify again. Repeat this process until you have |
|---|
| 106 | built up the complete expression.</p></li></ul><ul><li><p>Always separate mathematical operators from raster paths using |
|---|
| 107 | spaces. In the example above, the / operator contains a space on |
|---|
| 108 | either side. Follow this pattern. In some circumstances, ArcGIS will |
|---|
| 109 | fail to process raster algebra expressions that do not separate |
|---|
| 110 | raster paths from operators using spaces. The reported error message |
|---|
| 111 | usually does not indicate that this is the problem, and tracking it |
|---|
| 112 | down can be very frustrating.</p></li></ul></td></tr><tr><td class="info">{buildPyramids}</td><td class="info" align="left"><p>If True, pyramids will be built for the raster, which will improve |
|---|
| 113 | its display speed in the ArcGIS user interface.</p></td></tr></tbody></table></div><p><h2><img width="11" height="11" border="0" src="sm_arrow_down.gif?format=raw" /> Scripting syntax</h2></p><div Class="expand" id="TEST">ArcGISRasterProjectClipAndOrExecuteMapAlgebra_GeoEco (inputRaster, outputRaster, projectedCoordinateSystem, geographicTransformation, resamplingTechnique, projectedCellSize, registrationPoint, clippingDataset, clippingRectangle, mapAlgebraExpression, buildPyramids) <br /><br /><b>Parameters</b><br /><table width="100%" border="0" cellpadding="5"><tbody><tr><th width="40%"><b>Expression</b></th><th width="60%"><b>Explanation</b></th></tr><tr><td class="info">Input raster (Required) </td><td class="info" align="left"><p>Input raster.</p></td></tr><tr><td class="info">Output raster (Required) </td><td class="info" align="left"><p>Output raster.</p><p>If this path refers to the file system, missing directories in the |
|---|
| 114 | path will be created if they do not exist.</p></td></tr><tr><td class="info">Project to new coordinate system (Optional) </td><td class="info" align="left"><p>New coordinate system to project the raster to.</p><p>The raster may only be projected to a new coordinate system if the |
|---|
| 115 | original projection is defined. An error will be raised if you specify |
|---|
| 116 | a new coordinate system without defining the original coordinate |
|---|
| 117 | system.</p><p>The ArcGIS Project Raster tool is used to perform the projection. The |
|---|
| 118 | documentation for that tool recommends that you also specify a cell |
|---|
| 119 | size for the new coordinate system.</p><p>I have noticed that for certain coordinate systems the ArcGIS 9.2 |
|---|
| 120 | Project Raster tool seems to clip the projected raster to an arbitrary |
|---|
| 121 | extent that is too small. For example, when projecting a global MODIS |
|---|
| 122 | Aqua 4 km chlorophyll image in geographic coordinates to |
|---|
| 123 | Lambert_Azimuthal_Equal_Area with central meridian of -60 and latitude |
|---|
| 124 | of origin of -63, the resulting image is clipped to show only |
|---|
| 125 | one-quarter of the planet. This problem does not occur when Project |
|---|
| 126 | Raster is invoked interactively from the ArcGIS user interface; it |
|---|
| 127 | only occurs when the tool is invoked programmatically (the |
|---|
| 128 | ProjectRaster_management method of the geoprocessor). Thus you may |
|---|
| 129 | not see it when you use Project Raster yourself but it may happen when |
|---|
| 130 | you use MGET tools that invoke Project Raster as part of their |
|---|
| 131 | geoprocessing operations.</p><p>If you encounter this problem, you can work around it like this:</p><ul><li><p>First, run this tool without specifying a new coordinate system, to |
|---|
| 132 | obtain the raster in the original coordinate system.</p></li></ul><ul><li><p>In ArcCatalog, use the Project Raster tool to project the raster to |
|---|
| 133 | the new coordinate system. Verify that the entire raster is present, |
|---|
| 134 | that it has not been clipped to an extent that is too small.</p></li></ul><ul><li><p>In ArcCatalog, look up the extent of the projected raster by |
|---|
| 135 | right-clicking on it in the catalog tree, selecting Properties, and |
|---|
| 136 | scrolling down to Extent.</p></li></ul><ul><li><p>Now, before running the MGET tool that projects the raster, set the |
|---|
| 137 | Extent environment setting to the values you looked up. If you are |
|---|
| 138 | invoking the MGET tool interactively from ArcCatalog or ArcMap, |
|---|
| 139 | click the Environments button on the tool's dialog box, open General |
|---|
| 140 | Settings, change the Extent drop-down to "As Specified Below", and |
|---|
| 141 | type in the values you looked up. If you're invoking it from a |
|---|
| 142 | geoprocessing model, right-click on the tool in the model, select |
|---|
| 143 | Make Variable, From Environment, General Settings, Extent. This will |
|---|
| 144 | place Extent as a variable in your model, attached to the MGET tool. |
|---|
| 145 | Open the Extent variable, change it to "As Specified Below" and type |
|---|
| 146 | in the values you looked up. If you're invoking the MGET tool |
|---|
| 147 | programmatically, you must set the Extent property of the |
|---|
| 148 | geoprocessor to the values you looked up. Please see the ArcGIS |
|---|
| 149 | documentation for more information about this and Environment |
|---|
| 150 | settings in general.</p></li></ul><ul><li><p>Run the MGET tool. The extent of the raster should now be the |
|---|
| 151 | proper size.</p></li></ul></td></tr><tr><td class="info">Geographic transformation (Optional) </td><td class="info" align="left"><p>A transformation method used to convert between the original |
|---|
| 152 | coordinate system and the new coordinate system.</p><p>This parameter is a new option introduced by ArcGIS 9.2. You must have |
|---|
| 153 | ArcGIS 9.2 to use this parameter.</p><p>This parameter is only needed when you specify that the raster should |
|---|
| 154 | be projected to a new coordinate system and that new system uses a |
|---|
| 155 | different datum than the original coordinate system, or there is some |
|---|
| 156 | other difference between the two coordinate systems that requires a |
|---|
| 157 | transformation. To determine if a transformation is needed, I |
|---|
| 158 | recommend the following procedure:</p><ul><li><p>First, run this tool without specifying a new coordinate system, to |
|---|
| 159 | obtain the raster in the original coordinate system.</p></li></ul><ul><li><p>Next, use the ArcGIS 9.2 Project Raster tool on the raster to |
|---|
| 160 | project it to the desired coordinate system. If a geographic |
|---|
| 161 | transformation is needed, that tool will prompt you for one. Write |
|---|
| 162 | down the exact name of the transformation you used.</p></li></ul><ul><li><p>Finally, if a transformation was needed, type in the exact name into |
|---|
| 163 | this tool, rerun it, and verify that the raster was projected as you |
|---|
| 164 | desired.</p></li></ul></td></tr><tr><td class="info">Projection resampling technique (Optional) </td><td class="info" align="left"><p>The resampling algorithm to be used to project the original raster |
|---|
| 165 | to a new coordinate system. The ArcGIS Project Raster tool is used to |
|---|
| 166 | perform the projection and accepts the following values:</p><ul><li><p>NEAREST - nearest neighbor interpolation</p></li></ul><ul><li><p>BILINEAR - bilinear interpolation</p></li></ul><ul><li><p>CUBIC - cubic convolution</p></li></ul><p>You must specify one of these algorithms to project to a new |
|---|
| 167 | coordinate system. An error will be raised if you specify a new |
|---|
| 168 | coordinate system without selecting an algorithm.</p></td></tr><tr><td class="info">Cell size for projected coordinate system (Optional) </td><td class="info" align="left"><p>The cell size of the projected coordinate system. Although this |
|---|
| 169 | parameter is optional, to receive the best results, the ArcGIS |
|---|
| 170 | documentation recommends you always specify it when projecting to a |
|---|
| 171 | new coordinate system.</p></td></tr><tr><td class="info">Registration point for projected coordinate system (Optional) </td><td class="info" align="left"><p>The x and y coordinates (in the output space) used for pixel |
|---|
| 172 | alignment.</p><p>This parameter is a new option introduced by ArcGIS 9.2. You must have |
|---|
| 173 | ArcGIS 9.2 to use this parameter. It is ignored if you do not specify |
|---|
| 174 | that the raster should be projected to a new coordinate system.</p></td></tr><tr><td class="info">Clip to extent of geographic dataset (Optional) </td><td class="info" align="left"><p>Existing feature class, raster, or other geographic dataset having |
|---|
| 175 | the extent to which the raster should be clipped.</p><p>WARNING: If you use this tool from in an ArcGIS geoprocessing model |
|---|
| 176 | and you select a dataset by clicking the folder icon and browsing to |
|---|
| 177 | the dataset, your selection may mysteriously disappear from this text |
|---|
| 178 | box after you close the tool. This is a bug in ArcGIS. To work around |
|---|
| 179 | it, drag and drop the desired dataset into the model. This will create |
|---|
| 180 | a layer in the model for that dataset. Then select that layer in this |
|---|
| 181 | tool by clicking the drop-down box rather than clicking the folder |
|---|
| 182 | icon. The selected layer should not disappear when you close the |
|---|
| 183 | tool.</p></td></tr><tr><td class="info">Clip to rectangle (Optional) </td><td class="info" align="left"><p>Rectangle to which the raster should be clipped.</p><p>If a projected coordinate system was specified, the clipping is |
|---|
| 184 | performed after the projection and the rectangle's coordinates should |
|---|
| 185 | be specified in the new coordinate system. If no projected coordinate |
|---|
| 186 | system was specified, the coordinates should be specified in the |
|---|
| 187 | original coordinate system.</p><p>The ArcGIS Clip tool is used to perfom the clip. The clipping |
|---|
| 188 | rectangle must be passed to this tool as a string of four numbers |
|---|
| 189 | separated by spaces. The ArcGIS user interface automatically formats |
|---|
| 190 | the string properly; when invoking this tool from the ArcGIS UI, |
|---|
| 191 | you need not worry about the format. But when invoking it |
|---|
| 192 | programmatically, take care to provide a properly-formatted string. |
|---|
| 193 | The numbers are ordered LEFT, BOTTOM, RIGHT, TOP. For example, if the |
|---|
| 194 | raster is in a geographic coordinate system, it may be clipped to 10 |
|---|
| 195 | W, 15 S, 20 E, and 25 N with the string:</p><dl><dt></dt><dd><p>10 15 20 25</p></dd></dl><p>Integers or decimal numbers may be provided.</p></td></tr><tr><td class="info">Execute map algebra expression (Optional) </td><td class="info" align="left"><p>Map algebra expression to execute on the raster.</p><p><b>WARNING:</b> The ArcGIS Geoprocessing Model Builder may randomly and |
|---|
| 196 | silently delete the value of this parameter. This is a bug in ArcGIS. |
|---|
| 197 | Before running a model that you have saved, open this tool and |
|---|
| 198 | validate that the parameter value still exists.</p><p>The expression is executed after the converted raster is projected and |
|---|
| 199 | clipped (if those options are specified). Use the case-sensitive |
|---|
| 200 | string inputRaster to represent the raster that you now want to |
|---|
| 201 | perform map algebra upon. For example, to convert the raster to an |
|---|
| 202 | integer raster and add 1 to all of the cells, use this expression:</p><dl><dt></dt><dd><pre>int(inputRaster) + 1</pre></dd></dl><p>The string inputRaster is case-sensitive. Prior to executing the map |
|---|
| 203 | algebra expression, the string is replaced with the path to a |
|---|
| 204 | temporary raster that represents the raster being generated. The final |
|---|
| 205 | expression must be less than 4000 characters long or ArcGIS will |
|---|
| 206 | report an error.</p><p>The ArcGIS Single Output Map Algebra tool is used to execute the map |
|---|
| 207 | algebra expression. You must have a license for the ArcGIS Spatial |
|---|
| 208 | Analyst extension in order to perform map algebra.</p><p>Map algebra syntax can be very picky. Here are some tips that will |
|---|
| 209 | help you succeed with this tool:</p><ul><li><p>Before using this tool, construct and test out your map algebra |
|---|
| 210 | expression using the ArcGIS Single Output Map Algebra tool. Then |
|---|
| 211 | paste the expression into this tool and edit it to use the |
|---|
| 212 | inputRaster variable rather than the test value you used with Single |
|---|
| 213 | Output Map Algebra.</p></li></ul><ul><li><p>If you do develop your expression directly in this tool, start with |
|---|
| 214 | a very simple expression. Verify that it works properly, add a |
|---|
| 215 | little to it, and verify again. Repeat this process until you have |
|---|
| 216 | built up the complete expression.</p></li></ul><ul><li><p>Always separate mathematical operators from raster paths using |
|---|
| 217 | spaces. In the example above, the / operator contains a space on |
|---|
| 218 | either side. Follow this pattern. In some circumstances, ArcGIS will |
|---|
| 219 | fail to process raster algebra expressions that do not separate |
|---|
| 220 | raster paths from operators using spaces. The reported error message |
|---|
| 221 | usually does not indicate that this is the problem, and tracking it |
|---|
| 222 | down can be very frustrating.</p></li></ul></td></tr><tr><td class="info">Build pyramids (Optional) </td><td class="info" align="left"><p>If True, pyramids will be built for the raster, which will improve |
|---|
| 223 | its display speed in the ArcGIS user interface.</p></td></tr></tbody></table></div></body></html> |
|---|