[GRASS-dev] "Complete basic cartography suite in GRASS GIS wxGUI Map Display"

Hi,
I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
good Programming Knowledge in languages like Python, C/C++. I have
Already Done Some Projects in these Languages. I have practical
knowledge in wxPython. I want to work on this Project as a pat of GSOC
2015. I want to know whether someone is already committed to this
Project or not? I also want to know how to get the mentor's contact
regarding this Project. I have some Technical Doubts which I would
like to ask them.
Thanks
Durgesh Pandey.

Hello and welcome !

On 09/03/15 09:33, Dp Docs wrote:

Hi,
I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
good Programming Knowledge in languages like Python, C/C++. I have
Already Done Some Projects in these Languages. I have practical
knowledge in wxPython. I want to work on this Project as a pat of GSOC
2015. I want to know whether someone is already committed to this
Project or not? I also want to know how to get the mentor's contact
regarding this Project. I have some Technical Doubts which I would
like to ask them.

I think the best would be to keep this on this list. Others might contribute as well, then, not only the mentors.

Mortiz

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:

Hi,
I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
good Programming Knowledge in languages like Python, C/C++. I have
Already Done Some Projects in these Languages. I have practical
knowledge in wxPython. I want to work on this Project as a pat of GSOC
2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1] to show their skills by contributing to the project before applications are evaluated. OSGeo recommends [2] to do some bug fixing or implementation of small features. You can even try to implement some smaller things from the GSoC idea itself [3]. I selected some options which might be appropriate:

  • Store legend, scale bar, north arrow and text (and potentially others objects if added) in the workspace (ticket #2369).

  • Add units to legend as parameter to d.legend. Optionally add also title and description. Optionally also put units after each number, not just to one place in title area as it is now.

  • Add possibility to add any image to Map Display (as in Animation Tool, g.gui.animation). Use cases are organization logo and overview maps (insets).

  • Add background color to d.legend. Currently the legend has transparent background. Background rectangle should include all parts of the legend including (possible) title. Additional features include rounded corners, border and opacity settings.

You can select whatever you want but it should be something you are actually able to finish soon. You can also browse through bug tracker, components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

I want to know whether someone is already committed to this
Project or not? I also want to know how to get the mentor’s contact
regarding this Project. I have some Technical Doubts which I would
like to ask them.
Thanks
Durgesh Pandey.


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

On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <sdpan21@gmail.com> wrote:

I would like to work on this " Add background color to d.legend.". Can
you please provide some approach and repository related to problem.

Once you have GRASS GIS source code from Subversion repository [1], you
will find d.legend source code in `display/d.legend` directory [2]. You
should compile GRASS GIS, so you have everything you need for development
[3].

d.legend is using GRASS Display library [4]. It would be best if you find
some display (d.*) module which is already drawing some rectangle, polygon
or area and get inspiration from there.

Please keep communication on the mailing list so other can contribute or
read it too.

Vaclav

[1] http://trac.osgeo.org/grass/wiki/DownloadSource
[2] http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents
[4] http://grass.osgeo.org/programming7/displaylib.html

Durgesh Pandey.

On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <wenzeslaus@gmail.com>
wrote:

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:
>
> Hi,
> I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
> good Programming Knowledge in languages like Python, C/C++. I have
> Already Done Some Projects in these Languages. I have practical
> knowledge in wxPython. I want to work on this Project as a pat of GSOC
> 2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1] to
show their skills by contributing to the project before applications are
evaluated. OSGeo recommends [2] to do some bug fixing or implementation of
small features. You can even try to implement some smaller things from the
GSoC idea itself [3]. I selected some options which might be appropriate:

* Store legend, scale bar, north arrow and text (and potentially others
objects if added) in the workspace (ticket #2369).

* Add units to legend as parameter to d.legend. Optionally add also title
and description. Optionally also put units after each number, not just to
one place in title area as it is now.

* Add possibility to add any image to Map Display (as in Animation Tool,
`g.gui.animation`). Use cases are organization logo and overview maps
(insets).

* Add background color to d.legend. Currently the legend has transparent
background. Background rectangle should include all parts of the legend
including (possible) title. Additional features include rounded corners,
border and opacity settings.

You can select whatever you want but it should be something you are
actually able to finish soon. You can also browse through bug tracker,
components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1]
http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3]
http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

