Re: [GRASS-user] Uniform random raster

2016-06-02 Thread Markus Neteler
On Tue, Feb 16, 2016 at 3:17 PM, Giuseppe Amatulli wrote: > Thanks Paulo and Thomas, > perfect the r.surf.random does what i want!! I know how to implement the > code! > Thanks!! > p.s. better to put the r.surf.random link at the bottom of r.random.surface Good

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
But, I would expect an error about not finding the library, like I was seeing for the other ones. So, I’m not sure what library can’t find gdal? In my map display window, if I open a raster, I see a pull down the that 2D view and Raster digitizer. Is that where there also should be a 3D view?

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Thomas Adams
Michael, I installed: GRASS 7.3 64bit wxPython 3 but nothing else; should I reinstall all the Frameworks?? I'm getting: Last login: Thu Jun 2 14:17:36 on ttys000 Thomass-MacBook-Pro:~ teaiii$ '/Applications/GRASS-7.3.app/Contents/MacOS/grass.sh'; exit Rebuilding Addon HTML manual pages

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
I went back to the prior version that I downloaded, where I made the changes to the paths. What I had not noticed before is that I don’t see any way to run nviz. I only see a 2D view. Is that something that should be installed, but it might also be a path issue? When I do run grass, I also

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Darn! It is as I was afraid of. Building with Anaconda wxPython means that the GUI is looking for the Anaconda Python distribution too. So this approach will not work. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology,

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
No need to reinstall frameworks. This is a path problem in the binary. This approach won’t work. Too bad. Hopefully I can try an alternative fix on Monday. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
I’ve had no problem running 3D (in the map display window). Maybe you didn’t get a path set for the wx…gdal… library? Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head,

Re: [GRASS-user] Importing vector points

2016-06-02 Thread Markus Metz
On Thu, Jun 2, 2016 at 2:20 AM, Anna Petrášová wrote: > On Wed, Jun 1, 2016 at 5:49 PM, Ken Mankoff wrote: >> Hi GRASS list, >> >> I'm trying to import some vectors and use them to look up values on a raster >> using v.what.rast. I'm using GRASS 7.0.3.

Re: [GRASS-user] opening .gri anf .bin files in grass gis.

2016-06-02 Thread Markus Metz
On Thu, May 26, 2016 at 11:23 AM, Rengifo Ortega wrote: > Dear community, > i moved the .bin and .gri file to our ftp > > ftp://ftp01.nve.no/gis/NN2000/ > > user: gis > passord:mErcat0r ( 0 is a zero not a capital O) > > There I have the two files and some png files, that shows

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
I used install_name_tool to change the path that the files use to find dynamic libraries. The actual specific command I used are my later emails. For example here is one: install_name_tool -change /usr/local/lib/libintl.8.dylib /Applications/GRASS-7.3.app/Contents/MacOS/lib/libintl.8.dylib

Re: [GRASS-user] Importing vector points

2016-06-02 Thread Markus Neteler
On Thu, Jun 2, 2016 at 8:55 AM, Markus Metz wrote: ... > The id values in the input are too large, e.g. 251241080385301, this > causes integer overflow, categories will be negative which is invalid, > thus points appear to have no category. I darkly remember some

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Thanks for the report Adam. When you say you fixed the path, what exactly did you do? Michael Barton School of Human Evolution Change Center for Social Dynamics & Complexity Arizona State University ...Sent from my iPad On Jun 2, 2016, at 6:54 AM, Adam Dershowitz

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
There were a bunch of other paths I had to fix as well. But, after doing the following, it does now run with the gui: $ install_name_tool -change @loader_path/../../../../libwx_osx_cocoau-3.0.0.2.0.dylib /Applications/GRASS-7.3.app/Contents/MacOS/lib/libwx_osx_cocoau-3.0.0.2.0.dylib

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
Looks like you missed a library, or path. I just tried it on 10.11 with SIP enabled, and I get this error: $ '/Applications/GRASS-7.3.app/Contents/MacOS/grass.sh'; exit Rebuilding Addon HTML manual pages index... Rebuilding Addon menu... Python 2.7.10 found. Cleaning up temporary files...

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
And, I tried fixing that one path like this: install_name_tool -change /usr/local/lib/libintl.8.dylib /Applications/GRASS-7.3.app/Contents/MacOS/lib/libintl.8.dylib /Applications/GRASS-7.3.app/Contents/MacOS/lib/libgrass_gis.7.3.svn.dylib but then I get this dynamic library error: $

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
I don’t have Anaconda installed. An option would be to put the commands that I sent into whatever build script you are using. The changes that are made by install_name_tool can be made to the dozen or so files and then you could package it up to the installer. The only problems, I have seen

[GRASS-user] Buildings detection using raster lidar data

2016-06-02 Thread Laurent C.
Hello all, I'd like to know if there is a way to detect buildings using superficial lidar data. I have two types of data: - 5m DSM raster - 5m DTM raster Many described methods use multi-spectral images, but I only have access to Landsat, which I guess will be too coarse to properly detect

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Adam, Excellent. I’ll trudge over to the other office and do another version soon. I hope you can try it. There are complications in running install_name_tool during the bundling process. I am working in parallel on a way to do something like that. But in the meantime, a lot of problems could

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Thanks Adam, This is disappointing but informative. Do you have the Anaconda Python package installed? I am hoping you do not so I can test another alternative too. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
Yes, I’m happy to try it out, once you get it built. Once you do, let me know if there are any specific features that would use specific libraries, so I can test them. -- Adam From: Michael Barton > Date: Thursday, June 2, 2016 at 1:53 PM

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Adam, I just now uploaded a new binary to the GRASS Mac website. I built wxPython against the Anaconda distribution and Python against system Python. I disabled gettext so that it hopefully will not cause issues. This works on my system, so it's not a total bomb. Now to see if it works without

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Thomas Adams
Hi Michael, I just tried installing your new version of GRASS 7.3 and I get this: '/Applications/GRASS-7.3.app/Contents/MacOS/grass.sh'; exit Last login: Thu Jun 2 13:30:20 on ttys000 Thomass-MacBook-Pro:~ teaiii$ '/Applications/GRASS-7.3.app/Contents/MacOS/grass.sh'; exit Rebuilding Addon

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Michael Barton
Thomas, Can you try the replacement binary I uploaded 15 minutes ago? Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive Systems Science

Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-02 Thread Adam Dershowitz
I just downloaded the version on the site, and when I run it, I have the same problem. wxPython is looking in the wrong place for shared libraries: Rebuilding Addon HTML manual pages index... Rebuilding Addon menu... Python 2.7.10 found. Cleaning up temporary files... Starting GRASS GIS...