[GRASS-dev] i.segment week 2 report 2016_06_05

2016-06-05 Thread Yang, Bo (yangb2)
Hi All ,

Please see the link below for the week 2 report of GRASS GSoC 2016 Additional 
Image Segmentation Algorithms for i.segment.

https://trac.osgeo.org/grass/wiki/GSoC/2016/Additional_segmentation_algorithms/weekly_report#a30May--4Juneweek2:implementmean-shiftimagesegmentationalgorithm


Best,
Bo Yang
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Michael Barton
I am trimming off a lot of the past discussion for future conversations as 
Markus requested.

Michael

C. Michael Barton
Director, Center for Social Dynamics & Complexity 
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu



> On Jun 5, 2016, at 4:08 PM, Anna Petrášová  wrote:
> 
> On Sun, Jun 5, 2016 at 6:29 PM, Michael Barton  wrote:
>> Thanks. Looks interesting. But it also looks like it will take a complete 
>> rewrite of the GUI, at least to change all the class names, and probably to 
>> check the arguments.
> 
> No, it should be fairly compatible, the problem is as I wrote before
> one of the widgets important for wxGUI is not ported there yet.
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>> 
>>> On Jun 5, 2016, at 10:54 AM, Anna Petrášová  wrote:
>>> 
>>> On Sun, Jun 5, 2016 at 1:32 PM, Michael Barton  
>>> wrote:
 What is Phoenix?
>>> 
>>> That's a new version of wxPython, completely rewritten with support
>>> for Python3, basically the future of wxPython project.
>>> 
>>> 
 
 Michael
 
 C. Michael Barton
 Director, Center for Social Dynamics & Complexity
 Professor of Anthropology, School of Human Evolution & Social Change
 Head, Graduate Faculty in Complex Adaptive Systems Science
 Arizona State University
 
 voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
 fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
 www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
 
 
 
> On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:
> 
> On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  
> wrote:
>> Thanks Helena,
>> 
>> I’m betting you have Anaconda on that laptop too.
>> 
>> The histogram issue requires a hack to plot.py in wxPython. I’ve done 
>> that in my system version but not in the Anaconda version yet. It is 
>> supposedly fixed in wxp 3.0.3.0, but that is not yet available except 
>> for those hardy, intrepid souls who want to compile it from scratch.
> 
> I actually compiled wxPython previously and recently Phoenix. It was
> not that difficult at all. But that was on Ubuntu.
> 
> I was looking into the state of wxPython project. The 'classic'
> version is pretty much dead. Although wxWidgets 3.1.0 was released in
> February, there hasn't been any activity towards releasing new
> wxPython, and no response to this question on mailing list. That is
> unfortunate, considering that the new version would fix most problems
> we now have on Mac. That was my motivation to look at it, so that I
> don't spend time workarounding something when there is new version.
> But I wouldn't give up just yet, it might just take them longer time
> to release it.
> 
> What is good, that Phoenix is alive (should work with both Python 2
> and 3) and there might be a crowdsourcing campaign to fund the main
> guy to bring it to first release. I downloaded and compiled Phoenix
> (surprisingly easy) and the problem is that one of the widgets we use
> in Map Display is not ported, so there's no point in testing the rest.
> That might be fixed for the release, hopefully.
> 
> 
> Anna
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Michael Barton
I was looking at the classic vs. Phoenix page and it seems like almost all 
functions are renamed at least to a minor degree.

http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html

Michael

C. Michael Barton
Director, Center for Social Dynamics & Complexity 
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu















> On Jun 5, 2016, at 4:08 PM, Anna Petrášová  wrote:
> 
> On Sun, Jun 5, 2016 at 6:29 PM, Michael Barton  wrote:
>> Thanks. Looks interesting. But it also looks like it will take a complete 
>> rewrite of the GUI, at least to change all the class names, and probably to 
>> check the arguments.
> 
> No, it should be fairly compatible, the problem is as I wrote before
> one of the widgets important for wxGUI is not ported there yet.
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On Jun 5, 2016, at 10:54 AM, Anna Petrášová  wrote:
>>> 
>>> On Sun, Jun 5, 2016 at 1:32 PM, Michael Barton  
>>> wrote:
 What is Phoenix?
>>> 
>>> That's a new version of wxPython, completely rewritten with support
>>> for Python3, basically the future of wxPython project.
>>> 
>>> 
 
 Michael
 
 C. Michael Barton
 Director, Center for Social Dynamics & Complexity
 Professor of Anthropology, School of Human Evolution & Social Change
 Head, Graduate Faculty in Complex Adaptive Systems Science
 Arizona State University
 
 voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
 fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
 www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
 
 
 
> On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:
> 
> On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  
> wrote:
>> Thanks Helena,
>> 
>> I’m betting you have Anaconda on that laptop too.
>> 
>> The histogram issue requires a hack to plot.py in wxPython. I’ve done 
>> that in my system version but not in the Anaconda version yet. It is 
>> supposedly fixed in wxp 3.0.3.0, but that is not yet available except 
>> for those hardy, intrepid souls who want to compile it from scratch.
> 
> I actually compiled wxPython previously and recently Phoenix. It was
> not that difficult at all. But that was on Ubuntu.
> 
> I was looking into the state of wxPython project. The 'classic'
> version is pretty much dead. Although wxWidgets 3.1.0 was released in
> February, there hasn't been any activity towards releasing new
> wxPython, and no response to this question on mailing list. That is
> unfortunate, considering that the new version would fix most problems
> we now have on Mac. That was my motivation to look at it, so that I
> don't spend time workarounding something when there is new version.
> But I wouldn't give up just yet, it might just take them longer time
> to release it.
> 
> What is good, that Phoenix is alive (should work with both Python 2
> and 3) and there might be a crowdsourcing campaign to fund the main
> guy to bring it to first release. I downloaded and compiled Phoenix
> (surprisingly easy) and the problem is that one of the widgets we use
> in Map Display is not ported, so there's no point in testing the rest.
> That might be fixed for the release, hopefully.
> 
> 
> Anna
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On Jun 2, 2016, at 2:39 PM, Helena Mitasova  wrote:
>>> 
>>> 

Re: [GRASS-dev] [SoC]Week-2 WebGrass

2016-06-05 Thread Vaclav Petras
Hi Mayank,

On Sun, Jun 5, 2016 at 3:59 PM, Mayank Agrawal 
wrote:

> Updated the startup page to be like the grass software.


I was looking at it already in the week and it looks good. But I have same
comment for you as I had for Ondrej: In general, you don't need to follow
the GUI exactly. Perhaps you can do better, or perhaps some other design
can be more fitting for the web (browser) environment (which e.g. tend to
be more dynamic and show things on demand).

Best,
Vaclav
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Anna Petrášová
On Sun, Jun 5, 2016 at 6:29 PM, Michael Barton  wrote:
> Thanks. Looks interesting. But it also looks like it will take a complete 
> rewrite of the GUI, at least to change all the class names, and probably to 
> check the arguments.

No, it should be fairly compatible, the problem is as I wrote before
one of the widgets important for wxGUI is not ported there yet.

>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Head, Graduate Faculty in Complex Adaptive Systems Science
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> On Jun 5, 2016, at 10:54 AM, Anna Petrášová  wrote:
>>
>> On Sun, Jun 5, 2016 at 1:32 PM, Michael Barton  
>> wrote:
>>> What is Phoenix?
>>
>> That's a new version of wxPython, completely rewritten with support
>> for Python3, basically the future of wxPython project.
>>
>>
>>>
>>> Michael
>>> 
>>> C. Michael Barton
>>> Director, Center for Social Dynamics & Complexity
>>> Professor of Anthropology, School of Human Evolution & Social Change
>>> Head, Graduate Faculty in Complex Adaptive Systems Science
>>> Arizona State University
>>>
>>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>>>
>>>
>>>
 On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:

 On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  
 wrote:
> Thanks Helena,
>
> I’m betting you have Anaconda on that laptop too.
>
> The histogram issue requires a hack to plot.py in wxPython. I’ve done 
> that in my system version but not in the Anaconda version yet. It is 
> supposedly fixed in wxp 3.0.3.0, but that is not yet available except for 
> those hardy, intrepid souls who want to compile it from scratch.

 I actually compiled wxPython previously and recently Phoenix. It was
 not that difficult at all. But that was on Ubuntu.

 I was looking into the state of wxPython project. The 'classic'
 version is pretty much dead. Although wxWidgets 3.1.0 was released in
 February, there hasn't been any activity towards releasing new
 wxPython, and no response to this question on mailing list. That is
 unfortunate, considering that the new version would fix most problems
 we now have on Mac. That was my motivation to look at it, so that I
 don't spend time workarounding something when there is new version.
 But I wouldn't give up just yet, it might just take them longer time
 to release it.

 What is good, that Phoenix is alive (should work with both Python 2
 and 3) and there might be a crowdsourcing campaign to fund the main
 guy to bring it to first release. I downloaded and compiled Phoenix
 (surprisingly easy) and the problem is that one of the widgets we use
 in Map Display is not ported, so there's no point in testing the rest.
 That might be fixed for the release, hopefully.


 Anna

>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Head, Graduate Faculty in Complex Adaptive Systems Science
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> On Jun 2, 2016, at 2:39 PM, Helena Mitasova  wrote:
>>
>> Michael, Adam,
>>
>> I installed the prior 64bit version on a laptop with SID disabled and it 
>> seems to run fine, including the 3D visualization.
>> Michael, as you mentioned, I had to use arrow keys to select map layers 
>> and to select 3D for the first time but it ran
>> OK after that. Few known issues related to Python 3 (e.g. histogram) did 
>> not work.
>>
>> Helena
>>
>>> On Jun 2, 2016, at 4:49 PM, Michael Barton  
>>> wrote:
>>>
>>> I’ve had no problem running 3D (in the map display window). Maybe you 
>>> didn’t get a path set for the wx…gdal… library?
>>>
>>> Michael
>>> 
>>> C. Michael Barton
>>> Director, Center for Social Dynamics & Complexity
>>> Professor of Anthropology, School of Human Evolution & Social Change
>>> Head, Graduate 

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Michael Barton
Thanks. Looks interesting. But it also looks like it will take a complete 
rewrite of the GUI, at least to change all the class names, and probably to 
check the arguments.

Michael

C. Michael Barton
Director, Center for Social Dynamics & Complexity 
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu















> On Jun 5, 2016, at 10:54 AM, Anna Petrášová  wrote:
> 
> On Sun, Jun 5, 2016 at 1:32 PM, Michael Barton  wrote:
>> What is Phoenix?
> 
> That's a new version of wxPython, completely rewritten with support
> for Python3, basically the future of wxPython project.
> 
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>>> On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:
>>> 
>>> On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  
>>> wrote:
 Thanks Helena,
 
 I’m betting you have Anaconda on that laptop too.
 
 The histogram issue requires a hack to plot.py in wxPython. I’ve done that 
 in my system version but not in the Anaconda version yet. It is supposedly 
 fixed in wxp 3.0.3.0, but that is not yet available except for those 
 hardy, intrepid souls who want to compile it from scratch.
>>> 
>>> I actually compiled wxPython previously and recently Phoenix. It was
>>> not that difficult at all. But that was on Ubuntu.
>>> 
>>> I was looking into the state of wxPython project. The 'classic'
>>> version is pretty much dead. Although wxWidgets 3.1.0 was released in
>>> February, there hasn't been any activity towards releasing new
>>> wxPython, and no response to this question on mailing list. That is
>>> unfortunate, considering that the new version would fix most problems
>>> we now have on Mac. That was my motivation to look at it, so that I
>>> don't spend time workarounding something when there is new version.
>>> But I wouldn't give up just yet, it might just take them longer time
>>> to release it.
>>> 
>>> What is good, that Phoenix is alive (should work with both Python 2
>>> and 3) and there might be a crowdsourcing campaign to fund the main
>>> guy to bring it to first release. I downloaded and compiled Phoenix
>>> (surprisingly easy) and the problem is that one of the widgets we use
>>> in Map Display is not ported, so there's no point in testing the rest.
>>> That might be fixed for the release, hopefully.
>>> 
>>> 
>>> Anna
>>> 
 
 Michael
 
 C. Michael Barton
 Director, Center for Social Dynamics & Complexity
 Professor of Anthropology, School of Human Evolution & Social Change
 Head, Graduate Faculty in Complex Adaptive Systems Science
 Arizona State University
 
 voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
 fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
 www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
