JALBTCX/QRStep4: Difference between revisions
m Added advice in Best Practices based on recent error overwriting to preciously used transects and masks. |
mNo edit summary |
||
Line 27: | Line 27: | ||
[[File:QRFigure7.jpg|thumb|center|alt=A view of the difference volume polygons visualized by volume change in cubic meters. The bins show blue for accretion and red for erosion There is one for the whole project as well as a zoomed in extent. This coastline contains small areas of high magnitudes of erosion with large areas of low magnitude accretion.|Figure 7: Difference volume output from Step 4 at Homer, AK. The bottom figure (b) displays the zoomed area outlined in yellow from (a) to show individual bins.|475x475px]] | [[File:QRFigure7.jpg|thumb|center|alt=A view of the difference volume polygons visualized by volume change in cubic meters. The bins show blue for accretion and red for erosion There is one for the whole project as well as a zoomed in extent. This coastline contains small areas of high magnitudes of erosion with large areas of low magnitude accretion.|Figure 7: Difference volume output from Step 4 at Homer, AK. The bottom figure (b) displays the zoomed area outlined in yellow from (a) to show individual bins.|475x475px]] | ||
<center>[[JALBTCX/QRStep3c|[Previous Step]]] [[JALBTCX/QRStep5|[Next Step]]]</center> | |||
==Useful Links== | ==Useful Links== | ||
[[JALBTCX|JALBTCX Main Documentation Page]] | [[JALBTCX|JALBTCX Main Documentation Page]] | ||
[[JALBTCX/QRReferences|Refences: Quick Response Toolbox]] | [[JALBTCX/QRReferences|Refences: Quick Response Toolbox]] |
Latest revision as of 13:55, 20 August 2025

Summary: This step uses raster math to create a “Difference Grid”. First, elevation surfaces are created for each year of data using the clip mask. The script then uses arcpy.sa.Minus to get the difference grid between two input rasters. The output raster cell size is determined by default based on the cell size of the input raster with the smallest cells. For example, if a DEM raster with a 1m resolution is subtracted by a DEM raster with a 3m resolution, the output will be a 1m raster. The outputs of this step include surface grids and a difference grid to be used in subsequent steps for volume change.
Difference Grid: The difference grid created in Step 3.
Before Raster Date (YYYYMMDD): Desired label for the before raster. The year is suggested but the user is free to decide.
After Raster Date (YYYYMMDD): Desired label for the after raster. The year is suggested but the user is free to decide.
Vertical Unit of Input Raster: The vertical unit of the raster, options include meters or feet.
Transect Mask: Transect mask created in Step 2.
Volume Unit: Desired unit for volume calculation, options include cubic yards, cubic meters or cubic feet.
Output Geodatabase: Full file path, including name and file extension, for desired output geodatabase.
Project Name (must start with letters): Desired name for the project. The output file name will be “User-defined project name” + “_’Type of Grid’_” + “before year” + “after year”. This tool will output: one before raster grid per segment, one after raster per segment and one difference grid per segment.
Best Practices & Example Data:
The tool cannot differentiate between previously created transect mask files and new "clean" runs. The tool also does not overwrite attributes if there is no data present. Therefore, exercise caution if bringing in transect masks or transects from past runs that have data written to them.
Figure 7 below displays the difference volume output for the Homer, AK example data. When the output from this step is loaded into the map the user will have to alter the symbology. Below the data is symbolized based on the “dVol” attribute.
