Module 3 - Process Elevation Data ======================================== .. note:: The **complete watershed elevation** file is already included in the project. This exercise is intended to provide practice with the download workflow and to identify any potential issues that may arise during the process. Step 1: Load elevation data --------------------------------------------------- - Zoom to the **trimmed** Watershed Boundary. |hydrow020| - Open the **Data Source Manager** and find the **WCS** tab. - Connect the elevation data. - Select the first layer. - Set the coordinate system to 3857. (USGS data uses Metric units.) Add the layer. - Close the Data Source Manager. |hydrow021| - **Uncheck** the 3DEP layer to prevent loading issues caused by its active data connection. - Then right-click the layer and choose **Repair Data Source** to reestablish the link. |hydrow022| - Expand the **WCS** group - Expand the 3DEP group Select the first layer and click OK. .. note:: The reason this reload step is required is not entirely clear; however, it consistently resolves display and connection issues for WCS-based 3DEP elevation layers in QGIS. |hydrow023| Step 2: Download elevation --------------------------------------------------- .. important:: If the download is taking longer than expected, cancel it from the Progress Bar and verify that the selected extent is not excessively large. If the download fails or performs poorly, use the following alternative site: .. raw:: html USGS Data Downloader

.. hint:: Local Agency data may be of better quality than 3DEP data. - Right click the DEP3Elevation layer and Export a elevation data to cover the Project Area. |hydrow024| - Set the file path. - Make sure the CRS is 3857. - Limit the Extent to Watershed Boundary Layer or Map Canvas if zoomed into the project area. |hydrow025| - The finished raster should look like this. |hydrow025a| .. dropdown:: Elevation Patching If download issues occur, incomplete raster may result. .. warning:: If the downloaded raster contains blank areas, unexpected NoData regions, or 0-elevation pixels that are not physically realistic for the terrain, the dataset is incomplete. **Patching Procedure** 1. Identifying the missing or corrupted areas (typically visible as NoData or anomalous 0 values). |hydrow025i| 2. Download the small missing sections using a tighter extent that fully covers the gap. |hydrow025k| 3. Verifying that all rasters share: - The same coordinate reference system (CRS) - The same cell size - The same NoData definition 4. Merging (mosaicking) the rasters into a single continuous dataset using tools such as: - GDAL Merge - Build Virtual Raster (VRT) - Merge in QGIS Processing |hydrow025j| After merging, confirm: - No unintended NoData seams remain. - Elevation statistics are reasonable (minimum, maximum, and mean). - The raster extent fully covers the intended modeling domain. - This approach avoids re-downloading large datasets while preserving continuity in the final elevation surface. Step 3: Interpolate the elevation to the Grid --------------------------------------------------- - Convert the elevation data from meters to feet. |hydrow025m| - Run the elevation interpolator. - Select the elevation file. - Click ok. |hydrow025n| - If desired, remove the 3DEP layer. - Move the elevation layers to the elevation group. |hydrow025l| .. |hydrow020| image:: ../img/hydrowkshp/hydrow020.png .. |hydrow021| image:: ../img/hydrowkshp/hydrow021.jpg .. |hydrow022| image:: ../img/hydrowkshp/hydrow022.jpg .. |hydrow023| image:: ../img/hydrowkshp/hydrow023.jpg .. |hydrow024| image:: ../img/hydrowkshp/hydrow024.jpg .. |hydrow025| image:: ../img/hydrowkshp/hydrow025.png .. |hydrow025a| image:: ../img/hydrowkshp/hydrow025a.png .. |hydrow025g| image:: ../img/hydrowkshp/hydrow025g.png .. |hydrow025h| image:: ../img/hydrowkshp/hydrow025h.png .. |hydrow025i| image:: ../img/hydrowkshp/hydrow025i.png .. |hydrow025j| image:: ../img/hydrowkshp/hydrow025j.png .. |hydrow025k| image:: ../img/hydrowkshp/hydrow025k.png .. |hydrow025l| image:: ../img/hydrowkshp/hydrow025l.png .. |hydrow025m| image:: ../img/hydrowkshp/hydrow025m.png .. |hydrow025n| image:: ../img/hydrowkshp/hydrow025n.png