> On Jun 2, 2016, at 2:39 PM, Helena Mitasova  wrote:
> 
> Michael, Adam,
> 
> I installed the prior 64bit version on a laptop with SID disabled and it 
> seems to run fine, including the 3D visualization.
> Michael, as you mentioned, I had to use arrow keys to select map layers 
> and to select 3D for the first time but it ran
> OK after that. Few known issues related to Python 3 (e.g. histogram) did 
> not work.
> 
> Helena
> 
>> On Jun 2, 2016, at 4:49 PM, Michael Barton  
>> wrote:
>> 
>> I’ve had no problem running 3D (in the map display window). Maybe you 
>> didn’t get a path set for the wx…gdal… library?
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>> 
>> 
>> 
>> 

Re: [GRASS-dev] [GRASS GIS] #2456: read CSV from GDAL data directory

2016-06-05 Thread GRASS GIS
#2456: read CSV from GDAL data directory
-+-
  Reporter:  martinl |  Owner:  grass-dev@…
  Type:  task| Status:  new
  Priority:  blocker |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  gdal, g.proj
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by neteler):

 Replying to [comment:30 martinl]:
 > What is exactly needed to close this ticket regarding 7.0.5 milestone?

 We need to understand if the included NAD files are the same as in PROJ.4
 and if it can remain like this for 7.0.x?

 For trunk, Paul's suggestion should be implemented.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Anna Petrášová
On Sun, Jun 5, 2016 at 1:32 PM, Michael Barton  wrote:
> What is Phoenix?

That's a new version of wxPython, completely rewritten with support
for Python3, basically the future of wxPython project.


>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Head, Graduate Faculty in Complex Adaptive Systems Science
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>> On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:
>>
>> On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  
>> wrote:
>>> Thanks Helena,
>>>
>>> I’m betting you have Anaconda on that laptop too.
>>>
>>> The histogram issue requires a hack to plot.py in wxPython. I’ve done that 
>>> in my system version but not in the Anaconda version yet. It is supposedly 
>>> fixed in wxp 3.0.3.0, but that is not yet available except for those hardy, 
>>> intrepid souls who want to compile it from scratch.
>>
>> I actually compiled wxPython previously and recently Phoenix. It was
>> not that difficult at all. But that was on Ubuntu.
>>
>> I was looking into the state of wxPython project. The 'classic'
>> version is pretty much dead. Although wxWidgets 3.1.0 was released in
>> February, there hasn't been any activity towards releasing new
>> wxPython, and no response to this question on mailing list. That is
>> unfortunate, considering that the new version would fix most problems
>> we now have on Mac. That was my motivation to look at it, so that I
>> don't spend time workarounding something when there is new version.
>> But I wouldn't give up just yet, it might just take them longer time
>> to release it.
>>
>> What is good, that Phoenix is alive (should work with both Python 2
>> and 3) and there might be a crowdsourcing campaign to fund the main
>> guy to bring it to first release. I downloaded and compiled Phoenix
>> (surprisingly easy) and the problem is that one of the widgets we use
>> in Map Display is not ported, so there's no point in testing the rest.
>> That might be fixed for the release, hopefully.
>>
>>
>> Anna
>>
>>>
>>> Michael
>>> 
>>> C. Michael Barton
>>> Director, Center for Social Dynamics & Complexity
>>> Professor of Anthropology, School of Human Evolution & Social Change
>>> Head, Graduate Faculty in Complex Adaptive Systems Science
>>> Arizona State University
>>>
>>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
 On Jun 2, 2016, at 2:39 PM, Helena Mitasova  wrote:

 Michael, Adam,

 I installed the prior 64bit version on a laptop with SID disabled and it 
 seems to run fine, including the 3D visualization.
 Michael, as you mentioned, I had to use arrow keys to select map layers 
 and to select 3D for the first time but it ran
 OK after that. Few known issues related to Python 3 (e.g. histogram) did 
 not work.

 Helena

