Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-05 Thread Pietro
Hi Sören, 2012/4/5 Sören Gebbert : ... [snip] >> Would you be interested in being my mentor? > > I would like to be your Mentor in this project. But actually i do not > know the GSoC procedure in detail, maybe an > experienced mentor may help me with this? > > But i have to warn you, in my opinion

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-05 Thread Glynn Clements
Pietro wrote: > I'm Pietro Zambelli a ph.D student of Trento University, I would like > to apply to the GSoC, my idea in short is: extend the python GRASS API > to make it more pythonic :-). > > I would like to interact with region, raster and vector maps as > object, using and interacting with

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-05 Thread Sören Gebbert
Hi Pietro, ... [snip] > > Thank you! Although I'm new to C/C++, but I will give a closer look at > the source code of vtk-grass-bridge! > Do you think that this project could achieved during the Google Summer > of Code or do you think that is not realistic, because there are a lot > of things in t

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Pietro
Hi Sören, 2012/4/4 Sören Gebbert : > [cut] > The VTK GRASS bridge uses the VTK style[1]. This assures the same > convincing coding style in > C++, Java and Python. Therefore it is not Python specific but it > integrates itself into the VTK > pipeline framework to use the more than 500 existing alg

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Sören Gebbert
Hi Pietro, more below: 2012/4/4 Pietro : > Hi Sören, > > 2012/4/4 Sören Gebbert : >> Hi Pietro, >> this is an interesting and very useful submission. A numpy matrix >> interface would be a valuable addition, but as Markus Metz said, we >> need also direct row access without reading the whole raste

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Sören Gebbert
Hi Pietro, this is an interesting and very useful submission. A numpy matrix interface would be a valuable addition, but as Markus Metz said, we need also direct row access without reading the whole raster or vector map into the memory. Actually with the vtk-grass-bridge there is already an object

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Markus Metz
On Sun, Apr 1, 2012 at 12:16 AM, Pietro wrote: > Hi everyone! > > I'm Pietro Zambelli a ph.D student of Trento University, I would like > to apply to the GSoC, my idea in short is: extend the python GRASS API > to make it more pythonic :-). > > I would like to interact with region, raster and vect

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-03 Thread Luca Delucchi
2012/4/1 Pietro : > Hi everyone! > Ciao Pietro > > Any suggestions and criticism are more than welcome! > I like the idea, I have no suggestions or criticism about your proposal. I could be the co-mentor or the mentor, if anyone with more experiences propose his self us mentor. I don't know very

[GRASS-dev] GsoC2012: High level map interaction with python

2012-03-31 Thread Pietro
Hi everyone! I'm Pietro Zambelli a ph.D student of Trento University, I would like to apply to the GSoC, my idea in short is: extend the python GRASS API to make it more pythonic :-). I would like to interact with region, raster and vector maps as object, using and interacting with the map and th