<div dir="ltr">Continuing..<div><br></div><div>Adding</div><div><br></div><div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">export LC_ALL</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">=</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">en_US</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">.</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">UTF</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">-</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(128,0,0)">8</span></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">export LANG</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">=</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">en_US</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">.</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">UTF</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)">-</span><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(128,0,0)">8</span></div></div><div><br></div><div>to my .bash_profile fixed the initial problem.</div><div><br></div><div>Then it can't find wxpython, even though it installed it:</div><div><br></div><div><div>Serenity:~ guano$ brew install wxpython</div><div>Warning: wxpython-3.0.2.0 already installed</div></div><div><br></div><div>So, I had to add some stuff to my PYTHONPATH. The usual advised of including </div><div>/usr/local/lib/python2.7/site-packages </div><div>didn't worked, I had to include /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa as well, since the wx.pth file is not read by python (see <a href="https://github.com/Homebrew/homebrew/issues/30844">https://github.com/Homebrew/homebrew/issues/30844</a>)</div><div> </div><div><br></div><div>So I add: </div><div><br></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(0,0,0)"><div>export PYTHONPATH=`brew --prefix`/lib/python2.7/site-packages:`brew --prefix`/lib/python2.7/site-packages/wx-3.0-osx_cocoa</div><div>:$PYTHONPATH</div></span></div><div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">And now it works! </div><div class="gmail_extra"><br></div><div class="gmail_extra">(except for liblas. still need to figure out why it couldn't find it at)</div><div class="gmail_extra"><br></div><div class="gmail_extra">best</div><div class="gmail_extra"><br></div><div class="gmail_extra">Carlos</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 5, 2015 at 9:31 AM, Carlos Grohmann <span dir="ltr"><<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>I never installed OS X on a virtual machine, can't help much there.. (I'm using yosemite as primary machine and El Capitan on a secondary one)</div><div><br></div><div><br></div><div>While we are here, I tried the homebrew tap for 7.1svn on a Yosemite machine and it didn't worked. </div><div>First I tried to install with libLas, add although it installed libels correctly, it can't find the library when running GRASS'configure</div><div><br></div><div>:==> ./configure --prefix=/usr/local/Cellar/grass-71/HEAD --enable-shared --with-</div><div>checking for gdal-config... /usr/local/opt/gdal/bin/gdal-config</div><div>rm: conftest.dSYM: is a directory</div><div>checking whether to use libLAS... yes</div><div>checking for liblas-config... /usr/local/opt/liblas/bin/liblas-config</div><div>configure: error: *** Unable to locate libLAS library.</div><div><br></div><div><br></div><div>Then I tried with libels and it went OK, but when I run:</div><div><br></div><div><div><br></div><div>Serenity:~ guano$ /usr/local/bin/grass71 </div><span class=""><div>Traceback (most recent call last):</div></span><div>  File "/usr/local/bin/grass71", line 54, in <module></div><div>    ENCODING = locale.getdefaultlocale()[1]</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale</div><div>    return _parse_localename(localename)</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, in _parse_localename</div><div>    raise ValueError, 'unknown locale: %s' % localename</div><div>ValueError: unknown locale: UTF-8</div><div>Serenity:~ guano$ </div></div><div><br></div><div><br></div><div><br></div><div>any ideas?</div><div><br></div><div><br></div><div>thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Carlos</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 4, 2015 at 10:52 AM, Rainer M Krug <span dir="ltr"><<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>> writes:<br>
<br>
> Hello Rainer (and devs)<br>
><br>
> I think you only need to join the beta program (although I have the free<br>
> developer account, just to be able to download xcode-related tools like the<br>
> comand line tools).<br>
<br>
Thanks - I registered for the beta program an I am downloading El<br>
Capitan at the moment.<br>
<br>
Can you give any pointers how I can install it in Virtual Box as I do<br>
not want to interfere with my production machine and do prefer the<br>
flexibility of a virtual machine.<br>
<br>
I'll take a look at the errors when I have it installed - which might be<br>
in two weeks time as I will be on holiday next week.<br>
<br>
Thanks,<br>
<br>
Rainer<br>
<br>
<br>
><br>
> I'll summarise what I know so far about these issues:<br>
><br>
><br>
> - When compiling, I get a lot of errors. These are related to creating html<br>
> docs. As Glynn said, at this pint of compilation, the module is run<br>
> with  --html-description<br>
> switch to get a list of its options. Any problems with wxpython will cause<br>
> an error here.<br>
><br>
> - Running make in the module directory show a call to<br>
> libgrass_gis.7.0.1svn.dylib,<br>
> but with the wrong path. It tries to load the library from the final<br>
> package path (after installation), which doesn't exists yet..<br>
><br>
> see the last lines of this output:<br>
><br>
> cd scripts/d.correlate/<br>
> GuanoAFBIOTA:d.correlate guano$ make<br>
> if [<br>
> "/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate"<br>
> != "" ] ; then<br>
> GISRC=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/demolocation/.grassrc70<br>
> GISBASE=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0<br>
> PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:$PATH"<br>
> PYTHONPATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/etc/python:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/gui/wxpython:$PYTHONPATH"<br>
> DYLD_LIBRARY_PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:"<br>
> LC_ALL=C<br>
> /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate<br>
> --html-description < /dev/null | grep -v '</body>\|</html>' ><br>
> d.correlate.tmp.html ; fi<br>
> dyld: Library not loaded:<br>
> /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_gis.7.0.1svn.dylib<br>
>   Referenced from:<br>
> /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin/g.parser<br>
>   Reason: image not found<br>
> make: *** [d.correlate.tmp.html] Error 1<br>
> rm d.correlate.tmp.html<br>
><br>
><br>
> - Ignoring the error and creating the package will work, and the package<br>
> will install, although when run, the GUI will fail:<br>
><br>
>>>> from grass.pygrass import messages<br>
> Traceback (most recent call last):<br>
>   File "<stdin>", line 1, in <module><br>
>   File<br>
> "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/pygrass/messages/__init__.py",<br>
> line 19, in <module><br>
>     import grass.lib.gis as libgis<br>
>   File<br>
> "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/gis.py",<br>
> line 23, in <module><br>
>     _libs["grass_gis.7.0.1RC2"] = load_library("grass_gis.7.0.1RC2")<br>
>   File<br>
> "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/ctypes_loader.py",<br>
> line 57, in load_library<br>
>     raise ImportError,"%s not found." % libname<br>
> ImportError: grass_gis.7.0.1RC2 not found.<br>
><br>
><br>
> cheers<br>
><br>
> Carlos<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> On Sun, Aug 2, 2015 at 7:51 AM, Rainer M Krug <<a href="mailto:r.m.krug@gmail.com" target="_blank">r.m.krug@gmail.com</a>> wrote:<br>
><br>
>><br>
>><br>
>> Envoyé de mon iPhone<br>
>><br>
>> Le 31 juil. 2015 à 23:07, Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>> a<br>
>> écrit :<br>
>><br>
>> Hi<br>
>><br>
>> The homebrew formula doesn't really work on OSX 10.11 beta. In the log<br>
>> file (attached) I can see the same errors in compilation I got when tried<br>
>> to compile svn. They are related to html manual pages, but prevent<br>
>> installation from continue.<br>
>><br>
>><br>
>> As I do not have 10.11 beta I can't check it. But please let me (and<br>
>> osgeo4mac) know when you found a solution as I think it will also affect<br>
>> 6.4x and 7.0x versions.<br>
>><br>
>> Do I have to have a developer account with apple to have access to the<br>
>> beta?<br>
>><br>
>> Cheers<br>
>><br>
>> Rainer<br>
>><br>
>><br>
>> Carlos<br>
>><br>
>><br>
>><br>
>> brew tap rkrug/head-only<br>
>> ==> Tapping rkrug/head-only<br>
>> Cloning into '/usr/local/Library/Taps/rkrug/homebrew-head-only'...<br>
>> remote: Counting objects: 4, done.<br>
>> remote: Compressing objects: 100% (4/4), done.<br>
>> remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0<br>
>> Unpacking objects: 100% (4/4), done.<br>
>> Checking connectivity... done.<br>
>> Tapped 1 formula (27 files, 116K)<br>
>><br>
>><br>
>> brew install grass-71<br>
>> Error: rkrug/head-only/grass-71 is a head-only formula<br>
>> Install with `brew install --HEAD rkrug/head-only/grass-71`<br>
>><br>
>><br>
>> brew install --HEAD rkrug/head-only/grass-71<br>
>> Warning: You are using OS X 10.11.<br>
>> We do not provide support for this pre-release version.<br>
>> You may encounter build failures or other breakage.<br>
>> ==> Installing grass-71 from rkrug/homebrew-head-only<br>
>> Error: No available formula for nc_spm_08_grass7 (dependency of<br>
>> rkrug/head-only/grass-71)<br>
>><br>
>><br>
>> guano$ brew install --HEAD rkrug/head-only/grass-71<br>
>> --without-nc_spm_08_grass7<br>
>> Warning: You are using OS X 10.11.<br>
>> We do not provide support for this pre-release version.<br>
>> You may encounter build failures or other breakage.<br>
>> ==> Installing grass-71 from rkrug/homebrew-head-only<br>
>> ==> Cloning <a href="https://svn.osgeo.org/grass/grass/trunk" rel="noreferrer" target="_blank">https://svn.osgeo.org/grass/grass/trunk</a><br>
>> Updating /Library/Caches/Homebrew/grass-71--svn-HEAD<br>
>> ==> Patching<br>
>> patching file include/Make/Install.make<br>
>> Hunk #1 succeeded at 116 (offset 2 lines).<br>
>> ==> ./configure --prefix=/usr/local/Cellar/grass-71/HEAD --enable-shared<br>
>> --with-<br>
>> ==> make GDAL_DYNAMIC=<br>
>> appear in the error log. If you get an error building a library, you will<br>
>> also get errors from anything which uses the library.<br>
>> --<br>
>> Finished compilation: Fri Jul 31 17:36:12 BRT 2015<br>
>> make: *** [default] Error 1<br>
>><br>
>> READ THIS: <a href="https://git.io/brew-troubleshooting" rel="noreferrer" target="_blank">https://git.io/brew-troubleshooting</a><br>
>> If reporting this issue please do so at (not Homebrew/homebrew):<br>
>>   <a href="https://github.com/rkrug/homebrew-head-only/issues" rel="noreferrer" target="_blank">https://github.com/rkrug/homebrew-head-only/issues</a><br>
>><br>
>> Warning: You are using OS X 10.11.<br>
>> We do not provide support for this pre-release version.<br>
>> You may encounter build failures or other breakage.<br>
>> GuanoAFBIOTA:~ guano$<br>
>><br>
>><br>
>><br>
>><br>
>> On Fri, Jul 31, 2015 at 11:54 AM, Carlos Grohmann <<br>
>> <a href="mailto:carlos.grohmann@gmail.com" target="_blank">carlos.grohmann@gmail.com</a>> wrote:<br>
>><br>
>>> Very interesting!<br>
>>><br>
>>> From the brew recipe, it looks that one needs all dependencies installed<br>
>>> via homebrew, is that right? I'm thinking that most will have Kyngsburie's<br>
>>> Frameworks already installed (at least GDAL). Same goes for wx-python.<br>
>>><br>
>>> best<br>
>>><br>
>>> Carlos<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> On Fri, Jul 31, 2015 at 5:44 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>> wrote:<br>
>>><br>
>>>> Anna Petrášová <<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>> writes:<br>
>>>><br>
>>>> > On Thu, Jul 30, 2015 at 6:38 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>><br>
>>>> wrote:<br>
>>>> ><br>
>>>> >> Hi<br>
>>>> >><br>
>>>> >> I just added a section / new page in the WIKI for installation of<br>
>>>> GRASS<br>
>>>> >> using homebrew. Please see<br>
>>>> >><br>
>>>> >> <a href="http://grasswiki.osgeo.org/wiki/Compile_and_Install#Mac_OSX" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Compile_and_Install#Mac_OSX</a><br>
>>>> >><br>
>>>> >> and<br>
>>>> >><br>
>>>> >> <a href="http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew</a><br>
>>>> >><br>
>>>> >> It would be great if some Mac / homebrew users would see if it works<br>
>>>> and<br>
>>>> >> give me comments here.<br>
>>>> >><br>
>>>> ><br>
>>>> > I will try to test it next week. Thank you for your efforts!<br>
>>>><br>
>>>> Great - let me know how it goes, although I don't know if I will be able<br>
>>>> to reply as I am away and possibly only have very limited internet<br>
>>>> access.<br>
>>>><br>
>>>><br>
>>>> Thanks,<br>
>>>><br>
>>>> Rainer<br>
>>>><br>
>>>> ><br>
>>>> > Anna<br>
>>>> ><br>
>>>> ><br>
>>>> >><br>
>>>> >> Cheers,<br>
>>>> >><br>
>>>> >> Rainer<br>
>>>> >><br>
>>>> >> --<br>
>>>> >> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation<br>
>>>> >> Biology, UCT), Dipl. Phys. (Germany)<br>
>>>> >><br>
>>>> >> Centre of Excellence for Invasion Biology<br>
>>>> >> Stellenbosch University<br>
>>>> >> South Africa<br>
>>>> >><br>
>>>> >> Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744" target="_blank">+33 - (0)9 53 10 27 44</a><br>
>>>> >> Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998" target="_blank">+33 - (0)6 85 62 59 98</a><br>
>>>> >> Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744" target="_blank">+33 - (0)9 58 10 27 44</a><br>
>>>> >><br>
>>>> >> Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244" target="_blank">+49 - (0)3 21 21 25 22 44</a><br>
>>>> >><br>
>>>> >> email:      <a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a><br>
>>>> >><br>
>>>> >> Skype:      RMkrug<br>
>>>> >><br>
>>>> >> PGP: 0x0F52F982<br>
>>>> >><br>
>>>> >> _______________________________________________<br>
>>>> >> grass-dev mailing list<br>
>>>> >> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
>>>> >> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
>>>> >><br>
>>>><br>
>>>> --<br>
>>>> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation<br>
>>>> Biology, UCT), Dipl. Phys. (Germany)<br>
>>>><br>
>>>> Centre of Excellence for Invasion Biology<br>
>>>> Stellenbosch University<br>
>>>> South Africa<br>
>>>><br>
>>>> Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744" target="_blank">+33 - (0)9 53 10 27 44</a><br>
>>>> Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998" target="_blank">+33 - (0)6 85 62 59 98</a><br>
>>>> Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744" target="_blank">+33 - (0)9 58 10 27 44</a><br>
>>>><br>
>>>> Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244" target="_blank">+49 - (0)3 21 21 25 22 44</a><br>
>>>><br>
>>>> email:      <a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a><br>
>>>><br>
>>>> Skype:      RMkrug<br>
>>>><br>
>>>> PGP: 0x0F52F982<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> grass-dev mailing list<br>
>>>> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
>>>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
>>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Prof. Carlos Henrique Grohmann<br>
>>> Institute of Energy and Environment - Univ. of São Paulo, Brazil<br>
>>> - Digital Terrain Analysis | GIS | Remote Sensing -<br>
>>><br>
>>> <a href="http://carlosgrohmann.com" rel="noreferrer" target="_blank">http://carlosgrohmann.com</a><br>
>>> <a href="http://orcid.org/0000-0001-5073-5572" rel="noreferrer" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br>
>>> ________________<br>
>>> Can’t stop the signal.<br>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Prof. Carlos Henrique Grohmann<br>
>> Institute of Energy and Environment - Univ. of São Paulo, Brazil<br>
>> - Digital Terrain Analysis | GIS | Remote Sensing -<br>
>><br>
>> <a href="http://carlosgrohmann.com" rel="noreferrer" target="_blank">http://carlosgrohmann.com</a><br>
>> <a href="http://orcid.org/0000-0001-5073-5572" rel="noreferrer" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br>
>> ________________<br>
>> Can’t stop the signal.<br>
>><br>
>> <02.make><br>
>><br>
>><br>
<br>
--<br>
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)<br>
<br>
Centre of Excellence for Invasion Biology<br>
Stellenbosch University<br>
South Africa<br>
<br>
Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744" target="_blank">+33 - (0)9 53 10 27 44</a><br>
Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998" target="_blank">+33 - (0)6 85 62 59 98</a><br>
Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744" target="_blank">+33 - (0)9 58 10 27 44</a><br>
<br>
Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244" target="_blank">+49 - (0)3 21 21 25 22 44</a><br>
<br>
email:      <a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a><br>
<br>
Skype:      RMkrug<br>
<br>
PGP: 0x0F52F982<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</div></div>