Re: [GRASS-dev] [GRASS GIS] #560: WinGRASS not deleting temp ppm files from map display

2014-04-02 Thread GRASS GIS
#560: WinGRASS not deleting temp ppm files from map display +--- Reporter: isaacullah | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] Grass to postgis topology export performance

2014-04-02 Thread Rémi Cura
Hey, thanks for your answer. I uploaded a new test file of about the same number of line (32k), also already topological (meaning in theory there is no need to split line, just compute node, neighbourhood, and faces). It is here : http://trac.osgeo.org/postgis/ticket/2695 About the command I use

Re: [GRASS-dev] Addons to Ohloh

2014-04-02 Thread Markus Neteler
On Wed, Apr 2, 2014 at 4:24 AM, Vaclav Petras wrote: > > On Mon, Mar 31, 2014 at 4:06 AM, Luca Delucchi wrote: >> >> > GRASS GIS Addons can be added as additional repository for GRASS GIS >> > project >> > or they can be a separated project at Ohloh. Some projects went this way >> > of >> > havin

[GRASS-dev] compiling 7.0 on MacOS 10.9

2014-04-02 Thread Micha Silver
Has anyone compiled GRASS 7.0 on MacOS Mavricks? Any tips? Thanks, -- Micha Silver GIS Consulting 052-3665918 http://www.surfaces.co.il ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.or

Re: [GRASS-dev] compiling 7.0 on MacOS 10.9

2014-04-02 Thread epi
Micha, i use homebrew to satisfy the dependencies for grass7 ./configure \ --with-opengl-includes=/opt/X11/include/ \ --with-opengl-libs=/opt/X11/lib/ \ --with-cairo-includes=/usr/local/Cellar/cairo/1.12.16/include/cairo/ \ --with-cairo-libs=/usr/local/Cellar/cairo/1.12.16/lib/ \ --with-freetyp

Re: [GRASS-dev] [GRASS GIS] #2240: wxGUI: measurement tool does not show line after first click

2014-04-02 Thread GRASS GIS
#2240: wxGUI: measurement tool does not show line after first click -+-- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] compiling 7.0 on MacOS 10.9

2014-04-02 Thread Micha Silver
Thanks. We would be satisfied to get it working without the gui for now. But even that threw many more errors when compiling. We had to have a huge configure line, pointing many --with-xxx-includes= and --with-xxx-libs= to the  /usr/local/Cellar dire

[GRASS-dev] G7.trunk: r.colors color list wxpython issue

