Re: [GRASS-user] Digitize/ Interactive seleccion of training areas

2009-12-02 Thread Martin Landa
2009/12/2 António Rocha antonio.ro...@deimos.com.pt: Is there any idea of when i.class or vector digitizer will be working on Windows? i.class need to completely rewritten and integrated into wxGUI (long term period). wxGUI digitizer need to be just fixed to be compiled on Windows (problem with

Re: [GRASS-user] reproject from lat/long to utm

2009-12-02 Thread Janet Choate
ok, getting somewhere! however, now i'm getting the error 'Input map is outside current region', which must be due to how i set up the new location. when i set up the new location/mapset, for 'define new location with...' i chose 'Projection values' then gave a new location name=GRASSnew,

[GRASS-user] Questions related with wxpython modules in Windows

2009-12-02 Thread Franz Schiller
Greetings All I'm reading http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS website and I got a few questions about digitizers implementation in GRASS: 1- i.ortho.photo == in my wxpython this option is in grey and I cannot run it. Is not working in WinGRASS? 2- Is it expected to have a

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
Important to note that this will not work with Windows, since Windows doesn't run x11 unless you the Cygwin unix emulator. Have you tried georectification with the new wxPython GUI? Michael On Dec 1, 2009, at 11:20 PM, grass-user-requ...@lists.osgeo.org wrote: Date: Wed, 02 Dec 2009

[GRASS-user] NVIZ use in wxpython GRASS6.4

2009-12-02 Thread Franz Schiller
Good evening everyone Maybe this sound like a (another!) newbie question but when I try to visualize data in 3D, in wxpython Map Display, I get a window saying: - Unable to switch to 3D display mode - The NVIZ python extension was not found or loaded properly. - Switching back to 2d display

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
Thanks. I ended up just selecting each point, then typing them into the GCP dialog. Very annoying, but it did the job. --Adam On Dec 1, 2009, at 8:01 PM, Richard Chirgwin wrote: Adam, If all else fails, work with a command line process ... I've never had happy experiences with the

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
I did try it, but I can't currently get it to run. My guess is that it is an issue of the current built of GRASS that I am using (6.4 RC5-3 on a 64 bit machine): g.gui wxpython Traceback (most recent call last): File /Applications/GRASS-6.4.app/Contents/MacOS/etc/wxpython/wxgui.py, line 55,

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
What OS platform? Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State University Phone: 480-965-6262 Fax: 480-965-7671 www: www.public.asu.edu/~cmbarton,

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
Sorry, Mac 10.6.2 using William Kyngesburye's binary builds. --Adam On Dec 2, 2009, at 8:35 AM, Michael Barton wrote: What OS platform? Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution

[GRASS-user] v.breach addon

2009-12-02 Thread Luís Ferreira
I want to make a hydrological corrected DEM, using v.surf.rst for interpolation/aproximation and v.breach to introduce aditional elevation points at streams. My spatial reference system is EPSG:3763 ETRS89 / Portugal TM06, (metrical). As required in v.breach document: - each input vect line

Re: [GRASS-user] NVIZ use in wxpython GRASS6.4

2009-12-02 Thread Michael Barton
Franz, Currently, the wxPython digitizer and integrated wxPython 3D display does not work in Windows due to issues in compiling the C++ code, swig.python, and python in a windows environment. Volunteers are needed to help the development team solve these issues. Alternatively you can use

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
Did you install Python yourself? If so, you will need to get rid of it. I know how to do so with 10.5, but am not sure of 10.6. William might be able to offer guidance on this. If you did not install a separate Python, I'm not sure what the problem is. But you can try one of my builds.

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
I do have python installed as I have a bunch of things installed with macports and some of them depend on it and so installed it as part of the builds. So I can't really get rid of it. But, as part of macports, I do have python_select, which is a small port that allows me to switch which

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
If you have a second python and it is in your python path, you'll have trouble. Do you know what the Macports python_select script does? You really don't need to install any extra Python because your Mac already comes with Python 2.6, the most up-to-date of the 2.x series. It should not be

[GRASS-user] grass70 and display monitor

2009-12-02 Thread Vincent Bain
Dear grass users, my question could be insane but I am wondering if there is an equivalent command to d.mon in grass70. In several man pages I saw a reference to d.frame but it seems not be implemented yet. Or will grass70 give up with x monitors ? considering one still can launch grass in text

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
For each port that you install with macports it determines what other ports are necessary. Macports project has taken the attitude that they always want to use their own version of code so that changes by Apple won't break other specific dependencies, which has happened to them a number of

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
Did you install wxPython? Did Macports? I understand how MacPorts works in this regard. Fink does the same thing, though you can opt not to install dependencies and can also install binaries that might need the dependencies (i.e., only needed to compile). This is a Linux-like package

Re: [GRASS-user] grass70 and display monitor

2009-12-02 Thread Michael Barton
There is no use of xmonitors in GRASS 7. There is a recent and ongoing discussion of alternatives on the Dev list. Look for the Shell scripts thread. Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
I just tried your 6.4 build and I noticed two things. 1) When I double click on it, I see this in the terminal: Rebuilding Addon menu... Python 2.5.4 found. But, if I try to switch to the non-default gui, here is what I get: g.gui wxpython Traceback (most recent call last): File

