Re: [GRASS-user] Calculate the average slope by unit

2010-08-26 Thread Markus Metz
Hamish wrote: > Jon wrote: >> I would like to calculate the average slope by square kilometer >> for a giving area. I have a raster of the considere area with >> the altitude. So my plan is to create a grid of square of 1 km² >> and to calculate for each square the average slope. >> >> My main prob

Re: [GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread stephen sefick
Thank you for all of your help. Stephen On Thu, Aug 26, 2010 at 3:28 PM, Martin Landa wrote: > Hi, > > 2010/8/26 stephen sefick : >> I can use the grass64RC5 digitizer with good results? > > RC5 is quite old (with few days should be released RC7). In any case > you can always use TCL/TK digitize

Re: [GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread Martin Landa
Hi, 2010/8/26 stephen sefick : > I can use the grass64RC5 digitizer with good results? RC5 is quite old (with few days should be released RC7). In any case you can always use TCL/TK digitizer [1]. wxGUI vector digitizer can be compiled manually, you just need to use specific version of swig (usua

Re: [GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread stephen sefick
I can use the grass64RC5 digitizer with good results? On Thu, Aug 26, 2010 at 3:08 PM, Martin Landa wrote: > Hi, > > 2010/8/26 Martin Landa : >> 2010/8/26 stephen sefick : >>> grass64svn >>> ubuntu 10.04.1 > > I haven't read your message carefully. The wxGUI vector digitizer has > been disabled f

Re: [GRASS-user] MAPSET ACCESS grass64svn

2010-08-26 Thread Martin Landa
Hi, 2010/8/26 stephen sefick : > self.mapsetlb.LoadData(self.all_mapsets_ordered) >  File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/p > references.py", line 1811, in LoadData > > stat_info = os.stat(mapsetPath) > OSError > : > [Errno 2] No such file or directory: > '/home/ssefick/GISDBA

Re: [GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread Martin Landa
Hi, 2010/8/26 Martin Landa : > 2010/8/26 stephen sefick : >> grass64svn >> ubuntu 10.04.1 I haven't read your message carefully. The wxGUI vector digitizer has been disabled few weeks ago globally for all platforms. It should be fixed in 6.4.1, till this time please use TCL/TK v.digit. Martin -

Re: [GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread Martin Landa
Hi, 2010/8/26 stephen sefick : > grass64svn > ubuntu 10.04.1 > > Unable to initialize display driver of vector digitizer. See 'Command > output' for details. > > Details: 'NoneType' object has no attribute 'OpenMap' () wxGUI vector digitizer is not working on MS Windows. Use v.digit instead. The

Re: [GRASS-user] Raster Maps

2010-08-26 Thread Jonathan Agüero Valverde
Andrew, I think your problem is associated to the cats in vector, not the raster map. Do you have a cat column in the polygon map? Ing. Jonathan Agüero Valverde, Ph.D. Profesor e Investigador Programa de Investigación en Desarrollo Urbano Sostenible (ProDUS) Escuela de Ingeniería Civil Univer

[GRASS-user] Unable to Edit vector map with grass64

2010-08-26 Thread stephen sefick
grass64svn ubuntu 10.04.1 Unable to initialize display driver of vector digitizer. See 'Command output' for details. Details: 'NoneType' object has no attribute 'OpenMap' () -- Stephen Sefick | Auburn University                                   | | Departme

Re: [GRASS-user] Raster Maps

2010-08-26 Thread Andrew Lewin
Okay, so I found out more information. I reclassed the raster layer to give myself some categories; however, when I tried to run v.rast.stats I got an error saying "No categories found in raster map" Your help is much appreciated. Andrew Andrew Lewin andrew.le...@sympatico.ca Founder of Ocea

[GRASS-user] Raster Maps

2010-08-26 Thread Andrew Lewin
Hi Everyone, I would like to create a raster map of temperature values using v.surf.idw and calculate the median temperature value for each state/province in North America. I currently have a point shapefile of temperature values covering all of North America, a North American area shapefile (

Re: [GRASS-user] SVN problems

2010-08-26 Thread Glynn Clements
Hamish wrote: > > > > I get errors in lib/gmath that says: > > > > > > /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91: > > > > undefined reference to `sqrt' > > > > > > > > Am I missing some library? > Glynn: > > > No; it's a bug in lib/gmath/Makefile, which should have > > > $(MA

Re: [GRASS-user] Survey descriptions to GRASS vector

2010-08-26 Thread Dwight Needels
Dwight wrote: Is there a straightforward way to encode a survey description of a parcel in a text file that can then be imported into GRASS as a vector? The type of description I am talking about looks something like this (where the numbers are degrees/.minutes/seconds)... "Beginning at [a defin

Re: [GRASS-user] speeding up v.overlay

2010-08-26 Thread Markus Metz
Stuart Gralton wrote: > > This is the original vector: > > v.db.connect -p cont > Vector map is connected by: > layer <1> table in database > through driver with > key > > > The v.split command and output: > > v.split input=cont output=contSplit length=1 > > > Proof that there is no attrib

Re: [GRASS-user] GRASS-R for image classifcation - Is it, possible?

2010-08-26 Thread Doc Robinson
Yes it is quite possible. You may want to take a look at Lizarazo and Elsner paper in International Journal of Remote Sensing entitled Fuzzy Segmentation for Object-based Image Classification. It is my understanding that the methodology they describe was done almost entirely within R. On T

[GRASS-user] MAPSET ACCESS grass64svn

2010-08-26 Thread stephen sefick
When I try and set mapset access in the permanent location to all of the other mapsets this is what I get: Traceback (most recent call last): File "/usr/local/grass-6.4.0svn/etc/wxpython/wxgui.py", line 387, in OnMapsets dlg = preferences.MapsetAccess(parent=self, id=wx.ID_ANY) File "/usr/loc

Re: [GRASS-user] g.extension not working

2010-08-26 Thread Markus Neteler
On Wed, Aug 18, 2010 at 3:14 PM, Markus Neteler wrote: > On Wed, Aug 18, 2010 at 2:28 PM, Daniel Victoria > wrote: >> Hi all, >> >> Just got 6.5svn compiled in Ubuntu 9.04 and I'm now trying to install >> r.stream.order using g.extension. When I give the command >> >> g.extension extension=r.stre

Re: [GRASS-user] GRASS-R for image classifcation - Is it possible?

2010-08-26 Thread Markus Neteler
On Tue, Aug 10, 2010 at 8:19 AM, Chethan S wrote: > Hello everybody! > > For my academic project work I intend to use only open-source software. My > objective is to carry out classification of satellite digital images using > Geostatistics. I found out GRASS is a good software for image processin

Re: [GRASS-user] Planet coordinate systems?

2010-08-26 Thread Markus Neteler
FYI -- Forwarded message -- From: Alessandro Frigeri Date: Thu, Aug 26, 2010 at 2:00 AM Subject: Re: [GRASS-user] Planet coordinate systems? To: Adam Dershowitz Cc: Markus Neteler Hi Adam, You hit an interesting issue.   First the good news!  You can bypass entering epsg codes

[GRASS-user] Let´s translate GIS GRASS

2010-08-26 Thread Jan Trochta
Hi All First of all sorry for cross posting. If seems that final releasing of new version GIS GRASS 6.4 is matter of few days. I would like to encourage you to make translations into your language as soon as possible. 4 days ago were all .po files updated and we can start translate almost final ve

Re: [GRASS-user] SVN problems

2010-08-26 Thread Hamish
> > > I get errors in lib/gmath that says: > > > > /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91: > > > undefined reference to `sqrt' > > > > > > Am I missing some library? Glynn: > > No; it's a bug in lib/gmath/Makefile, which should have > > $(MATHLIB) in the definition of EXTRA_

Re: [GRASS-user] Calculate the average slope by unit

2010-08-26 Thread Markus Neteler
On Thu, Aug 26, 2010 at 10:35 AM, Hamish wrote: > Jon wrote: >> I would like to calculate the average slope by square kilometer >> for a giving area. [...] > - run v.rast.stats to calculate stats for each grid box, and > upload to that area's attribute table. Now in the Wiki as FAQ: http://gra

Re: [GRASS-user] Calculate the average slope by unit

2010-08-26 Thread Hamish
Jon wrote: > I would like to calculate the average slope by square kilometer > for a giving area. I have a raster of the considere area with > the altitude. So my plan is to create a grid of square of 1 km² > and to calculate for each square the average slope. > > My main problem is that I don"t h

[GRASS-user] v.lidar.* for extracting building footprints

2010-08-26 Thread Wickes
I'm trying to extract building outlines from LIDAR data. I have both a DSM and DTM (not created by me / GRASS) data and have created a normalized DSM from these. I now want to extract building footprints from the DSM i.e. create a polygons of the buildings from the LIDAR. I've removed vegetation

[GRASS-user] Calculate the average slope by unit

2010-08-26 Thread jopiraux
Hello, I would like to calculate the average slope by square kilometer for a giving area. I have a raster of the considere area with the altitude. So my plan is to create a grid of square of 1 km² and to calculate for each square the average slope. My main problem is that I don"t have any idea h

Re: [GRASS-user] Survey descriptions to GRASS vector

2010-08-26 Thread Hamish
> > Dwight wrote: > >> Is there a straightforward way to encode a survey description of a > >> parcel in a text file that can then be imported into GRASS as a > >> vector? The type of description I am talking about looks something > >> like this (where the numbers are degrees/.minutes/seconds)... >