Tagged Questions
1
vote
1answer
96 views
Undefined reference errors installing GRASS addon
I am trying to install the r.geomorphons GRASS addon (available from http://sil.uc.edu/pdfFiles/jarek/r.geom.zip) in GRASS. I tried on Windows but gave up and decided the best thing to do was to try ...
8
votes
4answers
731 views
Flood modelling insights
I am trying to create a flood modelling system. The system consists of two parts mainly a river flooding simulation and rainfall simulation. To do this I am running the latest version of GRASS 6.4. ...
8
votes
4answers
2k views
Code to calculate elevation profile along line from a DEM
Given a DEM (Digital Elevation Model) say in and a line (x1,y1) --> (x2,y2) (paired coordinates (x,y)), how can one calculate the elevation profile or cross-section projected on that line ?
I am ...