Re: [GRASS-dev] Need ideas for a masters thesis...

2009-11-16 Thread roberto.marzocchi
About the interaction of GRASS and HEC-RAS we have developed a grass script named r.inund.fluv, that interpolate the results of a normal 1D river model and allows to obtain a 2D flooding maps. It works quite well and you can see documentation on the add-on web page

Re: [GRASS-dev] Problem v.in.ascii (GRASS6.4.0RC4)

2009-05-05 Thread roberto.marzocchi
I have the same problem in the command line (using fs=' ') and using the GUI without quoting maybe i have a problem with libraries? R Moritz Lennert ha scritto: On 05/05/09 17:45, roberto marzocchi wrote: in attached the input file in grass6.3.0 the command run, the problem is only

Re: [GRASS-dev] Changes to MAKE System for SCRIPTS

2008-05-05 Thread roberto.marzocchi
Glynn Clements ha scritto: roberto.marzocchi wrote: I've write a grass script (https://svn.osgeo.org/grass/grass-addons/raster/r.inund.fluv/) In my grass script I use four implemented fortran codes. Now this script is in Add_ons repository, but there isn't a Makefile. I've written

Re: [GRASS-dev] Changes to MAKE System for SCRIPTS

2008-05-03 Thread roberto.marzocchi
/correction_from_path.exe ~/$cartella_nascosta cheers, Markus Cheers Roberto On Fri, May 2, 2008 at 5:49 PM, roberto.marzocchi [EMAIL PROTECTED] wrote: Hello, I've write a grass script (https://svn.osgeo.org/grass/grass-addons/raster/r.inund.fluv/) In my grass script I use

Re: [GRASS-dev] new grass add-on

2008-05-02 Thread roberto.marzocchi
, apparently the procedure is unclear. Please suggest how to make it clear! On Wed, Apr 30, 2008 at 4:17 PM, roberto.marzocchi [EMAIL PROTECTED] wrote: Exactly, my userid (robertomarzocchi) isn't in the current list of members. This is the first time that we know it :) Sorry, but I 've

Re: [GRASS-dev] new grass add-on

2008-05-02 Thread roberto.marzocchi
Markus Neteler ha scritto: hi Roberto, On Fri, May 2, 2008 at 9:58 AM, roberto.marzocchi [EMAIL PROTECTED] wrote: Reading the new version of http://trac.osgeo.org/grass/wiki/HowToContribute I understand this: I must write to you (currently you're the GRASS-PSC chair) and to other

Re: [GRASS-dev] new grass add-on

2008-04-30 Thread roberto.marzocchi
): Error: MKACTIVITY of '/grass/!svn/act/3b53eff3-320e-324f-b2ae-62f27863c1e6': 403 Forbidden (https://svn.osgeo.org)/ Anyone has an idea of error? Thanks in advanced Roberto Markus Neteler ha scritto: Hi Roberto, On Tue, Apr 29, 2008 at 12:01 PM, roberto.marzocchi [EMAIL PROTECTED] wrote

Re: [GRASS-dev] new grass add-on

2008-04-30 Thread roberto.marzocchi
Maybe my osgeo id isn't available for grass http://svn.osgeo.org/grass/grass-addons/contributors.csv Thanks for your help! R Moritz Lennert ha scritto: On 30/04/08 11:23, roberto.marzocchi wrote: I've a problem using the GRASS Addons subversion. I made a checkout of grass-addons folder

[GRASS-dev] Scripting programming: directory structure of GRASS

2008-02-01 Thread roberto.marzocchi
Hi, I'm writing a script for Grass. I've a problem with the directory structure of GRASS. I know where is the place of script: ($GISBASE/scripts). But my script use some fortran-codes, I compile this codes with gfortran, and I don't know where's the correct directory for the executable