[GRASS-dev] [GRASS GIS] #2703: 'ascii' codec can't decode byte 0xf6 in position 12: ordinal not in range(128)
GRASS GIS
trac at osgeo.org
Sat Jul 18 11:12:18 PDT 2015
#2703: 'ascii' codec can't decode byte 0xf6 in position 12: ordinal not in
range(128)
----------------------+---------------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.1
Component: Default | Version: svn-releasebranch70
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 7
----------------------+---------------------------------
Comment (by hellik):
Replying to [comment:2 martinl]:
> Should be fixed in r65607 and r65608. Please try out the newest build
(1).
>
> (1)
http://wingrass.fsv.cvut.cz/grass70/WinGRASS-7.0.1svn-r65608-81-Setup.exe
tested with
{{{
GRASS Version: 7.0.1svn
GRASS SVN Revision: 65608
Erstellungsdatum: 2015-07-18
Build Platform: i686-pc-mingw32
GDAL/OGR: 1.11.2
PROJ.4: 4.8.0
GEOS: 3.4.2
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-Vista-6.0.6002-SP2
}}}
working now:
{{{
g.copy vector=firestations at PERMANENT,myfire
v.db.addcolumn map=myfire at user1 columns="xcoor double, ycoor double"
v.to.db map=myfire at user1 option=coor columns=xcoor,ycoor
-
v.patch --verbose input=geology at PERMANENT,streams at PERMANENT
output=geostreams
-
r.param.scale input="elevation at PERMANENT" output="mymorph"
slope_tolerance=1.0 curvature_tolerance=0.0001 size=3 method="feature"
exponent=0.0 zscale=1.0
}}}
waiting for the OSGeo4W-build before closing the ticket.
thanks
p.s. happy hacking in Como
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2703#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list