[GRASS-dev] Re: [GRASS GIS] #1310: Browse button in WxPython GUIs
(for scripts) does not provide a correct file path for WinGRAS
GRASS GIS
trac at osgeo.org
Sat Mar 26 10:01:42 EDT 2011
#1310: Browse button in WxPython GUIs (for scripts) does not provide a correct
file path for WinGRAS
------------------------------+---------------------------------------------
Reporter: katrineggert1980 | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 6.4.1
Component: wxGUI | Version: 6.4.1 RCs
Keywords: winGRASS | Platform: MSWindows XP
Cpu: Unspecified |
------------------------------+---------------------------------------------
Comment(by hellik):
tested with WinGRASS-6.4.SVN-r45749-1-Setup.exe
folder and file destination of the output files always definded by the
Browse button of the wxgui
{{{
r.out.xyz input=elevation at PERMANENT output=C:\wd\exportgrass\routxyz.txt
c:/Program Files/GRASS 6.4.SVN/scripts/r.out.xyz: line 61:
C:wdexportgrassroutxyz.txt: Permission denied
}}}
but very interesting also tested with other raster and vector export
modules
{{{
r.out.ascii input=elevation at PERMANENT
output=C:\wd\exportgrass\routascii.asc
(Sat Mar 26 14:43:54 2011) Command finished (10 sec)
}}}
{{{
r.out.arc input=elevation at PERMANENT output=C:\wd\exportgrass\routarc.asc
(Sat Mar 26 14:46:38 2011) Command finished (12 sec)
}}}
{{{
r.out.mat input=elevation at PERMANENT output=C:\wd\exportgrass\routmat.mat
r.out.mat komplett.
(Sat Mar 26 14:48:06 2011) Command finished (1 sec)
}}}
{{{
r.out.png input=elevation at PERMANENT output=C:\wd\exportgrass\routpng.png
(Sat Mar 26 14:49:23 2011) Command finished (3 sec)
}}}
{{{
r.out.ppm input=elevation at PERMANENT output=C:\wd\exportgrass\routppm.ppm
Zeilen = 1350, Spalten = 1500
Konvertiere ...
r.out.ppm komplett. Datei <C:\wd\exportgrass\routppm.ppm> erstellt.
(Sat Mar 26 14:50:15 2011) Command finished (2 sec)
}}}
{{{
r.out.gdal input=elevation at PERMANENT
output=C:\wd\exportgrass\routgdal.gtif
Exportiere in den GDAL-Datentyp: Float32
Prüfe GDAL Datentyp und NoData-Wert.
ERROR 6: SetColorTable() only supported for Byte or UInt16
bands in TIFF format.
Exportiere nach GDAL-Raster.
r.out.gdal komplett.
(Sat Mar 26 14:52:23 2011) Command finished (1 sec)
}}}
{{{
v.out.ascii input=firestations at PERMANENT
output=C:\wd\exportgrass\voutascii.txt
(Sat Mar 26 14:53:32 2011) Command finished (0 sec)
}}}
{{{
v.out.dxf input=firestations at PERMANENT
output=C:\wd\exportgrass\voutdxf.dxf
v.out.dxf komplett. 71 Feature geschrieben nach
'C:\wd\exportgrass\voutdxf.dxf'.
(Sat Mar 26 14:54:27 2011) Command finished (0 sec)
}}}
are you able to test it on your side?
best regards
Helmut
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1310#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list