> On Jun 2, 2016, at 4:49 PM, Michael Barton  wrote:
>
> I’ve had no problem running 3D (in the map display window). Maybe you 
> didn’t get a path set for the wx…gdal… library?
>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Head, Graduate Faculty in Complex Adaptive Systems Science
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> On Jun 2, 2016, at 1:34 PM, Adam Dershowitz  
>> wrote:
>>
>> I went back to the prior version that I downloaded, where I made the 
>> changes to the paths.  What I had not noticed before is that I don’t see 
>> any way to run nviz.  I only see a 2D view.  Is that something that 
>> should be installed, but it might also be a path issue?
>> When I do run grass, I also see this:  Unable to import pyGRASS: 
>> grass_gis.7.3.svn not found.   So, that might relate to 3D, or might 
>> just be a sign of another part of the path to dynamic library issue.
>>
>> -- Adam
>>
>>
>> From: Michael Barton 
>> Date: Thursday, June 2, 2016 at 3:48 PM
>> To: Adam Dershowitz 
>> Cc: 

Re: [GRASS-dev] [GRASS GIS] #2644: osx - wxpython 3 64 bit - v.digit gui freeze when digitizing new vector

2016-06-05 Thread GRASS GIS
#2644: osx - wxpython 3 64 bit - v.digit gui  freeze when digitizing new vector
--+-
  Reporter:  epifanio |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  critical |  Milestone:  7.2.0
 Component:  wxGUI|Version:  svn-trunk
Resolution:  worksforme   |   Keywords:  v.digit, wxPython 3
   CPU:  Unspecified  |   Platform:  MacOSX
--+-
Changes (by martinl):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Replying to [comment:9 cmbarton]:
 > Running my test binary with wxPython 3.0.2.0 and 64bit Python 2.7 the
 vector digitizer seems to work fine. Perhaps this was fixed in the current
 wxPython version?

 Hard to say. Anyway closing the ticket.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for SIP problem - please test

2016-06-05 Thread Michael Barton
What is Phoenix?

Michael

C. Michael Barton
Director, Center for Social Dynamics & Complexity 
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu



> On Jun 2, 2016, at 6:42 PM, Anna Petrášová  wrote:
> 
> On Thu, Jun 2, 2016 at 5:45 PM, Michael Barton  wrote:
>> Thanks Helena,
>> 
>> I’m betting you have Anaconda on that laptop too.
>> 
>> The histogram issue requires a hack to plot.py in wxPython. I’ve done that 
>> in my system version but not in the Anaconda version yet. It is supposedly 
>> fixed in wxp 3.0.3.0, but that is not yet available except for those hardy, 
>> intrepid souls who want to compile it from scratch.
> 
> I actually compiled wxPython previously and recently Phoenix. It was
> not that difficult at all. But that was on Ubuntu.
> 
> I was looking into the state of wxPython project. The 'classic'
> version is pretty much dead. Although wxWidgets 3.1.0 was released in
> February, there hasn't been any activity towards releasing new
> wxPython, and no response to this question on mailing list. That is
> unfortunate, considering that the new version would fix most problems
> we now have on Mac. That was my motivation to look at it, so that I
> don't spend time workarounding something when there is new version.
> But I wouldn't give up just yet, it might just take them longer time
> to release it.
> 
> What is good, that Phoenix is alive (should work with both Python 2
> and 3) and there might be a crowdsourcing campaign to fund the main
> guy to bring it to first release. I downloaded and compiled Phoenix
> (surprisingly easy) and the problem is that one of the widgets we use
> in Map Display is not ported, so there's no point in testing the rest.
> That might be fixed for the release, hopefully.
> 
> 
> Anna
> 
>> 
>> Michael
>> 
>> C. Michael Barton
>> Director, Center for Social Dynamics & Complexity
>> Professor of Anthropology, School of Human Evolution & Social Change
>> Head, Graduate Faculty in Complex Adaptive Systems Science
>> Arizona State University
>> 
>> voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
>> fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
>> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On Jun 2, 2016, at 2:39 PM, Helena Mitasova  wrote:
>>> 
>>> Michael, Adam,
>>> 
>>> I installed the prior 64bit version on a laptop with SID disabled and it 
>>> seems to run fine, including the 3D visualization.
>>> Michael, as you mentioned, I had to use arrow keys to select map layers and 
>>> to select 3D for the first time but it ran
>>> OK after that. Few known issues related to Python 3 (e.g. histogram) did 
>>> not work.
>>> 
>>> Helena
>>> 
 On Jun 2, 2016, at 4:49 PM, Michael Barton  wrote:
 
 I’ve had no problem running 3D (in the map display window). Maybe you 
 didn’t get a path set for the wx…gdal… library?
 
 Michael
 
 C. Michael Barton
 Director, Center for Social Dynamics & Complexity
 Professor of Anthropology, School of Human Evolution & Social Change
 Head, Graduate Faculty in Complex Adaptive Systems Science
 Arizona State University
 
 voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
 fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
 www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
