Changes between Initial Version and Version 1 of Ticket #2526


Ignore:
Timestamp:
Jan 4, 2015, 1:39:14 PM (9 years ago)
Author:
neteler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2526 – Description

    initial v1  
    33http://lists.osgeo.org/pipermail/grass-dev/2015-January/072779.html
    44
    5 {{{
    6 Another way would be to modify r.slope.aspect to compute the values at the edges - a second order polynomial min.square approximation
    7 is used to estimate the derivatives in r.slope.aspect (you get the well known differencing function when you do the math) and it can be used also to compute the values at the edge cells, but I had no luck convincing others that it is the right thing to do.
    85
    9 I believe that any reasonable estimate is better than the current shrinking region (in r.flow we just propagate the same values to the edges), but that does not seem to be the consensus.
     6Helena Mitasova - Sun Jan 4 06:36:27 PST 2015
    107
    11 Also, implementation  for the edges is not straightforward because of how GRASS works with rows, but a smart developer could certainly do it.
    12 }}}
     8''Another way would be to modify r.slope.aspect to compute the values at the edges - a second order polynomial min.square approximation is used to estimate the derivatives in r.slope.aspect (you get the well known differencing function when you do the math) and it can be used also to compute the values at the edge cells, but I had no luck convincing others that it is the right thing to do.''
    139
    14 it would be nice that r.slope.aspect compute the values at the edges, at least as an option. I agree that any reasonable estimate is better than the current shrinking region.
     10''I believe that any reasonable estimate is better than the current shrinking region (in r.flow we just propagate the same values to the edges), but that does not seem to be the consensus.''
     11
     12''Also, implementation  for the edges is not straightforward because of how GRASS works with rows, but a smart developer could certainly do it.''
     13
     14
     15----
     16It would be nice that r.slope.aspect compute the values at the edges, at least as an option. I agree that any reasonable estimate is better than the current shrinking region.