Re: [GRASS-user] grass70 and display monitor

2009-12-02 Thread Vincent Bain
Thank you Michael, I found the thread... Yours, Vincent Le mercredi 02 décembre 2009 à 10:37 -0700, Michael Barton a écrit : There is no use of xmonitors in GRASS 7. There is a recent and ongoing discussion of alternatives on the Dev list. Look for the Shell scripts thread. Michael

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Michael Barton
This is a conflict between what wxPython sees as the Python is it supposed to use and what your systems sees as the proper Python to use. Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social

[GRASS-user] Landscape connectivity

2009-12-02 Thread Markus Metz
Hi all, for a raster map with habitat patches separated by gaps in between, I want to know for each habitat patch 1) how far away is the nearest other habitat patch, 2) what's the id of the nearest habitat patch (each contiguous patch must have a unique ID), 3) how do I get to the nearest

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
I didn't install wxPython and neither did macports. Macports is all installed in /opt/local and my .profile just adds that to my PATH and LIBRARY_PATH. I find it very odd that your build and William's build are finding different versions of python (and neither is the apple one). By the way,

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread William Kyngesburye
On Dec 2, 2009, at 11:43 AM, Adam Dershowitz, Ph.D., P.E. wrote: While, when I run William Kyngesburye's build I see this in the terminal: Rebuilding Addon menu... Python 2.6.4 found. But, at the command line, if I just do python, I end up with Apple version 2.6.1. I will also ask about

Re: [GRASS-user] Landscape connectivity

2009-12-02 Thread Milton Cezar Ribeiro
Hi Markus, So, if I understood well the practical theory you need is not that one described by Urban Keitt (2001), because they use nodes and edges, and you want a patch-based graph theory, isn't it? May be Fall et all (2007) is a better technical approach? Andrew Fall, Marie-Josee Fortin,

Re: [GRASS-user] grass70 and display monitor

2009-12-02 Thread John C. Tull
And for easy reference, here is the thread: http://lists.osgeo.org/pipermail/grass-dev/2009-November/047135.html Cheers, John On Dec 2, 2009, at 9:46 AM, Vincent Bain wrote: Thank you Michael, I found the thread... Yours, Vincent Le mercredi 02 décembre 2009 à 10:37 -0700, Michael

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
On Dec 2, 2009, at 10:20 AM, William Kyngesburye wrote: On Dec 2, 2009, at 11:43 AM, Adam Dershowitz, Ph.D., P.E. wrote: While, when I run William Kyngesburye's build I see this in the terminal: Rebuilding Addon menu... Python 2.6.4 found. But, at the command line, if I just do python,

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
On Dec 2, 2009, at 10:20 AM, William Kyngesburye wrote: On Dec 2, 2009, at 11:43 AM, Adam Dershowitz, Ph.D., P.E. wrote: While, when I run William Kyngesburye's build I see this in the terminal: Rebuilding Addon menu... Python 2.6.4 found. But, at the command line, if I just do python,

Re: [GRASS-user] Re: Georectify problem

2009-12-02 Thread Adam Dershowitz, Ph.D., P.E.
On Dec 2, 2009, at 6:47 AM, Michael Barton wrote: Important to note that this will not work with Windows, since Windows doesn't run x11 unless you the Cygwin unix emulator. Have you tried georectification with the new wxPython GUI? Again, thanks for the help. After that problem with

[GRASS-user] Converting txt file into raster layer

2009-12-02 Thread Carbonari, Katie (IS)
Good afternoon. A client of mine has given me a large text file (1.6Gig) that he wants visualized in GRASS. In the file, there are 7 columns (Time, Grid Cell Number, Elevation, Thickness, Topography height, U of water velocity, V of water velocity). I've never taken something in text form and

Re: [GRASS-user] NVIZ use in wxpython GRASS6.4

