[GRASS-user] grass-user Digest, Vol 118, Issue 18

Blumentrath, Stefan Stefan.Blumentrath at nina.no
Mon Feb 15 02:46:12 PST 2016


Hi Rengifo,

The issue is unfortunately more than just the GUI. You would be able to run the module on the command line if that was the case, but not even “r.terraflow --help” will give you any output. However, I am pretty sure r.watershed will provide you with what you are looking for and it is also able to handle huge datasets!

BTW: The paper you reference is a bit old. I recommend having a look at this:
sil.uc.edu/pdfFiles/.../JasiewiczMetz2011GRASS.pdf

As for you specific project:
The “Stream Power Index” might be of interest for you. It got implemented in r.watershed after we ran the module (and after the article above got published), so that output is missing from the data we have...

Anyway, I will see what I can do to provide you with the data (input and output, which includes TCI). Of course we used MFD, but we did not account / weight surface runoff as we had no suitable runoff data for the neighboring countries (and also for Norway we only had aggregated data for 1961-1990 with 1km2 resolution)...

I will check if our FTP is able to handle the amount of data and contact you offline when I have a solution for that...

Hilsen,
Stefan



From: grass-user [mailto:grass-user-bounces at lists.osgeo.org] On Behalf Of Rengifo Ortega
Sent: 15. februar 2016 10:51
To: grass-user at lists.osgeo.org
Subject: Re: [GRASS-user] grass-user Digest, Vol 118, Issue 18

dear grass community,
thanks a lot for the hints. Yes, indeed it was under hydrological modelling. But I still keep getting an error when  I try to open r.terraflow from the GUI, which is the reason I thought , in the first place, it was not installed.

Here is the error hope someone kan help me with it.

Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\grass\grass-7.0.3\gui\wxpython\lmgr
\frame.py", line 776, in OnMenuCmd

GUI(parent=self, giface=self._giface).ParseCommand(cmd)
  File "C:\OSGEO4~1\apps\grass\grass-7.0.3\gui\wxpython\gui_
core\forms.py", line 2354, in ParseCommand

raise gcmd.GException(e.value)
core.gcmd
.
GException
:
Unable to fetch interface description for command
'r.terraflow'.
Details: C:\OSGEO4~1\bin\python.exe: can't open file
'r.terraflow': [Errno 2] No such file or directory

It basically says that tha  file is not available.


As for the  question from  Blumentrath Stefan:

Yes, Stefan I am working with Norwegian data The same resolution as you. I am using  DTM10 from Statens Kartverk. Why  r.terraflow? Well, for this purpose it seems  to be the best algorithm.

Currently, I am proposing a combined approach (geomorphons+TCI (r.terraflow based), for  locating areas, where our  potential mass movement modelling (based on flow-r) fails to model the outreach of those mass movements.  Specifically, I am looking at areas on alluvial fans located just below the footslopes, where phenomena like debris flows might change their rheological behavior, due to changes in the slope gradient of the alluvial. r.terraflow is use to model water accumulation and TCI in these areas. The idea is  to establish some sort of threshold, using the TCI, where potential flows paths can be delinated as an extension of the alredy existing model. e.g town of Kvam

Basically, these areas are looked upon as flood areas, and for this  purpose seems r.terraflow to be the best, according to some authors https://books.google.no/books?id=svwfypEvPwEC&pg=PA94&lpg=PA94&dq=terraflow+panam%C3%A1&source=bl&ots=NN5mfSaXm4&sig=UX4mZ-6fB5aYdKGKGLC0HQRfmdc&hl=no&sa=X&ved=0ahUKEwi3vfOS3fTKAhWrJZoKHfY-CqoQ6AEIIzAA#v=onepage&q=terraflow%20panam%C3%A1&f=false


However, I would  appreciate  to get a copy of  the data you refered to, given you used MFD and not SFD to calculate it, since I am interested on diffuse waterflow and not chanalised one.

Thanks in advance


Mvh
Rengifo Ortega
Geoinformatikker

Seksjon for geoinformasjon
Hydrologisk avdelingen
Norges vassdrags- og energidirektoratet (NVE)





"grass-user-request at lists.osgeo.org<mailto:grass-user-request at lists.osgeo.org>" <grass-user-request at lists.osgeo.org<mailto:grass-user-request at lists.osgeo.org>> schrieb am 19:59 Freitag, 12.Februar 2016:


Send grass-user mailing list submissions to
    grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.osgeo.org/mailman/listinfo/grass-user
or, via email, send a message with subject or body 'help' to
    grass-user-request at lists.osgeo.org<mailto:grass-user-request at lists.osgeo.org>

You can reach the person managing the list at
    grass-user-owner at lists.osgeo.org<mailto:grass-user-owner at lists.osgeo.org>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-user digest..."


Today's Topics:

  1. Re: r.terraflow (Stefan Lüdtke)
  2. Re: r.terraflow (Blumentrath, Stefan)
  3. r.in.lidar and v.in.lidar status (Vicent García)
  4. counting plants (Eddison Araya)


----------------------------------------------------------------------

Message: 1
Date: Fri, 12 Feb 2016 14:04:42 +0100
From: Stefan Lüdtke <sluedtke at gfz-potsdam.de<mailto:sluedtke at gfz-potsdam.de>>
To: Rengifo Ortega <rengifoo at yahoo.de<mailto:rengifoo at yahoo.de>>, GRASS User List
    <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Subject: Re: [GRASS-user] r.terraflow
Message-ID: <56BDD86A.905 at gfz-potsdam.de<mailto:56BDD86A.905 at gfz-potsdam.de>>
Content-Type: text/plain; charset=utf-8

Hi,

I think its comes with the standard installation of GRASS. I find it,
and most likely you too, under_

"raster --> hydrologic modeling --> Flow accumulation".

HTH,

Stefan



On 12/02/16 13:31, Rengifo Ortega wrote:
> Dear community
> recently I update grass gis from 7.0.0 to New stable long term support
> (LTS) release 7.0.3  a on windows 7 enterprise machine. In the former
> version I had installed r.terraflow. searching for it in the
> http://svn.osgeo.org/grass/grass-addons/grass7   I did not find it. Can
> someone tell me if I am missing something here? I thought it was
> included in this release out of the box, if I understand prof.mitasova
> in this site TerraFlow <http://www.cs.duke.edu/geo*/terraflow/>.  I
> would like to get some  ideas how to install it in the version 7.0.3.
>
>
>
> image <http://www.cs.duke.edu/geo*/terraflow/>
>
>
>
>
>
>
>
>
>
>
> TerraFlow <http://www.cs.duke.edu/geo*/terraflow/>
>  in collaboration with  Computations on Massive Grids The TerraFlow
> Project Background | Algorithm | Features | Outputs | Performance |
> Speedup | Manual | Do...
> Auf www.cs.duke.edu<http://www.cs.duke.edu> anzeigen <http://www.cs.duke.edu/geo*/terraflow/>
>
> Vorschau nach Yahoo
>
>
> Thanks in advance
> have a nice weekend
>
>
> -------
> Mvh
> *Rengifo Ortega*
> geoinfomatiker
> Seksjon for geoinformasjon
> Hydrologisk avdelingen
> *Norges vassdrags- og energidirektoratet (NVE)*
> Mobil: +47 416 95 747
>
>
>
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
> http://lists.osgeo.org/mailman/listinfo/grass-user
>



------------------------------

Message: 2
Date: Fri, 12 Feb 2016 14:56:17 +0000
From: "Blumentrath, Stefan" <Stefan.Blumentrath at nina.no<mailto:Stefan.Blumentrath at nina.no>>
To: Stefan Lüdtke <sluedtke at gfz-potsdam.de<mailto:sluedtke at gfz-potsdam.de>>, Rengifo Ortega
    <rengifoo at yahoo.de<mailto:rengifoo at yahoo.de>>, GRASS User List <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Subject: Re: [GRASS-user] r.terraflow
Message-ID: <6b3c9e1942c94921aa915b3a0a208c7a at NINSRV23.nina.no<mailto:6b3c9e1942c94921aa915b3a0a208c7a at NINSRV23.nina.no>>
Content-Type: text/plain; charset="utf-8"

Hei Rengifo,

See: http://osgeo-org.1560.x6.nabble.com/C-and-libLAS-modules-broken-in-7-0-3-in-winGRASS-tt5249518.html#a5249942

Any particular reason for using r.terraflow and not r.watershed?

I assume you work on Norwegian data!?

In a project together with NTNU, UiO, SLU ... we ran r.watershed on a 10m terrain model covering entire Fenoscandia (unfortunately we did not have data from the Russian border). If you are interested, I can provide you with the related data...

Beste hilsen,
Stefan

-----Original Message-----
From: grass-user [mailto:grass-user-bounces at lists.osgeo.org<mailto:grass-user-bounces at lists.osgeo.org>] On Behalf Of Stefan Lüdtke
Sent: 12. februar 2016 14:05
To: Rengifo Ortega <rengifoo at yahoo.de<mailto:rengifoo at yahoo.de>>; GRASS User List <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Subject: Re: [GRASS-user] r.terraflow

Hi,

I think its comes with the standard installation of GRASS. I find it, and most likely you too, under_

"raster --> hydrologic modeling --> Flow accumulation".

HTH,

Stefan



On 12/02/16 13:31, Rengifo Ortega wrote:
> Dear community
> recently I update grass gis from 7.0.0 to New stable long term support
> (LTS) release 7.0.3  a on windows 7 enterprise machine. In the former
> version I had installed r.terraflow. searching for it in the
> http://svn.osgeo.org/grass/grass-addons/grass7   I did not find it. Can
> someone tell me if I am missing something here? I thought it was
> included in this release out of the box, if I understand prof.mitasova
> in this site TerraFlow <http://www.cs.duke.edu/geo*/terraflow/>.  I
> would like to get some  ideas how to install it in the version 7.0.3.
>
>
>
> image <http://www.cs.duke.edu/geo*/terraflow/>
>
>
>
>
>
>
>
>
>
>
> TerraFlow <http://www.cs.duke.edu/geo*/terraflow/>
>  in collaboration with  Computations on Massive Grids The TerraFlow
> Project Background | Algorithm | Features | Outputs | Performance |
> Speedup | Manual | Do...
> Auf www.cs.duke.edu<http://www.cs.duke.edu> anzeigen <http://www.cs.duke.edu/geo*/terraflow/>
>
> Vorschau nach Yahoo
>
>
> Thanks in advance
> have a nice weekend
>
>
> -------
> Mvh
> *Rengifo Ortega*
> geoinfomatiker
> Seksjon for geoinformasjon
> Hydrologisk avdelingen
> *Norges vassdrags- og energidirektoratet (NVE)*
> Mobil: +47 416 95 747
>
>
>
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
> http://lists.osgeo.org/mailman/listinfo/grass-user
>

_______________________________________________
grass-user mailing list
grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/grass-user

------------------------------

Message: 3
Date: Fri, 12 Feb 2016 19:27:05 +0100
From: Vicent García <vicent_montesa at hotmail.com<mailto:vicent_montesa at hotmail.com>>
To: <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Subject: [GRASS-user] r.in.lidar and v.in.lidar status
Message-ID: <DUB402-EAS37A8B2E89C65EF236E8848FCA90 at phx.gbl<mailto:DUB402-EAS37A8B2E89C65EF236E8848FCA90 at phx.gbl>>
Content-Type: text/plain; charset="iso-8859-1"

Both modules work perfectly on the last compilation of GRASS GIS 7.0.3 for
W10.

Last standalone with those updates is available on the GRASS website.



Thanks to Martin Landa



Vicent

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160212/854a7b02/attachment-0001.html>

------------------------------

Message: 4
Date: Fri, 12 Feb 2016 12:58:48 -0600
From: Eddison Araya <eddisonjose at gmail.com<mailto:eddisonjose at gmail.com>>
To: GRASS user list <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Subject: [GRASS-user] counting plants
Message-ID:
    <CAC-LqCm3=Rkb7qOyB0XDQOgQcfN-s2F4G7FPZPcMg6d48khOAA at mail.gmail.com<mailto:Rkb7qOyB0XDQOgQcfN-s2F4G7FPZPcMg6d48khOAA at mail.gmail.com>>
Content-Type: text/plain; charset="utf-8"

Dear friends, I hope to be good! I use a translator, I excuse my bad
writing in English

I have a question, it is possible if I have an image or aerial photo of oil
palm to cite one case performed automatically count plants?

attached a sample image


Muchas gracias

Eddison
Costa Rica
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160212/9d93006e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: conteo_opt.jpg
Type: image/jpeg
Size: 21395 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160212/9d93006e/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: palma.png
Type: image/png
Size: 137886 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160212/9d93006e/attachment.png>

------------------------------

Subject: Digest Footer

_______________________________________________
grass-user mailing list
grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/grass-user

------------------------------

End of grass-user Digest, Vol 118, Issue 18
*******************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160215/dadd989a/attachment-0001.html>


More information about the grass-user mailing list