Re: OOps! Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread Hamish
Helena wrote: > Also in the latest release TclTk file browser mysteriously > lists the files first as > ._elevation > ._slope > and then right after that > elevation > slope > has anybody seen anything like that? let me guess: the data has been near Mac OSX at some point? do a web search for "._T

[GRASS-dev] Re: grass-dev Digest, Vol 40, Issue 17

2009-08-07 Thread Laura Toma
Good idea, and this should cause no problem for the rest. -Laura Message: 6 Date: Fri, 7 Aug 2009 16:09:42 -0400 From: Andrew Danner Subject: Re: [GRASS-dev] r.terraflow broken To: GRASS developers list Message-ID: <1f298bfc0908071309m668324d5yd9d2a64264339...@mail.gmail.com> Conten

[GRASS-dev] [SoC] [OSSIM] Ossimplanet integration with Grass and Qgis - status report #10

2009-08-07 Thread sasha
Hi All, this week was a cool and bad week at same time ... cool : - i finally get the base code (not all the tools yet) working in qgis as a python plug-in - added UTM coordinates + zone in the display based on different ellipsoids [1] - working on a function to move the planet "smooth

Re: [GRASS-dev] r.terraflow broken

2009-08-07 Thread Andrew Danner
Can we just initialize the MM_manager to ignore memory limits until we have a chance to set and enforce a limit? The change below allowed me to at least compile and run the help --- lib/iostream/mm.cc(revision 38633) +++ lib/iostream/mm.cc(working copy) @@ -458,7 +458,7 @@ MM_register MM_

Re: [GRASS-dev] Re: About the vector changes

2009-08-07 Thread Glynn Clements
Markus Metz wrote: > Yes, if you want to work with vectors not in the current mapset using > grass7, you have to rebuild topology for all vectors in the > corresponding mapset first. So it's intentional that GRASS7 is no longer compatible with previous vector maps? That isn't necessarily a pr

Re: [GRASS-dev] [grass.script.core] parser() casts options as strings

2009-08-07 Thread Glynn Clements
Hamish wrote: > > In r38629, options are checked regardless of whether opt->options is > > present. > > > if someone does: > > g.module string_opt1= string_opt2=foo > > or string_opt1="" should it catch that as an error? Not in the parser; an empty string is still a string. > I know current

OOps! Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread hmitaso
> > the problem is that GRASS is picking up the python25 that is installed by > ArcGIS which lives on the same computer. Updating this ArcGIS python > install did not solve the problem, the dll is still missing the object > needed by GRASS. Checking env shows > PYTHONHOME=C:\GRASS-6-SVN\Python25 >

Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread hmitaso
the problem is that GRASS is picking up the python25 that is installed by ArcGIS which lives on the same computer. Updating this ArcGIS python install did not solve the problem, the dll is still missing the object needed by GRASS. Checking env shows PYTHONHOME=C:\GRASS-6-SVN\Python25 PYTHONPATH=C:

[GRASS-dev] [Report #11] Kriging with GRASS and R: v.autokrige port to wxPython and more

2009-08-07 Thread Anne Ghisla
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all and sorry for cross-posting, this week I worked on error handling by GUI, adding controls on input data and parameters and hiding Run and Plot buttons unless all options are suitable. Variogram plotting is on its way - I discarded matplotlib

Re: [GRASS-dev] About the vector changes

2009-08-07 Thread Markus Neteler
On Fri, Aug 7, 2009 at 10:41 AM, Markus Metz wrote: ... > Should v.info calculate bounding box and number of features for level 1? > This can take some time because the whole coor file must be read, but I > would find it useful to know the extends and number of points (, lines, > boundaries, centr

Re: [GRASS-dev] About the vector changes

2009-08-07 Thread Markus Metz
Hamish: Hamish: it would be nice if v.info could work (even partially) for maps without topology built. e.g. massive LIDAR datasets. MMetz: It could be useful if more vector modules could support vectors without topology, most importantly all v.surf.* modules. Not a new

Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread Hamish
Helena Mitasova wrote: > The error message says: > python.exe > the procedure entry point > ?PyWinObject_AsHABDLE@@YAHPAU_object@@pa...@z > could not be located in the dynamic link library > pywintypes25.dll > > when we searched for pywintypes25.dll we got > C:\GRASS6-6-SVN\extralib 112KB 1/11/20

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-07 Thread Markus Neteler
On Fri, Aug 7, 2009 at 9:41 AM, Hamish wrote: > Markus Neteler wrote: >> echo "345.551054 1 1 >> 364.229489 1 1 >> 382.907925 1 3" | awk ... > >>       R     = (sumXY - sumX*sumY/tot)/((sumsqX - sumX^2/tot)*(sumsqY - >> sumY^2/tot))^0.5; > > sumsqY = 5 > sumY = 5 > tot = 5 > > thus (sumsqY - s

Re: [GRASS-dev] About the vector changes

2009-08-07 Thread Hamish
Hamish: > > it would be nice if v.info could work (even partially) for maps > without topology built. e.g. massive LIDAR datasets. MMetz: > It could be useful if more vector modules could support vectors without > topology, most importantly all v.surf.* modules. Not a new idea, was > mentioned

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-07 Thread Hamish
Markus Neteler wrote: > echo "345.551054 1 1 > 364.229489 1 1 > 382.907925 1 3" | awk ... > R = (sumXY - sumX*sumY/tot)/((sumsqX - sumX^2/tot)*(sumsqY - > sumY^2/tot))^0.5; sumsqY = 5 sumY = 5 tot = 5 thus (sumsqY - sumY^2/tot))^0.5 = 0 Hamish

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-07 Thread Markus Neteler
On Fri, Aug 7, 2009 at 9:13 AM, Markus Neteler wrote: > On Fri, Aug 7, 2009 at 3:05 AM, Hamish wrote: >> Markus Neteler wrote: >>> I wanted to run a linear regression on a DEM and a temperature >>> map but got an error: >>> awk: cmd. line:2: (FILENAME=- FNR=3) fatal: division by zero attempted >>>

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-07 Thread Markus Neteler
On Fri, Aug 7, 2009 at 3:05 AM, Hamish wrote: > Markus Neteler wrote: >> I wanted to run a linear regression on a DEM and a temperature >> map but got an error: >> awk: cmd. line:2: (FILENAME=- FNR=3) fatal: division by zero attempted >> >> I have reduced everything to this part (added --lint): >>

Re: [GRASS-dev] About the vector changes

2009-08-07 Thread Markus Metz
Hamish wrote: Glynn wrote: Vector maps no longer work: $ v.info fields ERROR: Spatial index was written with LFS but this GRASS version does not support LFS. Try to rebuild topology or upgrade GRASS. Hi, I've got nothing to add about that; just while on the subject: it would