Re: [GRASS-dev] Re: [GRASS-SVN] r49533 - grass/branches/develbranch_6/gui/scripts

2011-12-13 Thread Hamish
status: both g.ext .sh and .py merged in 6.4 and 6.5 init.sh was already sync'd (sans some whitespace) Martin updated init.bat already Martin wrote: well, please don't forget about addons on Windows. Script's are installed to `scripts` directory see below, and bat-files to `bin`

[GRASS-dev] Re: [GRASS-user] Is it possible to have two values for a raster. like say value1 , value2.

2011-12-13 Thread Hamish
Pankaj wrote: By the way, I have troubles with v.label module. I want to show both the individual basin area and cumulative basin area on the map. But, it's not working. (No map error.) we need to see the full command line you tried, and the exact output from it. (cut and paste is best)

Re: [GRASS-dev] nasty v.db.dropcolumn and v.db.join bug in GRASS7 + sqlite

2011-12-13 Thread Markus Metz
On Mon, Dec 12, 2011 at 5:29 PM, Dylan Beaudette debeaude...@ucdavis.edu wrote: On Friday, December 02, 2011, Markus Metz wrote: On Fri, Dec 2, 2011 at 5:36 AM, Dylan Beaudette dylan.beaude...@gmail.com wrote: On Thu, Dec 1, 2011 at 1:25 AM, Markus Metz markus.metz.gisw...@googlemail.com

Re: [GRASS-dev] Re: [GRASS-SVN] r49533 - grass/branches/develbranch_6/gui/scripts

2011-12-13 Thread Martin Landa
Hi, 2011/12/13 Hamish hamis...@yahoo.com: and bat-files to `bin` directory. this has changed now, right? yes If there needs to be an install manifest I still think it would be better to store it locally, but forgetting that for now, does this yes look ok to sync grass6.xml?  (generic

[GRASS-dev] Re: [GRASS-windows] compiling WINGrass Python Scripts - ExpatError

2011-12-13 Thread Johannes Radinger
Hello, I tried no to put 'set PYTHONPATH=%GISBASE%\etc\python;%PYTHONPATH%' into the env.bat file of my selfcompiled GRASS6.5SVN on Windows. Anyway it took me a while to get the 'real' correct line I think (as mentioned in the wiki) In the env.bat file

[GRASS-dev] v.out.ogr exports more features than available

2011-12-13 Thread Maris Nartiss
Working with today's trunk I spotted an oddity - I can export to shapefile not existing points. Work flow: v.in.ogr shapefile with 11183 points; run v.clean with rmdupl tool and reduce feature count to 10954; v.out.ogr exports to shapefile 11183 features. WTF?!? The best one is the output of

Re: [GRASS-dev] Re: [GRASS-SVN] r49533 - grass/branches/develbranch_6/gui/scripts

2011-12-13 Thread Martin Landa
2011/12/13 Hamish hamis...@yahoo.com: [...] If there needs to be an install manifest I still think it would be better to store it locally, but forgetting that for now, does this done in r49716. Martin -- Martin Landa landa.martin gmail.com * http://geo.fsv.cvut.cz/~landa

Re: [GRASS-dev] v.out.ogr exports more features than available

2011-12-13 Thread Benjamin Ducke
Sounds like v.out.ogr includes some features in the output that are marked dead but are still in the dataset. Could you check two things, please: 1) Use another, external application (e.g. ogrinfo or QGIS) to get an independent count of the number of points in the output files, 2) and make a

Re: [GRASS-dev] v.out.ogr exports more features than available

2011-12-13 Thread Hamish
Benjamin wrote: Sounds like v.out.ogr includes some features in the output that are marked dead but are still in the dataset. Could you check two things, please: ... 2) and make a copy of the cleaned vector points map using g.copy vect=, and use v.out.ogr to export the copy instead of the

Re: [GRASS-dev] v.out.ogr exports more features than available

2011-12-13 Thread Maris Nartiss
Hello, yes, I used QGIS to verify count of exported features in Shapefile and indeed count matched with one reported by v.out.ogr as written feature count. And now comes the best - g.copy and v.extract both had NO effect on result - resulting dataset still was exported with ALL points present

Re: [GRASS-dev] v.out.ogr exports more features than available

2011-12-13 Thread Maris Nartiss
OK. When creating a new test dataset I understood where's the problem: v.clean rmdupl will remove duplicate geometries and will merge categories resulting in single geometry, multiple categories (acceptable in GRASS) v.out.ogr can not export multiple categories to Shapefile as it doesn't support

[GRASS-dev] [GRASS GIS] #1508: v.out.ogr should issue a warning when exporting a geometry with multiple categories

2011-12-13 Thread GRASS GIS
#1508: v.out.ogr should issue a warning when exporting a geometry with multiple categories -+-- Reporter: marisn | Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] grass command percentage

2011-12-13 Thread Mohammed Rashad
Hi All, I am using C code of grass to execute a grass command start_command() how to get percentage of process when running a grass command I dont want to use python.I use C++. I am doing it on web for webGRASS -- Regards, ___ grass-dev mailing