|
|
|
Helena Mitasova
|
I have specifically removed the site related code to get r.sim.water
running on windows but apparently there is still a problem - we will try to test it here to see what the problem may be. Thaks for testing, Helena P.S. Floris, I got your email - sorry for not responding yet - I have your email in my 250 emails long list that require answer or action, I just did not get to it yet. On Apr 9, 2009, at 12:00 PM, [hidden email] wrote: > > Message: 1 > Date: Thu, 9 Apr 2009 12:36:19 +0200 > From: Markus Neteler <[hidden email]> > Subject: Re: [GRASS-windows] r.sim.water > To: Floris Van Ogtrop <[hidden email]> > Cc: [hidden email] > Message-ID: > <[hidden email]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Thu, Apr 9, 2009 at 2:09 AM, Floris Van Ogtrop > <[hidden email]> wrote: > ... >> Hello Markus, >> I tried the new GRASS 6.4.0RC3 binaries (which looks good!). >> Unfortunately the problem persists. >> >> #Note that r.slope.aspect and r.mapcalc work perfectly# >> >> g.region rast=elevation.dem -p >> >> r.slope.aspect --o elevation=elevation.dem dx=DX dy=DY >> >> r.mapcalc Rain=if(elevation.dem, 5, null()) >> r.mapcalc Manin=if(elevation.dem, 0.05, null()) >> r.mapcalc Infil=if(elevation.dem, 0, null()) >> >> >> r.sim.water --o elevin=elevation.dem dxin=DX dyin=DY rain=Rain >> manin=Manin infil=Infil depth=Depth >> >> #Crashes after 1 minute > > I have polished the r.sim.water manual page and added your synthetic > example (using the higher res elevation.10m): > http://trac.osgeo.org/grass/changeset/36660 > > both DEMs work for me... I am afraid that debugging is needed > on Windows. > > Markus > > > ------------------------------ > > Message: 2 > Date: Thu, 09 Apr 2009 14:36:29 +0200 > From: Martin Mainzer <[hidden email]> > Subject: [GRASS-windows] OSGeo4W installer: problems with the > tcl/tk-GUI (GRASS 6.4.0RC3) on W2k > To: [hidden email] > Message-ID: <[hidden email]> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hello, > > I just installed the GRASS6.4.0RC3 with the OSGeo4W installer on my > windows 2000 machine. > > Within the tcltk-GUI it is not possible to select a map within the > project: > I clicked 'Add vector layer', then on the icon in the lower part of > the > GIS Manager 'vector map to display'. Within the following pop-up > window > there are no maps listed. With the 'g.list type=vect' command > entered in > the GIS.m window, all vector maps are listed as expected. And it is > also > possible to show the maps by entering the names of the maps in the > 'Vector map'- field in the lower part of the GIS Manager. Just > selecting > with the icon is not possible. > Is this a windows 2000 problem or a bug within the GRASS6.4.0RC3? > > Another error occurred working with the tcltk-GUI: > Using the 'Show attribute data' button within the 'GIS Manager' window > the following command is sent to be executed: > db.select table=veg_buffer_1_dissolve > database=D:\daten\GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf > For this command I get the following error in the output: > # BMI-DBF driver error: > # Cannot create dbf database: > # D:datenGISDataBase/demolocation/PERMANENT/dbf/ > # Unable to open database > # <D:datenGISDataBase/demolocation/PERMANENT/dbf/> > Notice: the \ are gone! > By correcting the command manually (backslash to slash) to: > db.select table=veg_buffer_1_dissolve > database=D:/daten/GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf > everything works fine. > > Martin > > > > ------------------------------ > > Message: 3 > Date: Thu, 9 Apr 2009 15:03:10 +0200 > From: Markus Neteler <[hidden email]> > Subject: Re: [GRASS-windows] OSGeo4W installer: problems with the > tcl/tk-GUI (GRASS 6.4.0RC3) on W2k > To: Martin Mainzer <[hidden email]> > Cc: [hidden email] > Message-ID: > <[hidden email]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Thu, Apr 9, 2009 at 2:36 PM, Martin Mainzer <[hidden email]> wrote: >> Hello, >> >> I just installed the GRASS6.4.0RC3 with the OSGeo4W installer on my >> windows >> 2000 machine. >> >> Within the tcltk-GUI it is not possible to select a map within the >> project: >> I clicked 'Add vector layer', then on the icon in the lower part of >> the >> GIS Manager 'vector map to display'. Within the following pop-up >> window >> there are no maps listed. With the 'g.list type=vect' command >> entered in >> the GIS.m window, all vector maps are listed as expected. And it is >> also >> possible to show the maps by entering the names of the maps in the >> 'Vector map'- field in the lower part of the GIS Manager. Just >> selecting >> with the icon is not possible. >> Is this a windows 2000 problem or a bug within the GRASS6.4.0RC3? >> >> Another error occurred working with the tcltk-GUI: >> Using the 'Show attribute data' button within the 'GIS Manager' >> window the >> following command is sent to be executed: >> db.select table=veg_buffer_1_dissolve >> database=D:\daten\GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf >> For this command I get the following error in the output: >> # BMI-DBF driver error: >> # Cannot create dbf database: >> # D:datenGISDataBase/demolocation/PERMANENT/dbf/ >> # Unable to open database >> # <D:datenGISDataBase/demolocation/PERMANENT/dbf/> >> Notice: the \ are gone! >> By correcting the command manually (backslash to slash) to: >> db.select table=veg_buffer_1_dissolve >> database=D:/daten/GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf >> everything works fine. > > the code in > gui/tcltk/gis.m/vector.tcl > > GmVector::show_data{} > ... > set cmd "db.select table=$tbl database=$db driver=$drv" > > needs apparently a compatibility fix (g.dirseps?). > > Markus > > > ------------------------------ > > Message: 4 > Date: Thu, 9 Apr 2009 11:02:36 -0400 > From: Colin Nielsen <[hidden email]> > Subject: Re: [GRASS-windows] OSGeo4W installer: problems with the > tcl/tk-GUI (GRASS 6.4.0RC3) on W2k > To: Martin Mainzer <[hidden email]> > Cc: [hidden email] > Message-ID: > <[hidden email]> > Content-Type: text/plain; charset=ISO-8859-1 > > I noticed the Add layer problem as well so it's not a win2k problem. I > think that error has been fixed since, because it seems to be fine in > the native installer I put together. > > -Colin > > On Thu, Apr 9, 2009 at 8:36 AM, Martin Mainzer <[hidden email]> wrote: >> Hello, >> >> I just installed the GRASS6.4.0RC3 with the OSGeo4W installer on my >> windows >> 2000 machine. >> >> Within the tcltk-GUI it is not possible to select a map within the >> project: >> I clicked 'Add vector layer', then on the icon in the lower part of >> the >> GIS Manager 'vector map to display'. Within the following pop-up >> window >> there are no maps listed. With the 'g.list type=vect' command >> entered in >> the GIS.m window, all vector maps are listed as expected. And it is >> also >> possible to show the maps by entering the names of the maps in the >> 'Vector map'- field in the lower part of the GIS Manager. Just >> selecting >> with the icon is not possible. >> Is this a windows 2000 problem or a bug within the GRASS6.4.0RC3? >> >> Another error occurred working with the tcltk-GUI: >> Using the 'Show attribute data' button within the 'GIS Manager' >> window the >> following command is sent to be executed: >> db.select table=veg_buffer_1_dissolve >> database=D:\daten\GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf >> For this command I get the following error in the output: >> # BMI-DBF driver error: >> # Cannot create dbf database: >> # D:datenGISDataBase/demolocation/PERMANENT/dbf/ >> # Unable to open database >> # <D:datenGISDataBase/demolocation/PERMANENT/dbf/> >> Notice: the \ are gone! >> By correcting the command manually (backslash to slash) to: >> db.select table=veg_buffer_1_dissolve >> database=D:/daten/GISDataBase/demolocation/PERMANENT/dbf/ driver=dbf >> everything works fine. >> >> Martin >> >> _______________________________________________ >> grass-windows mailing list >> [hidden email] >> http://lists.osgeo.org/mailman/listinfo/grass-windows >> > > > ------------------------------ > > _______________________________________________ > grass-windows mailing list > [hidden email] > http://lists.osgeo.org/mailman/listinfo/grass-windows > > > End of grass-windows Digest, Vol 32, Issue 9 > ******************************************** _______________________________________________ grass-windows mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/grass-windows |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |