hello
how can I get perimeter line of an area ( as closed boundary line) ?
regards
--
Ahmet Temiz
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
hello
how can I get perimeter line of an area ( as closed boundary line) ?
regards
--
Ahmet Temiz
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
temiz wrote:
how can I get perimeter line of an area ( as closed boundary line) ?
v.to.db
Maciek
Maciej Sieczka wrote:
temiz wrote:
how can I get perimeter line of an area ( as closed boundary line) ?
v.to.dbMaciek
thank you for your interest
If I am not mistaken, v.to.db produces perimeter as value.
I need only border "line" of an area (as graphic).
I am going to use it as GMT mask.
regards
--
Ahmet Temiz
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
1) v.category to add a category number to the boundary
2) v.extract to extract just the boundary
You can found more info on this commands, here:
http://grass.itc.it/grass62/manuals/html62_user/vector.html
Hope this help
Luca
On Fri, 19 Jan 2007 09:41:36 -0500
temiz <temiz@deprem.gov.tr> wrote:
Maciej Sieczka wrote:
> temiz wrote:
>
>
>> how can I get perimeter line of an area ( as closed boundary line) ?
>>
>
> v.to.db
>
> Maciek
>
>
thank you for your interestIf I am not mistaken, v.to.db produces perimeter as value.
I need only border "line" of an area (as graphic).I am going to use it as GMT mask.
regards
--
Ahmet Temiz
--
Join the world's largest wifi conunity! http://en.fon.com/
LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande@jabber.linux.it
temiz wrote:
Maciej Sieczka wrote:
temiz wrote:
how can I get perimeter line of an area ( as closed boundary line) ?
v.to.db
thank you for your interest
If I am not mistaken, v.to.db produces perimeter as value.
Yes. You asked for perimeter. The perimeter is the distance around a
two-dimensional object. Hence, it has to be a "value".
I need only border "line" of an area (as graphic).
OK. So you want to extract a boundary. Then add category (v.category)
to your boundary and extract it (v.extract).
Maciek
temiz wrote:
Maciej Sieczka wrote:
> temiz wrote:
>> how can I get perimeter line of an area (as closed boundary line)?
Maciek:
> v.to.db
thank you for your interest
If I am not mistaken, v.to.db produces perimeter as value.
I need only border "line" of an area (as graphic).I am going to use it as GMT mask.
[Luca/Maciek answered: v.category + v.extract]
see also v.hull and v.in.region.
Hamish