Bike Route Steepness Point Generation

This page documents the steps to create steepness points along bike routes.

The following documentation assumes you are working in the project at the location below: ...\Active_Transportation\Bike_Maps\OnlineBikeMap_Slope

  • Prep Data Prior to Running Models

    • Make sure both ATD_ADMIN.CTN and Land Spot Elevations Year 2003 are added to the map

    • A definition query should be set on the BLANK layer to include on the segments you want to create steepness points from.

      • ie. The query below would include only segments with a Level of Comfort value that were created after a given data.

      BIKE_LEVEL_OF_COMFORT IS NOT NULL And CREATED_DATE >= TO_DATE('2021-12-01 00:00:00', 'YYYY-MM-DD HH24:MI:SS')

  • Run sequence of models to create output located in Default.tbx

    • Run 1. Elevation and Length Generator

      • This model will run in approximately 3 minutes

    • Once model 1 is completed Run 2. Point on line layer Separator

      • This model will run in approximately 30 Seconds

    • Once model 2 is completed Run 3. Slope Calculation

      • This model will run in approximately 2 minutes

    • Once model 3 is completed Run 4. Line Angle Slope Direction

      • This model will run in approximately 2 minutes

  • Symbolizing output layer

Last updated