<div dir="ltr">This seems to be an issue on windows that is related to r.tileset not r.terrain.texture. Infact on windows I can't get r.tileset to function at all on a windows system, but it works on linux:<div><br></div><div>r.tileset sourceproj="+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +no_defs +a=6378137 +rf=298.257222101 +towgs84=0.000,0.000,0.000 +to_meter=1"<br></div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File</div><div>"C:\OSGEO4~1\apps\grass\grass-7.3.svn/scripts/<a href="http://m.proj.py">m.proj.py</a>",</div><div>line 308, in <module></div><div>    main()</div><div>  File</div><div>"C:\OSGEO4~1\apps\grass\grass-7.3.svn/scripts/<a href="http://m.proj.py">m.proj.py</a>",</div><div>line 243, in main</div><div>    inf = file(infile)</div><div>IOError: [Errno 13] Permission denied: 'c:\\users\\cb2dd\\ap</div><div>pdata\\local\\temp\\grass7-cb2dd-10432\\tmpovmbzm'</div><div>ERROR: cs2cs failed</div></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 15, 2017 at 1:31 AM, Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>I have gone with your's and Moritz's suggestion and have completed<br>
r.terrain.texture with the Iwahashi >and Pike nested-means terrain<br>
classification method in the add-ons.<br>
<br>
addon tested here with<br>
<br>
System Info<br>
GRASS version: 7.3.svn<br>
GRASS SVN revision: r71384<br>
Build date: 2017-08-11<br>
Build platform: x86_64-w64-mingw32<br>
GDAL: 2.2.1<br>
PROJ.4: 4.9.3<br>
GEOS: 3.5.0<br>
SQLite: 3.17.0<br>
Python: 2.7.5<br>
wxPython: 2.8.12.1<br>
Platform: Windows-8-6.2.9200 (OSGeo4W)<br>
<br>
and<br>
<br>
r.terrain.texture elevation=elevation@PERMANENT slope=myslope@user1<br>
classes=12 texture=terr_tex convexity=terr_convex concavity=terr_concav<br>
features=terr_class<br>
<br>
I get<br>
<br>
------<br>
r.terrain.texture elevation=elevation@PERMANENT slope=myslope@user1<br>
classes=12 texture=terr_tex convexity=terr_convex concavity=terr_concav<br>
features=terr_class<br>
Calculating terrain surface texture...<br>
1. Smoothing input DEM with a 3x3 median filter...<br>
2. Extracting pits and peaks with difference > thres...<br>
3. Using resampling filter to create terrain texture...<br>
4. Converting to percentage...<br>
Calculating terrain convexity and concavity...<br>
1. Calculating terrain curvature using laplacian filter...<br>
2. Extracting convexities and concavities...<br>
3. Using resampling filter to create surface convexity/concavity...<br>
4. Converting to percentages...<br>
Performing terrain surface classification...<br>
Traceback (most recent call last):<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-<wbr>7.3.svn/scripts/<a href="http://m.proj.py" rel="noreferrer" target="_blank">m.proj.py</a>",<br>
line 308, in <module><br>
    main()<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-<wbr>7.3.svn/scripts/<a href="http://m.proj.py" rel="noreferrer" target="_blank">m.proj.py</a>",<br>
line 243, in main<br>
    inf = file(infile)<br>
IOError: [Errno 13] Permission denied: 'c:\\users\\xxx\\ap<br>
pdata\\local\\temp\\grass7-<wbr>hkmyr-6804\\tmpl1pwdf'<br>
ERROR: cs2cs failed<br>
Deleting intermediate files...<br>
WARNING: No data base element files found<br>
Traceback (most recent call last):<br>
  File "C:\Users\xxx\AppData\Roaming\<wbr>GRASS7\addons/scripts<br>
/<a href="http://r.terrain.texture.py" rel="noreferrer" target="_blank">r.terrain.texture.py</a>", line 575, in <module><br>
    sys.exit(main())<br>
  File "C:\Users\xxx\AppData\Roaming\<wbr>GRASS7\addons/scripts<br>
/<a href="http://r.terrain.texture.py" rel="noreferrer" target="_blank">r.terrain.texture.py</a>", line 471, in main<br>
    flags='g', quiet=True,<br>
stdout_=PIPE).outputs.stdout.<wbr>split(os.linesep)[:-1]<br>
  File "C:\OSGEO4~1\apps\grass\grass-<wbr>7.3.svn\etc\python\gras<br>
s\pygrass\modules\interface\<wbr>module.py", line 648, in<br>
__call__<br>
    return self.run()<br>
  File "C:\OSGEO4~1\apps\grass\grass-<wbr>7.3.svn\etc\python\gras<br>
s\pygrass\modules\interface\<wbr>module.py", line 769, in run<br>
    self.wait()<br>
  File "C:\OSGEO4~1\apps\grass\grass-<wbr>7.3.svn\etc\python\gras<br>
s\pygrass\modules\interface\<wbr>module.py", line 790, in wait<br>
    module=<a href="http://self.name" rel="noreferrer" target="_blank">self.name</a>, errors=stderr)<br>
grass.exceptions.<wbr>CalledModuleError: Module run r.tileset<br>
r.tileset sourceproj=+proj=lcc +lat_1=36.16666666666666<br>
+lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79<br>
+x_0=609601.22 +y_0=0 +no_defs +a=6378137 +rf=298.257222101<br>
+towgs84=0.000,0.000,0.000 +to_meter=1 sourcescale=1<br>
maxcols=1500 maxrows=1352 overlap=0 separator=pipe -g --q<br>
ended with error<br>
Process ended with non-zero return code 1. See errors in the<br>
(error) output.<br>
------<br>
<br>
C:\>where cs2cs<br>
C:\OSGeo4W64\bin\cs2cs.exe<br>
C:\>cs2cs<br>
Rel. 4.9.3, 15 August 2016<br>
usage: cs2cs [ -eEfIlrstvwW [args] ] [ +opts[=arg] ]<br>
                   [+to [+opts[=arg] [ files ]<br>
<br>
cs2cs seems to be available.<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Inclusion-of-additional-files-with-add-on-tp5331342p5331497.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/Inclusion-of-<wbr>additional-files-with-add-on-<wbr>tp5331342p5331497.html</a><br>
Sent from the Grass - Dev mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-dev</a></blockquote></div><br></div>