> On Jun 2, 2016, at 1:34 PM, Adam Dershowitz  
> wrote:
> 
> I went back to the prior version that I downloaded, where I made the 
> changes to the paths.  What I had not noticed before is that I don’t see 
> any way to run nviz.  I only see a 2D view.  Is that something that 
> should be installed, but it might also be a path issue?
> When I do run grass, I also see this:  Unable to import pyGRASS: 
> grass_gis.7.3.svn not found.   So, that might relate to 3D, or might just 
> be a sign of another part of the path to dynamic library issue.
> 
> -- Adam
> 
> 
> From: Michael Barton 
> Date: Thursday, June 2, 2016 at 3:48 PM
> To: Adam Dershowitz 
> Cc: GRASS developers grass-developers , 
> grass-user grass-user 
> Subject: Re: [GRASS-user] GRASS for Mac 64bit, wxPython 3, maybe fix for 
> SIP problem - please test
> 
> Darn!
> 
> It is as I was afraid of. Building with 

Re: [GRASS-dev] [GRASS GIS] #2644: osx - wxpython 3 64 bit - v.digit gui freeze when digitizing new vector

2016-06-05 Thread GRASS GIS
#2644: osx - wxpython 3 64 bit - v.digit gui  freeze when digitizing new vector
--+-
  Reporter:  epifanio |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  critical |  Milestone:  7.2.0
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:  v.digit, wxPython 3
   CPU:  Unspecified  |   Platform:  MacOSX
--+-

Comment (by cmbarton):

 Running my test binary with wxPython 3.0.2.0 and 64bit Python 2.7 the
 vector digitizer seems to work fine. Perhaps this was fixed in the current
 wxPython version?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3054: Adding Spot6/7 and Pleiades1A/B to i.atcorr

2016-06-05 Thread GRASS GIS
#3054: Adding Spot6/7 and Pleiades1A/B to i.atcorr
--+-
  Reporter:  craab|  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.0
 Component:  Imagery  |Version:  svn-trunk
Resolution:   |   Keywords:  i.atcorr, Spot6/7, Pleiades1A/B
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by craab):

 * Attachment "i.atcorr.diff" added.


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1442: GRASS 7: d.grid layout suboptimal

2016-06-05 Thread GRASS GIS
#1442: GRASS 7: d.grid layout suboptimal
--+---
  Reporter:  neteler  |  Owner:  hamish
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.0.5
 Component:  Display  |Version:  svn-trunk
Resolution:  fixed|   Keywords:  d.grid
   CPU:  x86-64   |   Platform:  Linux
--+---
Changes (by annakrat):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 The main problem was fixed 3 years ago, I don't know how to reproduce the
 other things. Create a new ticket if necessary.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1442: GRASS 7: d.grid layout suboptimal

2016-06-05 Thread GRASS GIS
#1442: GRASS 7: d.grid layout suboptimal
--+---
  Reporter:  neteler  |  Owner:  hamish
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  7.0.5
 Component:  Display  |Version:  svn-trunk
Resolution:   |   Keywords:  d.grid
   CPU:  x86-64   |   Platform:  Linux
--+---

