[GRASS-user] Grass and Java

2014-09-19 Thread Sofiane Soulfly
Hi, except http://grasswiki.osgeo.org/wiki/GRASS_and_Java and https://code.google.com/p/vtk-grass-bridge/wiki/HowToCompile, are there any other resources about calling Grass from Java? Thank you, Regards, SB ___ grass-user mailing list

Re: [GRASS-user] problem to install grass70 on ubuntu 12.04

2014-09-19 Thread Rashad M
Hello Thomas, On Fri, Sep 19, 2014 at 8:06 AM, Thomas Adams tea...@gmail.com wrote: Rashad, I've only built from source on Ubuntu -- which has been unproblematic for me; I'm using 14.04 currently with GRASS 7.0beta3. Here is what I do: Is it problematic with Ubuntu 14.04 only or also on

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread peifer
Maybe this helps to locate the problem. If not: I simply have to give up loading a WMS with GRASS7. Hermann [GRASS6.4.5svn] r.in.wms map=http://wms.cuzk.cz/wms.asp out=wms layers=kn srs=EPSG:3035 format=png Calculating tiles Requesting 30 tiles. Downloading tiles ... [GRASS7.0.0svn] r.in.wms

Re: [GRASS-user] Grass and Java

2014-09-19 Thread Vaclav Petras
On Fri, Sep 19, 2014 at 3:25 AM, Sofiane Soulfly saw...@hotmail.com wrote: Hi, except http://grasswiki.osgeo.org/wiki/GRASS_and_Java and https://code.google.com/p/vtk-grass-bridge/wiki/HowToCompile, are there any other resources about calling Grass from Java? Not any GRASS official

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Anna Petrášová
On Fri, Sep 19, 2014 at 1:12 AM, Hermann Peifer pei...@gmx.eu wrote: As far as I tried out: the error occurs for any WMS in any projection, including all the built-in servers. It looks like no other GRASS7 user ever had the same issue, which is surprising. From the error message, I assume

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Anna Petrášová
On Fri, Sep 19, 2014 at 7:49 AM, peifer pei...@gmx.eu wrote: Maybe this helps to locate the problem. If not: I simply have to give up loading a WMS with GRASS7. Hermann [GRASS6.4.5svn] r.in.wms map=http://wms.cuzk.cz/wms.asp out=wms layers=kn srs=EPSG:3035 format=png Calculating tiles

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Hermann Peifer
On 2014-09-19 16:02, Anna Petrášová wrote: I have no idea, the input probably refers to m.proj but m.proj has input parameter. Could you try to run only m.proj (take some example from manual), if it works? Either I am doing something terribly stupid, or m.proj is *really* broken in the

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Anna Petrášová
On Fri, Sep 19, 2014 at 1:18 PM, Hermann Peifer pei...@gmx.eu wrote: On 2014-09-19 16:02, Anna Petrášová wrote: I have no idea, the input probably refers to m.proj but m.proj has input parameter. Could you try to run only m.proj (take some example from manual), if it works? Either I am

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Hermann Peifer
On 2014-09-19 19:29, Anna Petrášová wrote: yes, that's pretty funny. Do you have any local changes (svn diff)? I looked in the recent changes but there is nothing suggesting this error. No diff at all. And until yesterday, I did not even know that m.proj existed. Hermann

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Hermann Peifer
On 2014-09-19 19:44, Hermann Peifer wrote: On 2014-09-19 19:29, Anna Petrášová wrote: yes, that's pretty funny. Do you have any local changes (svn diff)? I looked in the recent changes but there is nothing suggesting this error. No diff at all. And until yesterday, I did not even know

[GRASS-user] Minimum fitting ellipse with attributes

2014-09-19 Thread John Wall
Hello, I am trying to fit a minimum fitting/bounding ellipse to each polygon in a series of polygons. Ideally the ellipse would also give me attributes such as major and minor axes lengths along with orientation. Is this possible within GRASS 7.0 on a Mac? I cannot seem to find a tool to do this.

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Vaclav Petras
On Fri, Sep 19, 2014 at 1:59 PM, Hermann Peifer pei...@gmx.eu wrote: On 2014-09-19 19:44, Hermann Peifer wrote: On 2014-09-19 19:29, Anna Petrášová wrote: yes, that's pretty funny. Do you have any local changes (svn diff)? I looked in the recent changes but there is nothing suggesting

Re: [GRASS-user] problem to install grass70 on ubuntu 12.04

2014-09-19 Thread Thomas Adams
Rashad I think what I sent you should also work for Ubuntu 12.04 — I don't see what it should not… Regards, Tom On Fri, Sep 19, 2014 at 4:18 AM, Rashad M mohammedrasha...@gmail.com wrote: Hello Thomas, On Fri, Sep 19, 2014 at 8:06 AM, Thomas Adams tea...@gmail.com wrote: Rashad, I've

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Markus Neteler
On Fri, Sep 19, 2014 at 1:49 PM, peifer pei...@gmx.eu wrote: Maybe this helps to locate the problem. If not: I simply have to give up loading a WMS with GRASS7. Hermann [GRASS6.4.5svn] r.in.wms map=http://wms.cuzk.cz/wms.asp out=wms layers=kn srs=EPSG:3035 format=png Calculating tiles

Re: [GRASS-user] GRASS7: problems with WMS

2014-09-19 Thread Hermann Peifer
On 2014-09-19 23:35, Vaclav Petras wrote: Afterwards, you can also try to recompile GRASS (make distclean ./configure ... make). I actually did that, without any further investigations. After make distclean, I also used: svn up, which brought me from r61824 to r62033. When comparing