2014-04-02 Thread Markus Neteler
Hi, some recent change in trunk (didn't find which) broke the color list generator in r.colors: Traceback (most recent call last): File "/home/neteler/software/grass71/dist.x86_64-unknown- linux-gnu/etc/gui/wxpython/gui_core/widgets.py", line 1294, in OnDrawItem r.x + bitmap.GetWidth() + 10, A

Re: [GRASS-dev] G7.trunk: r.colors color list wxpython issue

2014-04-02 Thread Anna Petrášová
On Wed, Apr 2, 2014 at 5:56 AM, Markus Neteler wrote: > Hi, > > some recent change in trunk (didn't find which) broke the color list > generator in r.colors: > hmm, it works for me. But I remember, it happened to me some time ago but then it started to work again. It looks like it can't find the

Re: [GRASS-dev] compiling 7.0 on MacOS 10.9

2014-04-02 Thread Vaclav Petras
On Wed, Apr 2, 2014 at 4:37 AM, epi wrote: > > the build ends with Errors in: > /Users/epi/dev/grass7_trunk/lib/nviz > /Users/epi/dev/grass7_trunk/misc/m.nviz.image > This looks like a problem to link OpenGL. > /Users/epi/dev/grass7_trunk/visualization/wximgview > > This looks like a problem t

Re: [GRASS-dev] get interface description for python modules on Windows

2014-04-02 Thread Vaclav Petras
For the record: r59485 modify Rules.make to fix build_modules_xml.py on Windows (TODO: replace this workaround) https://trac.osgeo.org/grass/changeset/59485 On Wed, Mar 26, 2014 at 4:47 PM, Vaclav Petras wrote: > Thanks, your analyses seems very deep. It would be incredibly useful if > somebo

[GRASS-dev] Planetary Datums help to add in GRASS

2014-04-02 Thread Yann Chemin
Hi, I would like to add planetary Datums in GRASS as from this: http://help.arcgis.com/en/arcims/10.0/mainhelp/mergedprojects/ArcXMLGuide/elements/gcs.htm#104900and after Right now GRASS issues a benign warning on importing LOLA DEM: WARNING: Datum not recognised by GRASS and no parameters foun

Re: [GRASS-dev] get interface description for python modules on Windows

2014-04-02 Thread Martin Landa
Hi, 2014-04-02 16:45 GMT+02:00 Vaclav Petras : > For the record: > > r59485 > modify Rules.make to fix build_modules_xml.py on Windows (TODO: replace this > workaround) > https://trac.osgeo.org/grass/changeset/59485 right, is there anybody who has idea how to fix it in better way? Thanks, Martin

Re: [GRASS-dev] compiling 7.0 on MacOS 10.9

2014-04-02 Thread epi
On Apr 2, 2014, at 4:10 PM, Vaclav Petras wrote: > > On Wed, Apr 2, 2014 at 4:37 AM, epi wrote: > > the build ends with Errors in: > /Users/epi/dev/grass7_trunk/lib/nviz > /Users/epi/dev/grass7_trunk/misc/m.nviz.image > > This looks like a problem to link OpenGL. > That’s correct, for som

[GRASS-dev] manual pages: trac new modules/params/flags

2014-04-02 Thread Martin Landa
Hi all, it would make sense to add to the modules manual pages information in which version the module has been introduced. We can start with r.streams.* modules which were added recently to trunk/relbr70. It would be also nice to track newly added parameters or flags. There are several options,

Re: [GRASS-dev] manual pages: trac new modules/params/flags

2014-04-02 Thread Markus Neteler
On Wed, Apr 2, 2014 at 11:59 PM, Martin Landa wrote: > Hi all, > > it would make sense to add to the modules manual pages information in > which version the module has been introduced. We can start with > r.streams.* modules which were added recently to trunk/relbr70. This would be very good. Per

Re: [GRASS-dev] Planetary Datums help to add in GRASS

2014-04-02 Thread Yann Chemin
Hi Alessandro, I updated the planetary Ellipsoid table (r59566) with the definitions from the website. Cheers, Yann On 2 April 2014 23:27, Alessandro Frigeri wrote: > Hi Yann, > > maybe the name of the ellipse/datum fund in LOLA metadata does not match > the name found in the ellipse.table > h

[GRASS-dev] grass.osgeo.org down?

2014-04-02 Thread Blumentrath, Stefan
Hi, I am trying to get to the online manuals of GRASS70, but the webpage cannot be displayed (“Internet Explorer cannot display the webpage”). Neither do I manage to load the GRASS wiki. Is grass.osgeo.org down at the moment? Cheers Stefan From: grass-dev-boun...@lists.osgeo.org [mailto:grass

Re: [GRASS-dev] grass.osgeo.org down?

2014-04-02 Thread Markus Neteler
On Thu, Apr 3, 2014 at 8:25 AM, Blumentrath, Stefan wrote: > Hi, > > I am trying to get to the online manuals of GRASS70, but the webpage cannot > be displayed ("Internet Explorer cannot display the webpage"). Neither do I > manage to load the GRASS wiki. Is grass.osgeo.org down at the moment? .

Re: [GRASS-dev] grass.osgeo.org down?

2014-04-02 Thread Blumentrath, Stefan
Thanks Markus! Good, so it is "on purpose" in a way... I was mainly writing in case you were not aware of the access problems. I can wait for the RAID disk reconstruction. Cheers Stefan ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists

Re: [GRASS-dev] grass.osgeo.org down?

2014-04-02 Thread Markus Neteler
On Thu, Apr 3, 2014 at 8:39 AM, Blumentrath, Stefan wrote: > Thanks Markus! > > Good, so it is "on purpose" in a way... Well, not really It should just "behave". We discuss here about it, which is the OSGeo SAC channel irc://freenode/telascience > I was mainly writing in case you were not aware

[GRASS-dev] wxGUI having a hard time overlaying data with 0-360 and -180+180 proj

2014-04-02 Thread Yann Chemin
Hi, Using the Moon nomenclature data set with the geological maps of the Moon gives strange results: http://www.tiikoni.com/tis/view/?id=b7713fd The Moon Nomenclature (text) is going 0-360 and the Moon geology is -180+180. The Moon Nomenclature does not wrap around, but does map full in 0-360