Uploaded image for project: 'MAEviz'
  1. MAEviz
  2. MAE-431

Compute Hill Height from Raster Slope Map

XMLWordPrintableJSON

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.1
    • 2.1
    • Science Features
    • None

      Yes, that is what it should be.

      Thanks,

      Himmet

      Christopher Navarro wrote:

      So, just to be clear...

      if(H < 30) {
      f_topo = 1.0
      } else {
      if( slope >= 30.0 )

      { f_topo = 1.4 }

      else if(slope >= 15 and slope < 30.0)

      { f_topo = 1.2 }

      else

      { f_topo = 1.0 }

      }

              cnavarro Christopher Navarro
              cnavarro Christopher Navarro
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: