Re: [GRASS-dev] GRASS GIS Map Display

2011-08-12 Thread Luca Delucchi
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.i

Re: [GRASS-dev] can't find : mapdisp_command.py

2011-08-12 Thread Massimo Di Stefano
Il giorno 12/ago/2011, alle ore 22.24, Martin Landa ha scritto: > Hi, > > 2011/8/12 massimo di stefano : >> how can i interact whit this new generated canvas ? > > use wxGUI map display functionality... so, after a sequence of d.mon start=wx0 d.rast map=map then is possible to use wx.GUI fu

Re: [GRASS-dev] can't find : mapdisp_command.py

2011-08-12 Thread Martin Landa
Hi, 2011/8/12 massimo di stefano : > how can i interact whit this new generated canvas ? use wxGUI map display functionality... > i tried to use "d.where" but seems to me that it is is not connected to the > active/selected map-display. d.mon is a quite new creature in G7, `d.where` is not conn

Re: [GRASS-dev] can't find : mapdisp_command.py

2011-08-12 Thread massimo di stefano
Hi Martin, thanks for the hints, i tried : d.mon start=wx0 d.rast map=mymap adding this command in a grass wxpython extension module, allow me to start a new map-dislpay and visualize a raster map on it. how can i interact whit this new generated canvas ? i tried to use "d.where" but seems to

[GRASS-dev] Weekly reports #11 wxNviz

2011-08-12 Thread Anna Kratochvílová
Hi, 1) What do I have completed this week? I rewrote the code for color rules dialog to use it for thematic mapping dialog. I added thematic mapping for symbol size or line width. More problems and bugs appeared than I expected so it took me quite a lot of time. 2) What am I going to achieve fo

[GRASS-dev] [GRASS GIS] #1421: scalability of r.terraflow

2011-08-12 Thread GRASS GIS
#1421: scalability of r.terraflow -+-- Reporter: dnewcomb | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal

Re: [GRASS-dev] can't find : mapdisp_command.py

2011-08-12 Thread Martin Landa
Hi, 2011/8/12 Massimo Di Stefano : > no module named mapdisp_command > > actually i checked in the grass7.0 source svn (rev.: 47601 ) but i can't find > it. > > please have you any hints/suggestion/example-code to achieve my target ? this python module has been recently removed, see newly added

[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

[GRASS-dev] GSoC Week 12 Report: Graphical User Interface for the hydrological tools r.stream* in GRASS GIS

2011-08-12 Thread Margherita Di Leo
Hi All, This week I worked at preview function. I am trying to add the display from which user is supposed to select the point that is the centre of the smaller region of preview. Actually I used a customized class inheriting from GMFrame class (wxgui.py) and wx.Frame, and tried to draw the DEM ma

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-12 Thread Michael Barton
You can view a PNG in most graphic viewers. Probably it will come up in something if you double click it on almost any desktop platform. d.rast is for displaying GRASS raster files within the GRASS GIS environment. You would need to import the PNG and convert it to a GRASS raster format to disp

[GRASS-dev] can't find : mapdisp_command.py

2011-08-12 Thread Massimo Di Stefano
Hi All, i'm trying to call a mapdisp canvas from a wxpython script to show a grass-mapdisplay and load a grass rastermap inside it. My final target is to use the mouse action and capture the coordinates from the mapcanvas, where the user will release the mouse-sx-button. In order to achieve thi

[GRASS-dev] R.terraflow on massive grids

2011-08-12 Thread Doug_Newcomb
Hi Folks, I have an fcell grid of elevations for the state of North Carolina (51000 rows 133000 columns 678300 cells) . I tried to run r.terraflow in GRASS7 ( 8/8/2011 svn snapshot) and ran into the dimension limits. So I patched them according to Glynn's email , http://www.osgeo.org/pipe

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

[GRASS-dev] Re: GRASS GIS Map Display

2011-08-12 Thread Helmut Kudrnovsky
or maybe some hints in r.external (based upon gdal) to link to external, gdal supported rasters: http://grass.osgeo.org/grass64/manuals/html64_user/r.external.html for gdal and wms: http://www.gdal.org/frmt_wms.html best regards Helmut -Ursprüngliche Nachricht- Von: "Helmut Kudrnovsky"

[GRASS-dev] GRASS GIS Map Display

2011-08-12 Thread Helmut Kudrnovsky
hi, >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. maybe you get some hints in the source of r.in.wms (grass64svn-shell sc

Re: [GRASS-dev] G7: parser - suppressing label in scripts

2011-08-12 Thread Markus Neteler
On Fri, Aug 12, 2011 at 8:58 AM, Glynn Clements wrote: > > Soeren Gebbert wrote: > >> > > Any suggestions how to implement this suppressing "label" in the parser? >> > >> > In parse.c, I suggest adding e.g.: > >> thanks for your suggestions. But i think you are two steps ahead from >> me, because

Re: [GRASS-dev] Renaming G3d into Rast3d

2011-08-12 Thread Martin Landa
Hi, 2011/8/12 Glynn Clements : > Regarding naming, I've attached a sed script to change camelCase to > underscores in the function names. Suggested usage: thanks, applied in r47593. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-de

Re: [GRASS-dev] Renaming G3d into Rast3d

2011-08-12 Thread Glynn Clements
Martin Landa wrote: > > renaming the G3D -> Raster3d functions to follow the grass naming > > convention is on my TODO list for years now ... . But i never took the > > time to start, so thanks for making the first step. Unfortunately i > > have currently no time to join you. :/ > > you are welc

Re: [GRASS-dev] i.topo.corr ported to GRASS 7

2011-08-12 Thread Glynn Clements
Markus Neteler wrote: > This problem remains: > > i.topo.corr input=myplane_pyr_band output=myplane_pyr_topocorr_percent > basemap=myplane_pyr_illumination zenith=45.652668 method=percent > Band myplane_pyr_band: > ERROR: Input window changed while maps are open for read You fixed the first occ

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-12 Thread Luca Delucchi
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? > >