I have output errors from running r.inund.fluv using GRASS 6.4.3. on Ubuntu 13.10 none of my output maps were written successfully; my DEM is coarse (30m). But below is what I am getting in term window output – much more detail in the Command Window output, which I can provide.
Regards,
Tom
GRASS 6.4.3 (potomac_utm):~/grass/data > r.inund.fluv
GRASS_INFO_WARNING(25914,1): Table <limiti_alveo> not found in database </home/teaiii/grass/data/potomac_utm/teaiii/sqlite/sqlite.db> using driver
GRASS_INFO_END(25914,1)
GRASS_INFO_ERROR(25916,1): Unable to describe table <limiti_alveo>
GRASS_INFO_END(25916,1)
(python:20172): Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion ‘index >= 0 && index <= layout->length’ failed
GRASS 6.4.3 (potomac_utm):~/grass/data >
GRASS 6.4.3 (potomac_utm):~/grass/data >
GRASS_INFO_WARNING(28290,1): Table <limiti_alveo> not found in database </home/teaiii/grass/data/potomac_utm/teaiii/sqlite/sqlite.db> using driver
GRASS_INFO_END(28290,1)
GRASS_INFO_ERROR(28292,1): Unable to describe table <limiti_alveo>
GRASS_INFO_END(28292,1)
On Fri, Apr 18, 2014 at 9:55 PM, Thomas Adams <tea3rd@gmail.com> wrote:
I have output errors from running r.inund.fluv using GRASS 6.4.3. on Ubuntu
13.10 none of my output maps were written successfully; my DEM is coarse
(30m). But below is what I am getting in term window output -- much more
detail in the Command Window output, which I can provide.
Regards,
Tom
GRASS 6.4.3 (potomac_utm):~/grass/data > r.inund.fluv
GRASS_INFO_WARNING(25914,1): Table <limiti_alveo> not found in database
</home/teaiii/grass/data/potomac_utm/teaiii/sqlite/sqlite.db> using driver
<sqlite>
Some part of the Addon is written in Fortran, did you compile all of
those binaries?
Requires gfortran or the like to be present on the system at compile time.
To check, run this in a GRASS 6.4 session:
ls $GISBASE/etc/fortran_code/
It should list:
2d_path* clean_inundation* correction_from_path* dati.mod* dd.mod*
find_main_channel*
Some of those probably create the table which isn't found in your sqlite.db.
Markus
Marcus,
Yes; when I run ls $GISBASE/etc/fortran_code/ I get all of those:
2d_path* clean_inundation* correction_from_path* dati.mod* dd.mod* find_main_channel*
So, do you think I should build 6.4.svn and should probably use this?
Regards,
Tom
···
On Fri, Apr 18, 2014 at 4:29 PM, Markus Neteler <neteler@osgeo.org> wrote:
On Fri, Apr 18, 2014 at 9:55 PM, Thomas Adams <tea3rd@gmail.com> wrote:
I have output errors from running r.inund.fluv using GRASS 6.4.3. on Ubuntu
13.10 none of my output maps were written successfully; my DEM is coarse
(30m). But below is what I am getting in term window output – much more
detail in the Command Window output, which I can provide.
Regards,
Tom
GRASS 6.4.3 (potomac_utm):~/grass/data > r.inund.fluv
GRASS_INFO_WARNING(25914,1): Table <limiti_alveo> not found in database
</home/teaiii/grass/data/potomac_utm/teaiii/sqlite/sqlite.db> using driver
Some part of the Addon is written in Fortran, did you compile all of
those binaries?
Requires gfortran or the like to be present on the system at compile time.
To check, run this in a GRASS 6.4 session:
ls $GISBASE/etc/fortran_code/
It should list:
2d_path* clean_inundation* correction_from_path* dati.mod* dd.mod*
find_main_channel*
Some of those probably create the table which isn’t found in your sqlite.db.
Markus
–
Thomas E Adams, III
718 McBurney Drive
Lebanon, OH 45036
1 (513) 739-9512 (cell)
On Sat, Apr 19, 2014 at 12:06 AM, Thomas Adams <tea3rd@gmail.com> wrote:
Marcus,
Yes; when I run ls $GISBASE/etc/fortran_code/ I get all of those:
2d_path* clean_inundation* correction_from_path* dati.mod* dd.mod*
find_main_channel*
ok, so the installation seems to be complete.
So, do you think I should build 6.4.svn and should probably use this?
Well, that was only meant to test the updated g.extension.py.
Re: r.inund.fluv it may be the best to contact the authors since it is an addon.
Best
Markus