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
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
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
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
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
#1421: scalability of r.terraflow
-+--
Reporter: dnewcomb | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal
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
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
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
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
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
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
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
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"
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
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
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
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
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
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?
>
>
20 matches
Mail list logo