Skip to content

helstab/GGLREM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Geomorphic Grade Line Relative Elevation Model

Version 2.1

Last Updated: 05/03/2020

ArcMap Python Toolbox

gglrem_thumb

Version 2.1 Updates!!

  • The Step 6 should now work without issue.
  • The tool will generate volumes for each Cut/Fill polygon with a unique ID.
  • User should be able to use any polygon feature class or shapefile, not just product from Step 5.

Getting Started:

  • Should run on ArcGIS 10.x ; built on Python 2.7
  • Will not run in ArcGIS Pro ; built on Python 3.x
  • Download the toolbox zip and unzip contents to your project folder.
  • Version 2.0 adds Steps 5 & 6 as an experimental Cut/Fill volume calculator.
  • The rest of this README has not been updated since the release of Version 2.0.

gglremtool

Report Issues

This tool is a product of many google searches and trial and error. Keep in mind that there are likely bugs. If the user encounters any problems running the GGLREM tool please email Matt Helstab at joseph.helstab@usda.gov.

GGLREM Tool

  • Create Centerline

    REQUIRED: DEM

    This first steps ensures that the users workspace and coordinate system is correctly set before creating a polyline feature class. The user must then start an edit session and draw their valley centerline. The RouteID field in the Centerline polyline must be named.

    step1

  • Create Cross Sections

    REQUIRED: Centerline feature class

    Select Route ID Field and Route ID (ensures proper workflow) and set the distance perpendicular to the centerline you'd like to extend the cross sections to. Finally, choose the direction you'd like to build cross sections from.

    step2

  • Create GGL Table and Centerline Stations

    REQUIRED: Routed Centerline feature class; Cross Section feature class; DEM

    Input Routed Centeline feature class and the Route ID. Input the Cross Section feature class. Set centerline buffer distance (OPTIONAL). Input DEM.

    step3

  • Create Relative Elevation Model(s)

    REQUIRED: Cross Section feature class; GGL Table from Step 3, or a custom modeled GGL; DEM

    Evaluate the GGL Table and choose the model that best fits the project target surfaces. (A user created model can be used to detrend the valley). Choose the output Relative Elevation Model(s) to produce.

    step4