>
> I want to know whether someone is already committed to this
> Project or not? I also want to know how to get the mentor's contact
> regarding this Project. I have some Technical Doubts which I would
> like to ask them.
> Thanks
> Durgesh Pandey.
> _______________________________________________
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev

Thank you sir for such a nice response. I will look forward to work on this.
Thanks again

···

On Tue, Mar 10, 2015 at 2:41 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

Durgesh Pandey.

On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <sdpan21@gmail.com> wrote:

I would like to work on this " Add background color to d.legend.". Can you please provide some approach and repository related to problem.

Once you have GRASS GIS source code from Subversion repository [1], you will find d.legend source code in display/d.legend directory [2]. You should compile GRASS GIS, so you have everything you need for development [3].

d.legend is using GRASS Display library [4]. It would be best if you find some display (d.*) module which is already drawing some rectangle, polygon or area and get inspiration from there.

Please keep communication on the mailing list so other can contribute or read it too.

Vaclav

[1] http://trac.osgeo.org/grass/wiki/DownloadSource
[2] http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents
[4] http://grass.osgeo.org/programming7/displaylib.html

Durgesh Pandey.

On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:

Hi,
I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
good Programming Knowledge in languages like Python, C/C++. I have
Already Done Some Projects in these Languages. I have practical
knowledge in wxPython. I want to work on this Project as a pat of GSOC
2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1] to show their skills by contributing to the project before applications are evaluated. OSGeo recommends [2] to do some bug fixing or implementation of small features. You can even try to implement some smaller things from the GSoC idea itself [3]. I selected some options which might be appropriate:

  • Store legend, scale bar, north arrow and text (and potentially others objects if added) in the workspace (ticket #2369).

  • Add units to legend as parameter to d.legend. Optionally add also title and description. Optionally also put units after each number, not just to one place in title area as it is now.

  • Add possibility to add any image to Map Display (as in Animation Tool, g.gui.animation). Use cases are organization logo and overview maps (insets).

  • Add background color to d.legend. Currently the legend has transparent background. Background rectangle should include all parts of the legend including (possible) title. Additional features include rounded corners, border and opacity settings.

You can select whatever you want but it should be something you are actually able to finish soon. You can also browse through bug tracker, components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

I want to know whether someone is already committed to this
Project or not? I also want to know how to get the mentor’s contact
regarding this Project. I have some Technical Doubts which I would
like to ask them.
Thanks
Durgesh Pandey.


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

Sir, I am getting one problem while accessing the subversion repo. Can you please help me with this?
the problem is attached in this email.
Thanks

(attachments)

error.png

···

On Tue, Mar 10, 2015 at 2:49 AM, Dp Docs <sdpan21@gmail.com> wrote:

Thank you sir for such a nice response. I will look forward to work on this.
Thanks again

Durgesh Pandey.

Durgesh Pandey.

On Tue, Mar 10, 2015 at 2:41 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <sdpan21@gmail.com> wrote:

I would like to work on this " Add background color to d.legend.". Can you please provide some approach and repository related to problem.

Once you have GRASS GIS source code from Subversion repository [1], you will find d.legend source code in display/d.legend directory [2]. You should compile GRASS GIS, so you have everything you need for development [3].

d.legend is using GRASS Display library [4]. It would be best if you find some display (d.*) module which is already drawing some rectangle, polygon or area and get inspiration from there.

Please keep communication on the mailing list so other can contribute or read it too.

Vaclav

[1] http://trac.osgeo.org/grass/wiki/DownloadSource
[2] http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents
[4] http://grass.osgeo.org/programming7/displaylib.html

Durgesh Pandey.

On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:

Hi,
I Am an undergrad. student from IIIT Hyderabad,India. I believe I have
good Programming Knowledge in languages like Python, C/C++. I have
Already Done Some Projects in these Languages. I have practical
knowledge in wxPython. I want to work on this Project as a pat of GSOC
2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1] to show their skills by contributing to the project before applications are evaluated. OSGeo recommends [2] to do some bug fixing or implementation of small features. You can even try to implement some smaller things from the GSoC idea itself [3]. I selected some options which might be appropriate:

  • Store legend, scale bar, north arrow and text (and potentially others objects if added) in the workspace (ticket #2369).

  • Add units to legend as parameter to d.legend. Optionally add also title and description. Optionally also put units after each number, not just to one place in title area as it is now.

  • Add possibility to add any image to Map Display (as in Animation Tool, g.gui.animation). Use cases are organization logo and overview maps (insets).

  • Add background color to d.legend. Currently the legend has transparent background. Background rectangle should include all parts of the legend including (possible) title. Additional features include rounded corners, border and opacity settings.

You can select whatever you want but it should be something you are actually able to finish soon. You can also browse through bug tracker, components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6] http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