2009-12-02 Thread Rich Shepard
On Wed, 2 Dec 2009, Michael Barton wrote: Currently, the wxPython digitizer and integrated wxPython 3D display does not work in Windows due to issues in compiling the C++ code, swig.python, and python in a windows environment. Volunteers are needed to help the development team solve these

[GRASS-user] Re: v.breach addon

2009-12-02 Thread Maciej Sieczka
Luís Ferreira pisze: I want to make a hydrological corrected DEM, using v.surf.rst for interpolation/aproximation and v.breach to introduce aditional elevation points at streams. My spatial reference system is EPSG:3763 ETRS89 / Portugal TM06, (metrical). As required in v.breach document:

[GRASS-user] Re: grass-user Digest, Vol 44, Issue 10

2009-12-02 Thread Michael Barton
It works fine in Linux and Mac. You might have a compile problem. Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State University Phone: 480-965-6262 Fax: 480-965-7671

Re: [GRASS-user] Questions related with wxpython modules in Windows

2009-12-02 Thread Martin Landa
2009/12/2 Franz Schiller franzschiller1...@gmail.com: 1- i.ortho.photo == in my wxpython this option is in grey and I cannot run it. Is not working in WinGRASS? Yes, it requires X monitors. The module need to be complete rewritten and integrated into wxGUI (no developer yet, long term period).

Re: [GRASS-user] Converting txt file into raster layer

2009-12-02 Thread Daniel Victoria
I'd go with v.in.ascii or r.in.xyz but, for both, you will need to know the coordinates of each grid cell. Another thing to look for is, if you have more than one observation per time, you might have to separate the file and create one map (or layer) for each time step. That's something easily

RE: [GRASS-user] Lan dscape connectivity‏

2009-12-02 Thread Pablo Carreira
Hi Markus M., after a fast look at Urban Keitt here is my sugestions: a)Create a single central vector point for each patch. b)Connect that vector to an MySQL database. c)create the columns ID, X, Y, NHABDIST, NHABID. d)v.to.db the coordinates of the central points. e)Now you have a a

[GRASS-user] Converting from Lat/Long to Projection

2009-12-02 Thread Rich Shepard
I've let the following script run for 3+ minutes before killing the process. I don't understand why it's taking so long for only three points. I must have an error here, despite following the man page and the example it contains (except that I've not used the '-r' option). cs2cs +proj=latlong

Re: [GRASS-user] Converting from Lat/Long to Projection -- SOLVED

2009-12-02 Thread Rich Shepard
On Wed, 2 Dec 2009, Rich Shepard wrote: I've let the following script run for 3+ minutes before killing the process. Tripped again by the man page syntax summary ending in 'file(s)'. The tool needs to run from the command line, and it needs the '-r' option to produce output when the values

Re: [GRASS-user] Converting from Lat/Long to Projection -- NOT SOLVED

2009-12-02 Thread Rich Shepard
On Wed, 2 Dec 2009, Rich Shepard wrote: cs2cs +proj=latlong +datum=NAD83 +to +proj=lcc +datum=NAD83 +ellps=GRS80 +lat_1=43.0 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=1312336 +y_0=0 +nadgrids=WO EOF 45d19'19.49 122d30'32.43 45d18'52.45 122d30'17.92 45d18'47.16

RE: [GRASS-user] Execution failed g.proj.exe

2009-12-02 Thread Mithoefer, Klaus
Thanks for all the comments, but it didn't solve the problem. Has anyone else an idea? Best regards, Klaus From: Firman Hadi [mailto:jalmibur...@gmail.com] Sent: Tuesday, December 01, 2009 10:42 To: Mithoefer, Klaus Subject: Re: [GRASS-user] Execution failed

Re: [GRASS-user] grass70 and display monitor

2009-12-02 Thread Glynn Clements
Vincent Bain wrote: my question could be insane but I am wondering if there is an equivalent command to d.mon in grass70. In several man pages I saw a reference to d.frame but it seems not be implemented yet. Or will grass70 give up with x monitors ? considering one still can launch

Re: [GRASS-user] Converting from Lat/Long to Projection -- NOT SOLVED

2009-12-02 Thread Glynn Clements
Rich Shepard wrote: On Wed, 2 Dec 2009, Rich Shepard wrote: cs2cs +proj=latlong +datum=NAD83 +to +proj=lcc +datum=NAD83 +ellps=GRS80 +lat_1=43.0 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=1312336 +y_0=0 +nadgrids=WO EOF 45d19'19.49122d30'32.43 45d18'52.45