[GRASS-dev] GSOC 2018 project for GRASS GIS

2018-02-26 Thread Sanjeet
Hi, My name is Sanjeet Bhatti and I am an MSc. student in Computer Science from University of Saskatchewan, Canada. I was going through the list of GSOC project ideas of GRASS GIS and I found one that caught my interest: "Full support of Python 3 in GRASS GIS". I am familiar with python programmin

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-02-28 Thread Markus Neteler
Hi Sanjeet, On Tue, Feb 27, 2018 at 3:08 AM, Sanjeet wrote: > Hi, > > My name is Sanjeet Bhatti and I am an MSc. student in Computer Science > from University of Saskatchewan, Canada. I was going through the list > of GSOC project ideas of GRASS GIS and I found one that caught my > interest: "Ful

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-02-28 Thread Markus Metz
On Wed, Feb 28, 2018 at 3:38 PM, Markus Neteler wrote: > > Hi Sanjeet, > > On Tue, Feb 27, 2018 at 3:08 AM, Sanjeet wrote: > > Hi, > > > > My name is Sanjeet Bhatti and I am an MSc. student in Computer Science > > from University of Saskatchewan, Canada. I was going through the list > > of GSOC p

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-03 Thread Anna Petrášová
Hi Sanjeet, On Mon, Feb 26, 2018 at 9:08 PM, Sanjeet wrote: > Hi, > > My name is Sanjeet Bhatti and I am an MSc. student in Computer Science > from University of Saskatchewan, Canada. I was going through the list > of GSOC project ideas of GRASS GIS and I found one that caught my > interest: "Ful

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-05 Thread Sanjeet
On Wed, Feb 28, 2018 at 8:38 AM, Markus Neteler wrote: > > There are some tickets flagged with "python3": > https://trac.osgeo.org/grass/query?status=!closed&keywords=~python3 > > I suppose that more tickets should carry that keyword but they need to > be identified by scanning those with "python"

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-05 Thread Sanjeet
On Sat, Mar 3, 2018 at 10:50 PM, Anna Petrášová wrote: > Hi Sanjeet, Hi Anna, > On Mon, Feb 26, 2018 at 9:08 PM, Sanjeet wrote: > > I would leave that up to you, you can send it in email, post it on > your github or whatever seems convenient for you. I will share the list soon. > Regarding th

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-05 Thread Anna Petrášová
On Mon, Mar 5, 2018 at 7:20 PM, Sanjeet wrote: > On Sat, Mar 3, 2018 at 10:50 PM, Anna Petrášová wrote: >> Hi Sanjeet, > > Hi Anna, > >> On Mon, Feb 26, 2018 at 9:08 PM, Sanjeet wrote: >> >> I would leave that up to you, you can send it in email, post it on >> your github or whatever seems conve

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-05 Thread Sanjeet
On Mon, Mar 5, 2018 at 6:43 PM, Anna Petrášová wrote: > Look in the GUI console (second tab at the bottom in Layer Manager). > You can check if you are indeed running wxpython 4 easily from GUI, go > to Python tab and try: import wx wx.version() > 4.0.1 gtk2 (phoenix) > > I would recomme

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-05 Thread Sanjeet
On Sat, Mar 3, 2018 at 10:50 PM, Anna Petrášová wrote: > Basically, the GUI is mostly ported to work with wxPython4 (phoenix), > which is (unlike wxpython 3) Python 3 ready. So far we are running the > GUI on Python 2.7 only. There are some loose ends and depreciation > warnings, which would be ni

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-06 Thread Margherita Di Leo
On Tue, Mar 6, 2018 at 5:37 AM, Sanjeet wrote: > On Sat, Mar 3, 2018 at 10:50 PM, Anna Petrášová > wrote: > > Basically, the GUI is mostly ported to work with wxPython4 (phoenix), > > which is (unlike wxpython 3) Python 3 ready. So far we are running the > > GUI on Python 2.7 only. There are som

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-06 Thread Newcomb, Doug
Sanjeet, Spotted this the other day if it helps. https://medium.com/@boxed/moving-a-large-and-old-codebase-to-python3-33a5a13f8c99 Doug On Tue, Mar 6, 2018 at 4:38 AM, Margherita Di Leo wrote: > > > On Tue, Mar 6, 2018 at 5:37 AM, Sanjeet wrote: > >> On Sat, Mar 3, 2018 at 10:50 PM, Anna Petr

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-06 Thread Sanjeet
On Mar 6, 2018 3:38 AM, "Margherita Di Leo" wrote: On Tue, Mar 6, 2018 at 5:37 AM, Sanjeet wrote: > On Sat, Mar 3, 2018 at 10:50 PM, Anna Petrášová > wrote: > > Hi Anna, > > I've created a patch file for the ticket #3510. > > > To post a patch in that ticket, you need to get osgeo id: > > ht

Re: [GRASS-dev] GSOC 2018 project for GRASS GIS

2018-03-06 Thread Sanjeet
On Mar 6, 2018 11:26 AM, "Newcomb, Doug" wrote: Sanjeet, Spotted this the other day if it helps. https://medium.com/@boxed/moving-a-large-and-old-codebase-to-python3- 33a5a13f8c99 Hi Doug, Thank you so much for sharing that. It is going to be really helpful in listing the steps to port to pyt