I want to know whether someone is already committed to this
Project or not? I also want to know how to get the mentor’s contact
regarding this Project. I have some Technical Doubts which I would
like to ask them.
Thanks
Durgesh Pandey.


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

On Mon, Mar 9, 2015 at 5:38 PM, Dp Docs <sdpan21@gmail.com> wrote:

Sir, I am getting one problem while accessing the subversion repo. Can you
please help me with this?

I don't know why svn says "Connection refused". checkout works for me now.
Aren't you behind some firewall? Do other Subversion repositories work for
you (e.g. from Source Forge and GitHub)?

the problem is attached in this email.

Please, if you have error messages which are short text, just include the
text in the email. Only if you have something which cannot be copy-pasted,
or saved to a plain text file, use screenshots. For screenshots, create
them as small as possible and include file extension to the file name.

Vaclav

Thanks

Durgesh Pandey.

On Tue, Mar 10, 2015 at 2:49 AM, Dp Docs <sdpan21@gmail.com> wrote:

Thank you sir for such a nice response. I will look forward to work on
this.
Thanks again

Durgesh Pandey.

On Tue, Mar 10, 2015 at 2:41 AM, Vaclav Petras <wenzeslaus@gmail.com>
wrote:

On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <sdpan21@gmail.com> wrote:

I would like to work on this " Add background color to d.legend.". Can
you please provide some approach and repository related to problem.

Once you have GRASS GIS source code from Subversion repository [1], you
will find d.legend source code in `display/d.legend` directory [2]. You
should compile GRASS GIS, so you have everything you need for development
[3].

d.legend is using GRASS Display library [4]. It would be best if you
find some display (d.*) module which is already drawing some rectangle,
polygon or area and get inspiration from there.

Please keep communication on the mailing list so other can contribute or
read it too.

Vaclav

[1] http://trac.osgeo.org/grass/wiki/DownloadSource
[2] http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents
[4] http://grass.osgeo.org/programming7/displaylib.html

Durgesh Pandey.

On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <wenzeslaus@gmail.com>
wrote:

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:
>
> Hi,
> I Am an undergrad. student from IIIT Hyderabad,India. I believe I
have
> good Programming Knowledge in languages like Python, C/C++. I have
> Already Done Some Projects in these Languages. I have practical
> knowledge in wxPython. I want to work on this Project as a pat of
GSOC
> 2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1]
to show their skills by contributing to the project before applications are
evaluated. OSGeo recommends [2] to do some bug fixing or implementation of
small features. You can even try to implement some smaller things from the
GSoC idea itself [3]. I selected some options which might be appropriate:

* Store legend, scale bar, north arrow and text (and potentially
others objects if added) in the workspace (ticket #2369).

* Add units to legend as parameter to d.legend. Optionally add also
title and description. Optionally also put units after each number, not
just to one place in title area as it is now.

* Add possibility to add any image to Map Display (as in Animation
Tool, `g.gui.animation`). Use cases are organization logo and overview maps
(insets).

* Add background color to d.legend. Currently the legend has
transparent background. Background rectangle should include all parts of
the legend including (possible) title. Additional features include rounded
corners, border and opacity settings.

You can select whatever you want but it should be something you are
actually able to finish soon. You can also browse through bug tracker,
components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1]
http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3]
http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

>
> I want to know whether someone is already committed to this
> Project or not? I also want to know how to get the mentor's contact
> regarding this Project. I have some Technical Doubts which I would
> like to ask them.
> Thanks
> Durgesh Pandey.
> _______________________________________________
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev

Durgesh Pandey.

On Tue, Mar 10, 2015 at 3:24 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Mon, Mar 9, 2015 at 5:38 PM, Dp Docs <sdpan21@gmail.com> wrote:

Sir, I am getting one problem while accessing the subversion repo. Can
you please help me with this?

I don't know why svn says "Connection refused". checkout works for me now.
Aren't you behind some firewall? Do other Subversion repositories work for
you (e.g. from Source Forge and GitHub)?

​Ok. It's Not working any one of them. I think there are some blocked ports
from proxy. First I will need to handle with it.​

the problem is attached in this email.

Please, if you have error messages which are short text, just include the
text in the email. Only if you have something which cannot be copy-pasted,
or saved to a plain text file, use screenshots. For screenshots, create
them as small as possible and include file extension to the file name.

​I will do it from next time. ​

Vaclav

Thanks

Durgesh Pandey.

On Tue, Mar 10, 2015 at 2:49 AM, Dp Docs <sdpan21@gmail.com> wrote:

Thank you sir for such a nice response. I will look forward to work on
this.
Thanks again

Durgesh Pandey.

On Tue, Mar 10, 2015 at 2:41 AM, Vaclav Petras <wenzeslaus@gmail.com>
wrote:

On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <sdpan21@gmail.com> wrote:

I would like to work on this " Add background color to d.legend.".
Can you please provide some approach and repository related to problem.

Once you have GRASS GIS source code from Subversion repository [1], you
will find d.legend source code in `display/d.legend` directory [2]. You
should compile GRASS GIS, so you have everything you need for development
[3].

d.legend is using GRASS Display library [4]. It would be best if you
find some display (d.*) module which is already drawing some rectangle,
polygon or area and get inspiration from there.

Please keep communication on the mailing list so other can contribute
or read it too.

Vaclav

[1] http://trac.osgeo.org/grass/wiki/DownloadSource
[2] http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend
[3] http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents
[4] http://grass.osgeo.org/programming7/displaylib.html

Durgesh Pandey.

On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <wenzeslaus@gmail.com>
wrote:

On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <sdpan21@gmail.com> wrote:
>
> Hi,
> I Am an undergrad. student from IIIT Hyderabad,India. I believe I
have
> good Programming Knowledge in languages like Python, C/C++. I have
> Already Done Some Projects in these Languages. I have practical
> knowledge in wxPython. I want to work on this Project as a pat of
GSOC
> 2015.

Hi,

this sounds great. As you perhaps noticed students are encouraged [1]
to show their skills by contributing to the project before applications are
evaluated. OSGeo recommends [2] to do some bug fixing or implementation of
small features. You can even try to implement some smaller things from the
GSoC idea itself [3]. I selected some options which might be appropriate:

* Store legend, scale bar, north arrow and text (and potentially
others objects if added) in the workspace (ticket #2369).

* Add units to legend as parameter to d.legend. Optionally add also
title and description. Optionally also put units after each number, not
just to one place in title area as it is now.

* Add possibility to add any image to Map Display (as in Animation
Tool, `g.gui.animation`). Use cases are organization logo and overview maps
(insets).

* Add background color to d.legend. Currently the legend has
transparent background. Background rectangle should include all parts of
the legend including (possible) title. Additional features include rounded
corners, border and opacity settings.

You can select whatever you want but it should be something you are
actually able to finish soon. You can also browse through bug tracker,
components wxGUI and Dispaly [5, 6], to see other options to select from.

Vaclav

[1]
http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students
[2] http://lists.osgeo.org/pipermail/soc/2015-March/002908.html
[3]
http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay
[4] http://trac.osgeo.org/grass/ticket/2369
[5]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component
[6]
http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone

>
> I want to know whether someone is already committed to this
> Project or not? I also want to know how to get the mentor's contact
> regarding this Project. I have some Technical Doubts which I would
> like to ask them.
> Thanks
> Durgesh Pandey.
> _______________________________________________
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev