Re: [GRASS-dev] Windows Flooding, Proposal, GSOC 2012

2012-04-09 Thread Sudeep Singh
Hi Markus,

Thanks for reply. I am making intro more detailed. I checked wxpython for
the technologies I suggested.
It seems wxpython might support it, though I am having a detailed look at
it.

Sudeep

On Sun, Apr 8, 2012 at 12:29 AM, Markus Neteler  wrote:

> On Thu, Apr 5, 2012 at 9:53 PM, Sudeep Singh  wrote:
> > Hi ,
> >
> > I have written a proposal for windows flooding project. Please find it
> > at
> https://docs.google.com/document/d/13RpLB_pyTMMF6H70aedsvUfy69MAAaHuuKFUeTyNZIc/edit
> > It would be really helpful to get feedback on this proposal from the
> > mentors.
>
> i have taken a brief look at your proposal. Perhaps be a bit more detailed
> in the introduction to explain the problem. I assume you refer to this:
> http://grass.osgeo.org/wiki/WxGUI#General_GUI_Design
>
> Are the technologies you suggest all available in wxPython?
>
> Best,
> Markus
>
> PS: Some spelling cosmetics for the sake of branding:
> - Grass -> GRASS
> - OSGEO -> OSGeo
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Windows Flooding, Proposal, GSOC 2012

2012-04-05 Thread Sudeep Singh
Hi ,

I have written a proposal for windows flooding project. Please find it at
https://docs.google.com/document/d/13RpLB_pyTMMF6H70aedsvUfy69MAAaHuuKFUeTyNZIc/edit
It would be really helpful to get feedback on this proposal from the
mentors.

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

[GRASS-dev] GSOC 2012 WXGUI GRASS

2012-04-03 Thread Sudeep Singh
Hi,

My name is sudeep. I am final year undergraduate student in computer
science at Indian Institute of Technology, Kharagpur . I am interested to
apply for the project with GRASS WXGUI. I am interested in the following
projects
1. windows-flooding
2. Develop GUI support in wxPython for visualy analyzing series of raster
map layers

I last year worked with Grass in GSOC, 2011 and implemented WMS support for
WXGUI.

Kindly let me know how shall I proceed with the proposal.

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

[GRASS-dev] Calling Add command layer from script

2011-08-23 Thread Sudeep Singh
Hi,

There is a function in the wxgui to add a command layer(main GUI-->Add grid
or vector labels overlay-->add command layer) .
Now I want to mimic same function ie add command layer via python script.
How could I add a command layer via python script ? Someone has some quick
idea on this ?


I checked wxgui.py file. It has a function OnAddCommand() , I think this
function has a role to play , but I am not sure how to use it .

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

[GRASS-dev] GSOC Week 12 report : Adding WMS layer support to update WXGUI

2011-08-20 Thread Sudeep Singh
Hi,

My 12th week report is at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.2311_12-08-2011.


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

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-14 Thread Sudeep Singh
Thanks Hamish, Michael and Rashad . I will let know if I have some luck with
this.

On Sun, Aug 14, 2011 at 10:14 AM, Michael Barton wrote:

> Good to know. Thanks. I've never seen it for other geospatial data entry,
> but good to know that GDAL can read such a file.
>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-727-9746 (CSDC)
> fax:  480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>
>
>
>
>
>
>
>
> On Aug 13, 2011, at 8:52 PM, Hamish wrote:
>
> > Michael wrote:
> >> Unless there is some kind of geocoded version of PNG's (I don't
> >> know of any), the PNG would not be georeferenced and hence not
> >> useable in any way for the GIS without some kind of
> >> transformation.
> >
> > for the record, you can create a "worldfile" for a PNG the same
> > as for a plain TIFF image, and GDAL will pick it up. It needs to
> > be named the same as the image but with a .pgw extension.
> >  http://gdal.org/frmt_various.html#PNG
> >
> > I'm not sure if anything other than GDAL-based things would
> > respect that though, or if this trick helps for Sudeep's
> > question or not.
> >
> > (GDAL's virtual-raster format is another wonderful cpu-saving
> > device worth mentioning btw)
> >  http://www.gdal.org/gdal_vrttut.html
> >
> >
> > Hamish
> >
>
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-13 Thread Sudeep Singh
Thanks Rashad, Michael and Luca for the suggestions. I am trying with it, if
something works out I will post it back. Also Maris suggested to use
GRASS_PNG and GRASS_PNGFILE , I am looking into that also. If someone has
worked before with GRASS_PNG , please let me know.

thanks
sudeep

On Sat, Aug 13, 2011 at 12:21 PM, Luca Delucchi wrote:

> 2011/8/12 Sudeep Singh :
> > Not always, depends on WMS service. Without geotiff any other way to
> display
> > it ? like i think d.rast does ?
> >
>
> I suggest you to see wms_request.py [0] (specially GetTiles() and
> __set_options() functions)
>
> [0]
> http://trac.osgeo.org/grass/browser/grass/trunk/scripts/r.in.wms/wms_request.py
>
> --
> ciao
> Luca
>
> http://gis.cri.fmach.it/delucchi/
> www.lucadelu.org
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GSOC Week 11 report : Adding WMS layer support to update WXGUI

2011-08-12 Thread Sudeep Singh
Hi,

My 11th week report is at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.2310_06-08-2011.



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

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-12 Thread Sudeep Singh
Not always, depends on WMS service. Without geotiff any other way to display
it ? like i think d.rast does ?

On Fri, Aug 12, 2011 at 12:39 PM, Luca Delucchi wrote:

> 2011/8/12 Sudeep Singh :
> > Thank you Michael. The PNG file which I want to display is actually a WMS
> > getmap requests response. Now once I have this reponse from WMS, I want
> this
> > image returned to be displyed as a layer in GRASS GIS Map Display.
> >
>
> Could you return a geotiff instead a png?
>
> >
> > Sudeep
> >
>
> --
> ciao
> Luca
>
> http://gis.cri.fmach.it/delucchi/
> www.lucadelu.org
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-11 Thread Sudeep Singh
Thank you Michael. The PNG file which I want to display is actually a WMS
getmap requests response. Now once I have this reponse from WMS, I want this
image returned to be displyed as a layer in GRASS GIS Map Display.


Sudeep

On Thu, Aug 11, 2011 at 11:35 PM, Michael Barton wrote:

> First, keep in mind that GRASS is a GIS, not a graphics program. So you
> can't just "display" any graphics file. That is not the purpose of GRASS
> software.
>
> You can visualize a graphics file in the GRASS GIS environment by importing
> it into an XY location--i.e., where pixel coordinates are not tied to an
> earth coordinate system.
>
> If you want to orient a map that comes in a graphic file format (e.g., a
> scanned map) so that it can be used in a GIS, you will need to georeference
> it so that each pixel is mapped to a corresponding earth coordinate system.
> You can use the georeferencing wizard in GRASS to do this.
>
> If you want to display a photo of a place on top of a map, GRASS does not
> do that. You can save a map to a graphics file and then create your
> photo/map collage in a program like GIMP or Inkscape.
>
> Michael
> 
> C. Michael Barton
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Arizona State University
>
> voice:  480-965-6262 (SHESC), 480-727-9746 (CSDC)
> fax:  480-965-7671 (SHESC),  480-727-0709 (CSDC)
> www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
>
>
>
>
>
>
>
>
>
>
>
> On Aug 12, 2011, at 9:00 AM,  <
> grass-dev-requ...@lists.osgeo.org> wrote:
>
> > Date: Thu, 11 Aug 2011 18:55:45 +0530
> > From: Sudeep Singh 
> > Subject: [GRASS-dev] GRASS GIS Map Display
> > To: GRASS-dev 
> > Message-ID:
> >dhhqg+es2q9cku9eluswr53nyp...@mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi,
> >
> > I want to display an image in GRASS GIS Map Display. I have a PNG file
> which
> > I want to display. How should I go about that , if some one has
> suggestion
> > for this .
> >
> > thanks
> > sudeep
>
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GRASS GIS Map Display

2011-08-11 Thread Sudeep Singh
Hi,

I want to display an image in GRASS GIS Map Display. I have a PNG file which
I want to display. How should I go about that , if some one has suggestion
for this .

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

[GRASS-dev] GSOC Week 10 report : Adding WMS layer support to update WXGUI

2011-08-05 Thread Sudeep Singh
Hi,

My tenth week report is at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.239_29-07-2011.

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

[GRASS-dev] GSOC Week 9 report : Adding WMS layer support to update WXGUI

2011-07-29 Thread Sudeep Singh
Hi,

My 9th week report is at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.238_22-07-2011.

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

[GRASS-dev] GSOC Week 8 report : Adding WMS layer support to update WXGUI

2011-07-24 Thread Sudeep Singh
Hi all,

I am sorry for delay in report as I was travelling . My 8th week report is
at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.237_15-07-2011.


thanks
sudeep

On Fri, Jul 8, 2011 at 7:47 PM, Sudeep Singh  wrote:

> Hi all,
>>
>> This is my sixth week report. Please find it at
>> http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.235_01-07-2011.
>>
>
>
>
>> thanks and regards
>> sudeep
>>
>
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] WxTreeCtrl multiple selection

2011-07-21 Thread Sudeep Singh
Thanks Anna and Martin. I am having some issues, even after TR_MULTIPLE it
is not behaving properly. Need to see it documentation more properly.

Regards
Sudeep

On Thu, Jul 21, 2011 at 4:39 PM, Martin Landa wrote:

> 2011/7/21 Sudeep Singh :
>
> > I am using WxTreeCtrl. In the displayed tree. some elements (text strings
> or
> > map layers ) are displayed.
> > Currently, user can select one element in the displayed tree. I want to
> add
> > multiple selection of elements(if that is possible).
> > Does someone has an idea of how to do this or if it is possible to do ? I
> am
> > not being able to figure it out.
>
> style = wx.TR_MULTIPLE [1].
>
> Martin
>
> [1] http://docs.wxwidgets.org/stable/wx_wxtreectrl.html#wxtreectrl
>
> --
> Martin Landa  * http://geo.fsv.cvut.cz/~landa
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] WxTreeCtrl multiple selection

2011-07-21 Thread Sudeep Singh
Hi,

I am using WxTreeCtrl. In the displayed tree. some elements (text strings or
map layers ) are displayed.

Currently, user can select one element in the displayed tree. I want to add
multiple selection of elements(if that is possible).

Does someone has an idea of how to do this or if it is possible to do ? I am
not being able to figure it out.

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

Re: [GRASS-dev] WXPython GUI Designer

2011-07-10 Thread Sudeep Singh
Thanks . Yes, I am trying to use wxGlade, also I found another Boa
Constructor.

sudeep


2011/7/10 Anna Kratochvílová 

> Hi,
>
> The only designer I know about is wxGlade but I have no experience with it.
> I write the code myself.
>
> Anna
>
> >  Původní zpráva ----
> > Od: Sudeep Singh 
> > Předmět: [GRASS-dev] WXPython GUI Designer
> > Datum: 10.7.2011 07:57:03
> > 
> > Hi,
> >
> > What is a good GUI Designer for Wxpython ? I need to design an Interface,
> so
> > would require that.
> >
> > Thanks
> > Sudeep
> >
> >
> >
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] WXPython GUI Designer

2011-07-09 Thread Sudeep Singh
Hi,

What is a good GUI Designer for Wxpython ? I need to design an Interface, so
would require that.

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

[GRASS-dev] GSOC Week 6 report : Adding WMS layer support to update WXGUI

2011-07-08 Thread Sudeep Singh
>
> Hi all,
>
> This is my sixth week report. Please find it at
> http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.235_01-07-2011.
>



> thanks and regards
> sudeep
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GSOC Week 5 report : Adding WMS layer support to update WXGUI

2011-06-30 Thread Sudeep Singh
Hi all,

This is my fifth week report. Please find it at
http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.234_24-06-2011.


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

[GRASS-dev] GSOC Week 4 report : Adding WMS layer support to update WXGUI

2011-06-24 Thread Sudeep Singh
Hi all,

This is my 4th week report. Please find it at following link.

http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.234_24-06-2011
.

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

[GRASS-dev] GSOC Week 3 report : Adding WMS layer support to update WXGUI

2011-06-24 Thread Sudeep Singh
Hi all,

This is my 4th week report. Please find it at following link.

http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.234_24-06-2011
.

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

Re: [GRASS-dev] GSOC Week 3 report : Adding WMS layer support to update WXGUI

2011-06-20 Thread Sudeep Singh
Hi Hamish,

Thanks for the info. Yes, as for now it doesn't seems to be too complicated.


Regards
Sudeep

On Fri, Jun 17, 2011 at 9:50 PM, Hamish  wrote:

> Sudeep Singh wrote:
> > Hi all,
> >
> > This is my 3rd week report. Please find it at following link.
> >
> >
> http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.233_9-06-2011
> .
> >
> > thanks
>
>
> Hi Sudeep,
>
> as you get more into the coding of the WMS parts, I guess you
> have seen the specification docs for it:
>
>http://www.opengeospatial.org/specs/?page=specs
>http://www.opengeospatial.org/standards/wms
> [hmrf, the spec now seems to live behind some legalese-click-
> through. I have an old copy which did not require that, if you
> don't like to agree to those things]
>
> see also links at
>  http://live.osgeo.org/en/standards/wms_overview.html
>
>
> the QGIS and GDAL implementations are probably easier examples,
> but see also the old scripts/r.in.wms/ in the GRASS source code.
> (I would not suggest to use that as a model for your work, the
> design is a bit convoluted) Maybe the python version of r.in.wms
> in grass7 source code is not as complicated?
>
>
> best,
> Hamish
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GSOC Week 3 report : Adding WMS layer support to update WXGUI

2011-06-17 Thread Sudeep Singh
Hi all,

This is my 3rd week report. Please find it at following link.

http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.233_9-06-2011
.

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

[GRASS-dev] Weekly Report 2 , WXGUI update using WMS GetCapabilities service

2011-06-10 Thread Sudeep Singh
Hi,

Please find my weekly report for this week at

http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Report_.232_9-06-2011
.

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

[GRASS-dev] GSOC Week 2 report : Adding WMS layer support to update WXGUI

2011-06-03 Thread Sudeep Singh
Hi all,

This is my 2nd week report. Thanks to Maris for his help in this weeks work.


*1) What do I have completed this week?*

I have completed the following by this week.

   - Read the programmers manual for WXGUI [1], [2], [3].
   - Written a standalone helloWorld application in WXGUI and learning WXGUI
   from [4]
   - Added a button to GUI of GRASS, which for now essentially does nothing.

   - Printing of dummy messages and changing the welcome messages.
   - Test uploading on SVN and getting acquainted with svn.


*2) What am I going to achieve for next week?*

I plan to update the GUI with respect to available layers. Back end WMS
support will be hard coded for the time being.


*3) Is there any blocking issue?*

Learning of WXPython. Never used it before. I am trying to get comfortable
with it.




http://grass.osgeo.org/wiki/WxGUI_WMS_service_rendering_GSoC_2011#Weekly_GSOC_reports

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

Re: [GRASS-dev] Grass Architecture overview

2011-05-31 Thread Sudeep Singh
ok thanks Martin

On Wed, Jun 1, 2011 at 12:19 PM, Martin Landa wrote:

> Hi,
>
> 2011/5/30 Sudeep Singh :
> > available ? . Also, what will be the useful documentation helpful to
> start
> > with editing the source for WxGUI.
>
> see also
>
> http://grass.osgeo.org/programming7/wxpythonlib.html
>
> Feel free to improve documentation if needed.
>
> Martin
>
> --
> Martin Landa  * http://geo.fsv.cvut.cz/~landa
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Grass Architecture overview

2011-05-31 Thread Sudeep Singh
ok, thanks Maris . These seems to be quite helpful.

sudeep

On Tue, May 31, 2011 at 1:54 AM, Maris Nartiss  wrote:

> Hello,
> I found two publications dealing with wxGUI:
>
> http://gama.fsv.cvut.cz/~landa/publications/2008/gis-ostrava-08/paper/landa-grass-gui-wxpython.pdf
>
> http://geo.fsv.cvut.cz/~landa/publications/2008/gfoss-it-08/paper/grass-gfoss-tn.pdf
>
> Still I was not able to find any schematics on how different wxGUI
> components interact etc. Lot of time I spend on gis.m and nviz bug
> hunting is just on figuring out how it works and which part is
> responsible for certain functionality. Doxygenized source is a nice
> thing, still I would love to see some bigger picture.
>
>
> Maris.
>
> 2011/5/30, Sudeep Singh :
> > thanks Anna . I guess that would be quite useful.
> >
> > 2011/5/30 Anna Kratochvílová 
> >
> >> Hi,
> >>
> >> I recommend wxdemo [1] for experiments with wxPython, it's very useful.
> >> You
> >> might already know it.
> >>
> >> Anna
> >>
> >> [1]
> >>
> http://sourceforge.net/projects/wxpython/files/wxPython/2.8.1.1/wxPython-demo-2.8.1.1.tar.bz2/download
> >>
> >>
> >> >  Původní zpráva 
> >> > Od: Sudeep Singh 
> >> > Předmět: [GRASS-dev] Grass Architecture overview
> >> > Datum: 30.5.2011 12:57:55
> >> > 
> >> > Hi,
> >> >
> >> > I wanted to know if a detailed description of grass Architecture is
> >> > available ? . Also, what will be the useful documentation helpful to
> >> start
> >> > with editing the source for WxGUI.
> >> >
> >> > Thanks and regards
> >> > Sudeep
> >> >
> >> >
> >> >
> >>
> >
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Grass Architecture overview

2011-05-30 Thread Sudeep Singh
thanks Anna . I guess that would be quite useful.

2011/5/30 Anna Kratochvílová 

> Hi,
>
> I recommend wxdemo [1] for experiments with wxPython, it's very useful. You
> might already know it.
>
> Anna
>
> [1]
> http://sourceforge.net/projects/wxpython/files/wxPython/2.8.1.1/wxPython-demo-2.8.1.1.tar.bz2/download
>
>
> > ---- Původní zpráva 
> > Od: Sudeep Singh 
> > Předmět: [GRASS-dev] Grass Architecture overview
> > Datum: 30.5.2011 12:57:55
> > 
> > Hi,
> >
> > I wanted to know if a detailed description of grass Architecture is
> > available ? . Also, what will be the useful documentation helpful to
> start
> > with editing the source for WxGUI.
> >
> > Thanks and regards
> > Sudeep
> >
> >
> >
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: Grass Architecture overview

2011-05-30 Thread Sudeep Singh
thanks Margherita

On Mon, May 30, 2011 at 7:19 PM, Margherita Di Leo <
dileomargher...@gmail.com> wrote:

> Hello Sudeep,
>
> maybe [0] could be useful.
>
> Good luck,
>
> madi
>
> [0] http://grass.osgeo.org/programming7/
>
>
>> From: Sudeep Singh 
>> To: grass-dev@lists.osgeo.org
>> Date: Mon, 30 May 2011 16:27:29 +0530
>> Subject: [GRASS-dev] Grass Architecture overview
>>
>> Hi,
>>
>> I wanted to know if a detailed description of grass Architecture is
>> available ? . Also, what will be the useful documentation helpful to start
>> with editing the source for WxGUI.
>>
>> Thanks and regards
>> Sudeep
>>
>>
>>
> --
> Eng. Margherita Di Leo
> Ph.D. Candidate
> Methods and Technologies for Environmental Monitoring
> Department of Environmental Engineering and Physics (DIFA)
>
> University of Basilicata
> Campus Macchia Romana
> 85100 - Potenza
> Italy
>
> Office: +39-0971205360
> Web page:
> http://www.geofemengineering.it/GeofemEngineering/MargheritaDiLeo.html
>
>
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Grass Architecture overview

2011-05-30 Thread Sudeep Singh
Hi,

I wanted to know if a detailed description of grass Architecture is
available ? . Also, what will be the useful documentation helpful to start
with editing the source for WxGUI.

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

[GRASS-dev] Weekly Report [0]

2011-05-30 Thread Sudeep Singh
Hi,

I am Sudeep, from IIT Kharagpur, India. I am working on the project WXGUI
WMS service rendering. My first weekly report is at
http://grass.osgeo.org/wiki/WXGUI_WMS_service_rendering_GSoC_2011#Weekly_Reports.2C_from_SoC_mailing_list.
I am sorry for the delay of report.

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

[GRASS-dev] GSOC Introduction

2011-05-05 Thread Sudeep Singh
Hi ,

I am Sudeep singh walia. I am fourth year undergraduate student at Computer
science department, Indian Institute of Technology, Kharagpur, India . I
shall be working  in the project WMS layer support for WxGUI with Maris
Nartiss as my mentor. I shall be aiming to provide user-friendly setting
choices based on service GetCapabilities response.
I hope this mailing list will be useful to me and helpful in the coming
period.

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

[GRASS-dev] GSOC, WXGUI WMS

2011-04-08 Thread Sudeep Singh
Hi all,

Could anyone here please suggest if I understand the problem statement well
or am i missing something, If i am missing then please let me know of the
basic requirement I am missing.


"Add *WMS and/or TiledMapService and/or WMS-T layer support* for wxGUI.
Tiles/WMS images should not be stored as GRASS rasters but only used for
displaying purposes (i.e. stored in temp folder). Such tool should provide
user-friendly setting choices based on service GetCapabilities response"


Please let me know, if I understood it correctly.
1.Based on getcapabilities functionality we get an xml response, which
contains the parameters and possible map layers.
2.On parsing this xml response we get the paramters and layers possible.
3.We use AJAX and other available tools to dynamically display user friendly
choice settings


regards
sudeep



On Fri, Apr 8, 2011 at 6:58 PM, Martin Landa  wrote:

> 2011/4/8 Sudeep Singh :
> > yes, I am interested in the topic mentioned at wiki.
> >
> > GRASS wxGUI
>
> OK, but which one...? There are plenty topics mentioned on this page.
>
> Martin
>
> --
> Martin Landa  * http://geo.fsv.cvut.cz/~landa
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev