[GRASS-user] . About Flood, Erosion and hydrological modelling

Pankaj Kr Sharma pkscwc at gmail.com
Fri Mar 23 07:29:12 EDT 2012


I am willing to take up the work of integrating hecras with grass in my
personal leisure time.



On Fri, Mar 23, 2012 at 4:54 PM, <grass-user-request at lists.osgeo.org> wrote:

> Send grass-user mailing list submissions to
>        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
>
> You can reach the person managing the list at
>        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. NVIZ Seg Faults (Rich Shepard)
>   2. NVIZ: Properties of Vector & Point Maps (Rich Shepard)
>   3. Grass 7 compile errors (Daniel Victoria)
>   4. Re: NVIZ Seg Faults (Maris Nartiss)
>   5. About Flood, Erosion and hydrological modelling
>      (Venkatesh Raghavan)
>   6. Re: TIN (Linear interpolation) from points (Danny Luque Ramirez)
>   7. Re: About Flood, Erosion and hydrological modelling (Daniel Lee)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 22 Mar 2012 17:10:30 -0700 (PDT)
> From: Rich Shepard <rshepard at appl-ecosys.com>
> Subject: [GRASS-user] NVIZ Seg Faults
> To: grass-users at lists.osgeo.org
> Message-ID: <alpine.LNX.2.00.1203221708250.4587 at salmo.appl-ecosys.com>
> Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
>
>   The raster map directory holds 2.4G of data. Trying to run nviz causes a
> seg fault after processing ~3%:
>
> GRASS 6.5.svn (Washington):~/grassdata > nviz elev=dem_basin
> Loading raster map <dem_basin at buckets>...
> Segmentation fault
>
>   Anything I can do to prevent this?
>
> Rich
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 22 Mar 2012 17:12:50 -0700 (PDT)
> From: Rich Shepard <rshepard at appl-ecosys.com>
> Subject: [GRASS-user] NVIZ: Properties of Vector & Point Maps
> To: grass-users at lists.osgeo.org
> Message-ID: <alpine.LNX.2.00.1203221710340.4587 at salmo.appl-ecosys.com>
> Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
>
>   The nviz syntax allows us to specify multiple line/area and point maps to
> overlay the base elevation map. What I do not see on the manual page or in
> the GUI dialog box is how to specify colors, line widths, symbols, and
> sizes
> for these maps. Can this be done somehow?
>
> Rich
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 22 Mar 2012 23:07:30 -0300
> From: Daniel Victoria <daniel.victoria at gmail.com>
> Subject: [GRASS-user] Grass 7 compile errors
> To: grass <grass-user at lists.osgeo.org>
> Message-ID:
>        <CA+irsJgiLGsivYhsCB1PRPHUd5Xndfb=-kMLRHTv67-X4hq99A at mail.gmail.com
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi all,
>
> Just updated to the latest svn version of grass 7. Configure went OK
> but I got a bunch off errors on make, the first one being in
> display/d.path. So I went into that directory and issued make. The
> output is the following:
>
> daniel at debian:~/grass/grass_trunk/display/d.path$ make
> : && gcc -L/home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/lib
> -L/home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/lib
> -Wl,--export-dynamic
> -Wl,-rpath-link,/home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/lib
>  -o /home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/bin/d.path
> OBJ.i686-pc-linux-gnu/main.o OBJ.i686-pc-linux-gnu/select.o
> -lgrass_display.7.0.svn -lgrass_vector.7.0.svn -lgrass_gis.7.0.svn
> -lm
> /home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/lib/
> libgrass_vector.7.0.svn.so:
> undefined reference to `OGR_L_GetName'
> /home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/lib/
> libgrass_vector.7.0.svn.so:
> undefined reference to `OGR_L_GetGeomType'
> collect2: ld returned 1 exit status
> make: ***
> [/home/daniel/grass/grass_trunk/dist.i686-pc-linux-gnu/bin/d.path]
> Error 1
> daniel at debian:~/grass/grass_trunk/display/d.path$
>
> Am I missing some library? I could not understand anything from the
> error message. I'm running grass on a Debian system
>
> Thanks
> Daniel
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 23 Mar 2012 09:42:51 +0200
> From: Maris Nartiss <maris.gis at gmail.com>
> Subject: Re: [GRASS-user] NVIZ Seg Faults
> To: Rich Shepard <rshepard at appl-ecosys.com>
> Cc: grass-users at lists.osgeo.org
> Message-ID:
>        <CAK8GbeBOtgL_p5PckYkV8BM3BwvMR=DdFaoTdg5s8oR2oh=+Xg at mail.gmail.com
> >
> Content-Type: text/plain; charset=UTF-8
>
> Hello Rich,
> with Your provided data it's not possible to tell if You can do something.
> Things to check:
> 1) the size of Your computational region. On 32bit system You might
> hit a memory limits.
> 2) check Your OpenGL system. Does glxinfo and glxgears work fine?
> 3) run nviz under gdb and generate backtrace. Still You might need to
> recompile GRASS with --enable-debug to get also debug symbols for all
> GRASS parts. --enable-debug is harmless and wouldn't interfere with
> normal working with GRASS, it will only help to track down bugs.
>
> Here are some notes I have made for myself on running nviz under gdb
> and valgrind:
> gdb $GISBASE/etc/nviz2.2/nviz
> run -f "$GISBASE/etc/nviz2.2/scripts/nviz2.2_script"
> elevation=elevation.dem at PERMANENT
>
> valgrind $GISBASE/etc/nviz2.2/nviz -f
> "$GISBASE/etc/nviz2.2/scripts/nviz2.2_script"
> elevation=elevation.dem at PERMANENT
>
> Maris.
>
> 2012. gada 23. marts 02:10 Rich Shepard <rshepard at appl-ecosys.com>
> rakstīja:
> > Â The raster map directory holds 2.4G of data. Trying to run nviz causes
> a
> > seg fault after processing ~3%:
> >
> > GRASS 6.5.svn (Washington):~/grassdata > nviz elev=dem_basin
> > Loading raster map <dem_basin at buckets>...
> > Segmentation fault
> >
> > Â Anything I can do to prevent this?
> >
> > Rich
> >
> > _______________________________________________
> > grass-user mailing list
> > grass-user at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/grass-user
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 23 Mar 2012 17:35:34 +0900
> From: Venkatesh Raghavan <raghavan at media.osaka-cu.ac.jp>
> Subject: [GRASS-user] About Flood, Erosion and hydrological modelling
> To: grass-users at lists.osgeo.org
> Message-ID: <4F6C35D6.9050604 at media.osaka-cu.ac.jp>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Dear All,
>
> Doing a bit of work with tram in Vietnam using HEC-RAS and
> HEC-GeoRAS. It would be nice to have a GRASS interface to
> HEC-RAS. HEC-GeoRAS below is an interface for ArcGIS.
> Perhaps a project for some student or Google Summer of Code?
>
> HEC-RAS
> http://www.hec.usace.army.mil/software/hec-ras/
>
> HEC-GeoRAS
> http://www.hec.usace.army.mil/software/hec-ras/hec-georas.html
>
> I have also included some other modelling tools related to
> flood/hydrology, erosion etc. Perhaps you know most of it already.
> In future, it may be world considering
> how some of these models can be put to work together to
> bring out more comprehensive output of physical processes.
> For example there is already some work on integrating HEC-RAS with
> MODFLOW.
>
>
> https://publicwiki.deltares.nl/display/OPENMI/Workshops+on+integration+of+the+HEC-RAS+and+MODFLOW+models+using+OpenMI
>
> Fully conservative coupling of HEC-RAS with MODFLOW to simulate
> stream–aquifer interactions in a drainage basin
> http://www.sciencedirect.com/science/article/pii/S0022169408000772
>
> Surface Water-Groundwater Software Coupling
>
> http://www.groundwater-conference.uci.edu/files/Chapter4/2008_conf_Fenske,%20J.pdf
>
> Development of integrated MODFLOW HEC-RAS model using OpenMI
> http://code.google.com/p/rasmodflow/
>
> Flood/Hydrological Modelling
>
> ICHARM, Japan
> http://www.icharm.pwri.go.jp/
>
> Integrated Flood Analysis System (IFAS)
> http://www.icharm.pwri.go.jp/research/ifas/index.html
>
> BASINS (Better Assessment Science Integrating point & Non-point Sources)
> http://water.epa.gov/scitech/datait/models/basins/index.cfm
>
> Kinematic runoff and erosion model KINEROS
> http://www.tucson.ars.ag.gov/kineros/
>
> GIS and Distributed Watershed Models II
>
> http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1466&context=usdaarsfacpub&sei-redir=1&referer=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3Dhec-ras%2520grass%2520gis%26source%3Dweb%26cd%3D6%26ved%3D0CEYQFjAF%26url%3Dhttp%253A%252F%252Fdigitalcommons.unl.edu%252Fcgi%252Fviewcontent.cgi%253Farticle%253D1466%2526context%253Dusdaarsfacpub%26ei%3DO31mT5j_H_HsmAWtw4G5CA%26usg%3DAFQjCNEyfNWNrpn8XB73bGz8lAN8ZipR2A#search=%22hec-ras%20grass%20gis%22
>
> Best
>
> Venka
>
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 23 Mar 2012 02:14:03 -0700 (PDT)
> From: Danny Luque Ramirez <dalura86 at googlemail.com>
> Subject: [GRASS-user] Re: TIN (Linear interpolation) from points
> To: grass-user at lists.osgeo.org
> Message-ID: <1332494043691-4647944.post at n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> @Daniel:
>
> Thx for your advice. It works! :-)
>
> --
> View this message in context:
> http://osgeo-org.1560.n6.nabble.com/TIN-Linear-interpolation-from-points-tp4627723p4647944.html
> Sent from the Grass - Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 23 Mar 2012 12:23:08 +0100
> From: Daniel Lee <lee at isi-solutions.org>
> Subject: Re: [GRASS-user] About Flood, Erosion and hydrological
>        modelling
> To: Venkatesh Raghavan <raghavan at media.osaka-cu.ac.jp>
> Cc: grass-users at lists.osgeo.org
> Message-ID:
>        <CAJHDHfq7kPGGDWKD3+JL0bVNNszQa276K6yRxeLYJPaWCG8s1Q at mail.gmail.com
> >
> Content-Type: text/plain; charset="windows-1252"
>
> Sadly, the entry deadline for GSoC projects for this year is already past,
> but perhaps there's some other possibility if you're wanting to get it done
> this year.
>
> Best,
> Daniel
>
> --
>
> B.Sc. Daniel Lee
> Geschäftsführung für Forschung und Entwicklung
> ISIS - International Solar Information Solutions GbR
> Vertreten durch: Daniel Lee, Nepomuk Reinhard und Nils Räder
>
> Deutschhausstr. 10
> 35037 Marburg
> Festnetz: +49 6421 379 6256
> Mobil: +49 176 6127 7269
> E-Mail: Lee at isi-solutions.org
> Web: http://www.isi-solutions.org
>
> ISIS wird gefördert durch die Bundesrepublik Deutschland, Zuwendungsgeber:
> Bundesministerium für Wirtschaft und Technologie aufgrund eines Beschlusses
> des Deutschen Bundestages, sowie durch die Europäische Union,
> Zuwendungsgeber: Europäischer Sozialfonds.
> Zusätzliche Unterstützung erhält ISIS von dem Entrepreneurship Cluster
> Mittelhessen, der Universität Marburg, dem Laboratory for Climatology and
> Remote Sensing und dem GIS-Lab Marburg.
>
>
>
>
> Am 23. März 2012 09:35 schrieb Venkatesh Raghavan <
> raghavan at media.osaka-cu.ac.jp>:
>
> > Dear All,
> >
> > Doing a bit of work with tram in Vietnam using HEC-RAS and
> > HEC-GeoRAS. It would be nice to have a GRASS interface to
> > HEC-RAS. HEC-GeoRAS below is an interface for ArcGIS.
> > Perhaps a project for some student or Google Summer of Code?
> >
> > HEC-RAS
> > http://www.hec.usace.army.mil/**software/hec-ras/<
> http://www.hec.usace.army.mil/software/hec-ras/>
> >
> > HEC-GeoRAS
> > http://www.hec.usace.army.mil/**software/hec-ras/hec-georas.**html<
> http://www.hec.usace.army.mil/software/hec-ras/hec-georas.html>
> >
> > I have also included some other modelling tools related to
> > flood/hydrology, erosion etc. Perhaps you know most of it already.
> > In future, it may be world considering
> > how some of these models can be put to work together to
> > bring out more comprehensive output of physical processes.
> > For example there is already some work on integrating HEC-RAS with
> > MODFLOW.
> >
> > https://publicwiki.deltares.**nl/display/OPENMI/Workshops+**
> > on+integration+of+the+HEC-RAS+**and+MODFLOW+models+using+**OpenMI<
> https://publicwiki.deltares.nl/display/OPENMI/Workshops+on+integration+of+the+HEC-RAS+and+MODFLOW+models+using+OpenMI
> >
> >
> > Fully conservative coupling of HEC-RAS with MODFLOW to simulate
> > stream–aquifer interactions in a drainage basin
> > http://www.sciencedirect.com/**science/article/pii/**S0022169408000772<
> http://www.sciencedirect.com/science/article/pii/S0022169408000772>
> >
> > Surface Water-Groundwater Software Coupling
> > http://www.groundwater-**conference.uci.edu/files/**
> > Chapter4/2008_conf_Fenske,%**20J.pdf<
> http://www.groundwater-conference.uci.edu/files/Chapter4/2008_conf_Fenske,%20J.pdf
> >
> >
> > Development of integrated MODFLOW HEC-RAS model using OpenMI
> > http://code.google.com/p/**rasmodflow/<
> http://code.google.com/p/rasmodflow/>
> >
> > Flood/Hydrological Modelling
> >
> > ICHARM, Japan
> > http://www.icharm.pwri.go.jp/
> >
> > Integrated Flood Analysis System (IFAS)
> > http://www.icharm.pwri.go.jp/**research/ifas/index.html<
> http://www.icharm.pwri.go.jp/research/ifas/index.html>
> >
> > BASINS (Better Assessment Science Integrating point & Non-point Sources)
> > http://water.epa.gov/scitech/**datait/models/basins/index.cfm<
> http://water.epa.gov/scitech/datait/models/basins/index.cfm>
> >
> > Kinematic runoff and erosion model KINEROS
> > http://www.tucson.ars.ag.gov/**kineros/<
> http://www.tucson.ars.ag.gov/kineros/>
> >
> > GIS and Distributed Watershed Models II
> > http://digitalcommons.unl.edu/**cgi/viewcontent.cgi?article=**
> > 1466&context=usdaarsfacpub&**sei-redir=1&referer=http%3A%**
> > 2F%2Fwww.google.com%2Furl%**3Fsa%3Dt%26rct%3Dj%26q%3Dhec-**
> > ras%2520grass%2520gis%**26source%3Dweb%26cd%3D6%26ved%**
> > 3D0CEYQFjAF%26url%3Dhttp%253A%**252F%252Fdigitalcommons.unl.**
> > edu%252Fcgi%252Fviewcontent.**cgi%253Farticle%253D1466%**
> > 2526context%253Dusdaarsfacpub%**26ei%3DO31mT5j_H_HsmAWtw4G5CA%**26usg%**
> > 3DAFQjCNEyfNWNrpn8XB73bGz8lAN8**ZipR2A#search=%22hec-ras%**
> > 20grass%20gis%22<
> http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1466&context=usdaarsfacpub&sei-redir=1&referer=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3Dhec-ras%2520grass%2520gis%26source%3Dweb%26cd%3D6%26ved%3D0CEYQFjAF%26url%3Dhttp%253A%252F%252Fdigitalcommons.unl.edu%252Fcgi%252Fviewcontent.cgi%253Farticle%253D1466%2526context%253Dusdaarsfacpub%26ei%3DO31mT5j_H_HsmAWtw4G5CA%26usg%3DAFQjCNEyfNWNrpn8XB73bGz8lAN8ZipR2A#search=%22hec-ras%20grass%20gis%22
> >
> >
> > Best
> >
> > Venka
> >
> > ______________________________**_________________
> > grass-user mailing list
> > grass-user at lists.osgeo.org
> > http://lists.osgeo.org/**mailman/listinfo/grass-user<
> http://lists.osgeo.org/mailman/listinfo/grass-user>
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.osgeo.org/pipermail/grass-user/attachments/20120323/c60f741d/attachment.html
>
> ------------------------------
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
>
> End of grass-user Digest, Vol 71, Issue 51
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-user/attachments/20120323/c2ee26c2/attachment-0001.html


More information about the grass-user mailing list