Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-14 Thread Helmut Kudrnovsky
>> I purposely left the g.extension(.sh) installed in the Windows build as >> theoretically & fundamentally it should work if the user has a full >> compiler >> and build environment for grass set up. For those people, and in the hope >> that someone might be able to make it work better someday, it

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-14 Thread Markus Neteler
On Fri, Sep 14, 2012 at 5:57 AM, Hamish wrote: > Markus N: >> I wonder if the command line bash shell g.extension could be redicted >> *on Windows* to the Python based g.extension to avoid these problems? > > I purposely left the g.extension(.sh) installed in the Windows build as > theoretically &

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Hamish
Markus N: > I wonder if the command line bash shell g.extension could be redicted > *on Windows* to the Python based g.extension to avoid these problems? I purposely left the g.extension(.sh) installed in the Windows build as theoretically & fundamentally it should work if the user has a full comp

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Martin Landa
Hi, 2012/9/13 Markus Neteler : > I wonder if the command line bash shell g.extension could be redicted > *on Windows* to > the Python based g.extension to avoid these problems? probably yes, note that `g.extension.py` (located in `etc/gui/scripts`) is added to the PATH only for wxGUI. Martin --

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Martin Landa
2012/9/13 António Rocha : > I tried from the command line in the GUI. > Ok next time I will give a try with that extension. Thanks you can use from wxGUI CLI `g.extension.py` (note `py` extension). Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa _

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Markus Neteler
On Thu, Sep 13, 2012 at 11:40 AM, Martin Landa wrote: ... > have you tried to install extension from command line or wxGUI [1]? > wxGUI uses another g.extension (Python based) which should download on > Windows directly prepared binaries. I wonder if the command line bash shell g.extension could

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread António Rocha
Hello Martin I tried from the command line in the GUI. Ok next time I will give a try with that extension. Thanks On 13-09-2012 10:40, Martin Landa wrote: Hi, 2012/9/13 António Rocha : I tried to install r.out.kml with g.extension but I got this error: which: svn: unknown command ERROR: svn cli

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Martin Landa
Hi, 2012/9/13 Martin Landa : > have you tried to install extension from command line or wxGUI [1]? > wxGUI uses another g.extension (Python based) which should download on > Windows directly prepared binaries. to avoid user confusion, probably bash script `g.extension` should end on Windows with

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread Martin Landa
Hi, 2012/9/13 António Rocha : > I tried to install r.out.kml with g.extension but I got this error: > which: svn: unknown command > ERROR: svn client required. Please install Subversion first. > (maybe it is relevant to indicate that in the help file and a few links to > Subversion clients) have

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-13 Thread António Rocha
Hi I have just uninstalled Binary version and installed GRASS from OSGEO4W. Script files work just fine. I tried to install r.out.kml with g.extension but I got this error: which: svn: unknown command ERROR: svn client required. Please install Subversion first. (maybe it is relevant to indicate

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>Now, I hava installed Grass >GIS (WinGRASS-6.4.2-2-Setup.exe) in Windows and I have placed my >r.out.kml file in scripts folder and created a r.out.kml.bat file (with >the path to the file) in bin folder. weird... now also tested here with the standalone WinGRASS-6.4.2-2-Setup.exe, v.report and

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>What shall be done? Shall I downgrade to a previous vertsion? fyi a quick and dirty workaround (if it's a wgs84-latlon-location: EPSG:4326): r.out.png -w input=routkml@gmted2010 output=C:\tmp\grassout.png gdal_translate -of KMLSUPEROVERLAY -a_srs EPSG:4326 grassout.png togoogleearth.kmz then y

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>Shall I downgrade to a previous vertsion? could you try the upcoming wingrass6.4.3svn? : http://wingrass.fsv.cvut.cz/grass64/ or within the osgeo4w-stack - best regards Helmut -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Using-r-out-kml-and-scripts-in-Windows-Bi

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>have you tried g.extension to install r.out.kml? r.out.kml installed here by g.extension: (1) r.out.kml --verbose map=routkml@gmted2010 output=grassraster2pngkml produces grassraster2pngkml.kml and grassraster2pngkml.png in the root C:\ (should be changed to i.e. %USER%) and is displayed in go

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>Now, I hava installed Grass >GIS (WinGRASS-6.4.2-2-Setup.exe) in Windows and I have placed my >r.out.kml file in scripts folder and created a r.out.kml.bat file (with >the path to the file) in bin folder. have you tried g.extension to install r.out.kml? - best regards Helmut -- View this

Re: [GRASS-user] Using r.out.kml and scripts in Windows Binary- error

2012-09-12 Thread Helmut Kudrnovsky
>Now, I hava installed Grass >GIS (WinGRASS-6.4.2-2-Setup.exe) in Windows and I have placed my >r.out.kml file in scripts folder and created a r.out.kml.bat file (with >the path to the file) in bin folder. When I write r.out.kml in command >console I get: [...] >When I try to run other scripts (e.