[GRASS-dev] python port of r.denoise (testing required)
Helmut Kudrnovsky
hellik at web.de
Wed Dec 7 01:58:53 PST 2016
Carlos Grohmann-2 wrote
> Thanks for testing it Anna.
>
> I commited some changes: EPSG code is not required in a projected location
> and null values are repected.
>
> Carlos
just have also a look at
https://wingrass.fsv.cvut.cz/grass73/x86_64/addons/grass-7.3.svn/logs/r.denoise.log
/addons/r.denoise/scripts/r.denoise.py --html-description < /dev/null | grep
-v '</body>\|</html>' > r.denoise.tmp.html ; fi
ERROR: pyproj not found, install it first: pip install pyproj
(https://jswhit.github.io/pyproj)
/c/msys64/usr/src/grass_trunk/include/Make/Html.make:14: recipe for target
'r.denoise.tmp.html' failed
make: *** [r.denoise.tmp.html] Error 1
rm r.denoise.tmp.html
76 # pyproj
77 try:
78 import pyproj
79 except ImportError:
80 grass.fatal(_("pyproj not found, install it first: pip install pyproj
(https://jswhit.github.io/pyproj)"))
maybe this should go into
143 def main():
that compiling works at least if pyproj isn't installed?
-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/python-port-of-r-denoise-testing-required-tp5298395p5299010.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
More information about the grass-dev
mailing list