Comment (by martinl):

 The last comment is 3 years old. What is the status of this ticket?
 Probably something what could be done within GSoC 2016?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #683: Make d.barscale look the same on different display sizes

2016-06-05 Thread GRASS GIS
#683: Make d.barscale look the same on different display sizes
-+-
  Reporter:  perk|  Owner:  hamish
  Type:  | Status:  assigned
  enhancement|
  Priority:  normal  |  Milestone:  7.2.0
 Component:  Display |Version:  svn-trunk
Resolution:  |   Keywords:  d.barscale, proportional
 |  decorations
   CPU:  All |   Platform:  All
-+-
Changes (by martinl):

 * milestone:  7.0.5 => 7.2.0


Comment:

 The last comment is 5 years old, what is the status of this ticket?
 Probably something what could be done within GSoC 2016?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #151: make documentation be full text searchable: use sphinx

2016-06-05 Thread GRASS GIS
#151: make documentation be full text searchable: use sphinx
--+-
  Reporter:  timmie   |  Owner:  epatton
  Type:  enhancement  | Status:  assigned
  Priority:  major|  Milestone:  7.2.0
 Component:  Docs |Version:  unspecified
Resolution:   |   Keywords:  JavaScript, Sphinx, Website
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:  7.0.5 => 7.2.0


Comment:

 There were some attempts for sphinx support, changing milestone to 7.2

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2456: read CSV from GDAL data directory

2016-06-05 Thread GRASS GIS
#2456: read CSV from GDAL data directory
-+-
  Reporter:  martinl |  Owner:  grass-dev@…
  Type:  task| Status:  new
  Priority:  blocker |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  gdal, g.proj
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by martinl):

 What is exactly needed to close this ticket regarding 7.0.5 milestone?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2644: osx - wxpython 3 64 bit - v.digit gui freeze when digitizing new vector

2016-06-05 Thread GRASS GIS
#2644: osx - wxpython 3 64 bit - v.digit gui  freeze when digitizing new vector
--+-
  Reporter:  epifanio |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  critical |  Milestone:  7.2.0
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:  v.digit, wxPython 3
   CPU:  Unspecified  |   Platform:  MacOSX
--+-

Comment (by martinl):

 The last comment is more than one year old, what is the status of this
 ticket?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2758: i.gensigset error G_calloc: unable to allocate 115671215 * 8 bytes of memory at lib/imagery/sigset.c:24

2016-06-05 Thread GRASS GIS
#2758: i.gensigset error G_calloc: unable to allocate  115671215 * 8 bytes of
memory at lib/imagery/sigset.c:24
---+-
  Reporter:  shobhitpipil  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  7.2.0
 Component:  Raster|Version:  7.0.1
Resolution:|   Keywords:
   CPU:  x86-64|   Platform:  MSWindows 8
---+-

Comment (by martinl):

 What is status of this ticket?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-05 Thread Ondřej Pešek
Hi,


2016-06-04 20:47 GMT+02:00 Vaclav Petras :

>
> the screenshots looks good. For the code, it might little bit too soon to
> judge it, but just keep in mind the need for design we talked about
> earlier. For some simple help, you can use pylint tool which will demand
> some code style. Start with the file tools/pylintrc.txt in the GRASS source
> code.
>
>
yes, I want to write there also some comments etc. And I'll try the pylint.



> When I ran it for v.buffer I see you are using text edit / line edit for
> float even when it is not [multiple]. I think Qt has double spin box which
> you can use. In general, you don't have to fully follow the current look or
> behavior. If you think that something can be done in a better way, do it.
>
> For example, this would be one thing we can reconsider. The shorter
> description (label or description field) shows as the name/label for a
> field while the longer description (description field) shows as a tooltip
> of the label. One improvement could be showing it as a tooltip for the
> input field as well (or perhaps in a completely different way).
>
>

I will consider it all. While coding I was experimenting, but everytime I
considered that the original widget = the best widget. Thanks for tips, I
will try it your way. And the tooltip version sounds good. Should I put the
name and type (input=string) upper (where now is description) or on the
right side (as in current version).


Thanks for tips and have a nice time,
Ondrej



Bez
virů. www.avast.com

<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev