Skip to Content.
Sympa Menu

freegeocz - Re: [FreeGeoCZ] Překryv polygonu a rastru v GRASS 6.3?

freegeocz AT fsv.cvut.cz

Předmět: Svobodná geoinformační infrastruktura

List archive

Re: [FreeGeoCZ] Překryv polygonu a rastru v GRASS 6.3?


Chronological Podle vláken 
  • From: "Martin Landa" <landa.martin AT gmail.com>
  • To: Altamira <statistik AT seznam.cz>
  • Cc: freegeocz AT fsv.cvut.cz
  • Subject: Re: [FreeGeoCZ] Překryv polygonu a rastru v GRASS 6.3?
  • Date: Tue, 8 Apr 2008 14:52:47 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BHmB2nF6gKbVhwtQ4PCJeCFPK4AbNMFz2SIqU7uCGl5mXzFNQHx0Wf7SwyxJccsCz+40MgpsCs+wjvhustyxO7E2W/l4D9Z15tSj22TWwUfqMkeG9vKx3XZ3q30PIliivoazdLVMvMYyrCWkB2Irn9MoA/5cLYQohLJQma+v62Q=
  • List-archive: <http://mailman.fsv.cvut.cz/pipermail/freegeocz>
  • List-id: Svobodná geoinformační infrastruktura <freegeocz.fsv.cvut.cz>

2008/4/8, Altamira <statistik AT seznam.cz>:

> Nevíte náhodou, jak vyřešit níže popasný problém? Za agličtinu se
> omlouvám, ale v češtině bych to vysvětloval asi složitě.

Vazne;-)

> I need a script that would find all rasters overlaying a given polygon
> e.g. region or cadaster and mosaic them to one big raster (using GRASS
> 6.3). Hasn't anyone here worked around it

muzete zkusit v.rasterbound z GRASS Add-ons [1]

napriklad pro vsechny rastry v danem mapsetu

g.region rast=`g.mlist rast sep=,`
v.rasterbounds rast=`g.mlist rast sep=,` out=grid
v.overlay ain=grid bin=fassa_reg@fassa ope=and out=grid_overlay
v.db.select grid_overlay col=a_raster -c

> already? If not. Is there a way, how can I get in GRASS 6.3 the coordinates
> of most north, most south, most west and most east point of a polygon, e.g.
> cadaster? Or, has anyone an

v.info vektor -g

> how to determine simply whether or not a polygon overlays a given raster in
> GRASS 6.3? Za případné odpovědi popřípadě odkazi na literaturu děkuji

Martin

[1] http://grass.gdf-hannover.de/wiki/GRASS_AddOns

>
>
> _______________________________________________
> FreeGeoCZ mailing list
> FreeGeoCZ AT fsv.cvut.cz
> http://mailman.fsv.cvut.cz/mailman/listinfo/freegeocz
>
>


--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *





Archivace běží na MHonArc 2.6.19+.

Top of Page