Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-16 Thread Marin Mirosevic
Calvin ,

This works now i get polygon with polygon lenghts on the sides in the map view, 
I have left [Create temporary layer] and it works 😊. Both map view and in the 
table is possible to see the lengths
many thanks

Marin Mirosevic

Fra: C Hamilton 
Sendt: Tuesday, February 16, 2021 2:51 PM
Til: Marin Mirosevic ; qgis-user 
; Nicolas Cadieux ; 
k...@nortekresources.com
Emne: Re: [Qgis-user] distance between rectangle polygon in Qgis

This is a processing algorithm and when you just put a name in the "Output 
layer" it is going to try and save the file somewhere local to the QGIS 
installation, but you don't have permission to save it there and it results in 
an error.

Either leave that field set to "[Create temporary layer]" or click on the "..." 
to the right and select "Save to File..." Give it a file name and then you will 
have the complete path where it will be saved.

Happy QGISing!

Calvin

On Tue, Feb 16, 2021 at 3:45 AM Marin Mirosevic 
mailto:marin.mirose...@bouvet.no>> wrote:

Hi Calvin,


I installed that what you proposed , thanks. However I get this error message



regards


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-16 Thread C Hamilton
This is a processing algorithm and when you just put a name in the "Output
layer" it is going to try and save the file somewhere local to the QGIS
installation, but you don't have permission to save it there and it results
in an error.

Either leave that field set to "[Create temporary layer]" or click on the
"..." to the right and select "Save to File..." Give it a file name and
then you will have the complete path where it will be saved.

Happy QGISing!

Calvin

On Tue, Feb 16, 2021 at 3:45 AM Marin Mirosevic 
wrote:

>
>
> Hi Calvin,
>
>
>
>
>
> I installed that what you proposed , thanks. However I get this error
> message
>
>
>
>
>
>
>
> regards
>
>
>
>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-15 Thread Marin Mirosevic
Hi Nicolas
Yes that is what i mean

Dohvati Outlook za iOS<https://aka.ms/o0ukef>

Å alje: Nicolas Cadieux 
Poslano: Monday, February 15, 2021 9:45:08 PM
Prima: Marin Mirosevic 
Kopija: qgis-user@lists.osgeo.org 
Predmet: Re: [Qgis-user] distance between rectangle polygon in Qgis

Hi,

I think you will need to delete duplicate nodes, then export the polygon nodes 
(vertices) to a new point layer.  Then, I would apply a distance matrix. Write 
back if you want more details.  This is for the distances between the nodes 
within a polygon right?

Nicolas Cadieux
https://gitlab.com/njacadieux<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.com%2Fnjacadieux&data=04%7C01%7Cmarin.mirosevic%40bouvet.no%7Cdfbdbd2dfbe8417cc23908d8d1f29711%7Cc317fa72b39344eaa87cea272e8d963d%7C1%7C0%7C637490187268925839%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=YjBanhsLCeLKrRJGDzWqtiJXXYt5%2FKCGYT3sDg%2FqG9w%3D&reserved=0>

Le 15 févr. 2021 à 12:35, Marin Mirosevic  a écrit :



Hello,



Is there a way to calculate distance between points of the polygon ?



I tried to find in “filed calculator “ under geometry but I found just 
$perimeter and that is whole bounding line of the polygon.







With regards/ Vennlig hilsen





Marin Mirosevic

Consultant
Mobil +47 909 67 511

marin.mirose...@bouvet.no<mailto:marin.mirose...@bouvet.no>





Bouvet Norge AS

bouvet.no<https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.bouvet.no%2F&data=04%7C01%7Cmarin.mirosevic%40bouvet.no%7Cdfbdbd2dfbe8417cc23908d8d1f29711%7Cc317fa72b39344eaa87cea272e8d963d%7C1%7C0%7C637490187268925839%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=vmJchi0MS%2F1gFzrNxjx6reYtByhVuttrYx%2B02xPNIug%3D&reserved=0>







___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-15 Thread C Hamilton
There is a nifty function provided by the "Shape Tools" plugin called
"Geodesic measurement layer". It will create a new layer of your polygon
layer and measure each segment between nodes in the polygon or measure the
total circumference of the polygon. You can select which you want. You can
choose what measurement unit you want to use (miles, kilometer, meters,
etc) and it records everything in the attribute layer and even styles the
new layer so that it shows all the measurements in the QGIS display. The
function also works on a line layer. It makes it very easy to instantly see
distances with lines or polygons.

https://plugins.qgis.org/plugins/shapetools/


Calvin



On Mon, Feb 15, 2021 at 12:35 PM Marin Mirosevic 
wrote:

> Hello,
>
>
>
> Is there a way to calculate distance between points of the polygon ?
>
>
>
> I tried to find in “filed calculator “ under geometry but I found just 
> *$perimeter
> *and that is whole bounding line of the polygon.
>
>
>
>
>
>
>
> With regards/ Vennlig hilsen
>
>
>
>
>
> *Marin Mirosevic*
>
>
> *Consultant *Mobil +47 909 67 511
>
> *marin.mirose...@bouvet.no *
>
>
>
>
>
> *Bouvet Norge AS*
>
> *bouvet.no* 
>
>
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-15 Thread kirk
Another option is to convert the polygons to lines and the calculate the length 
if each line in the attribute table.Sent from my Galaxy
 Original message From: Marin Mirosevic 
 Date: 2021-02-15  6:41 p.m.  (GMT-04:00) To: 
Nicolas Cadieux  Cc: qgis-user@lists.osgeo.org 
Subject: Re: [Qgis-user] distance between rectangle polygon in Qgis 



Hi Nicolas

Yes that is what i mean



Dohvati Outlook za iOS


Å alje: Nicolas Cadieux 
Poslano: Monday, February 15, 2021 9:45:08 PM
Prima: Marin Mirosevic 
Kopija: qgis-user@lists.osgeo.org 
Predmet: Re: [Qgis-user] distance between rectangle polygon in Qgis
 

Hi,


I think you will need to delete duplicate nodes, then export the polygon nodes 
(vertices) to a new point layer.  Then, I would apply a distance matrix. Write 
back if you want more details.  This is for the distances between the nodes 
within a polygon right?

Nicolas Cadieux
https://gitlab.com/njacadieux


Le 15 févr. 2021 à 12:35, Marin Mirosevic  a écrit :






 



Hello,
 
Is there a way to calculate distance between points of the polygon ?
 
I tried to find in “filed calculator “ under geometry but I found just
$perimeter 
and that is whole bounding line of the polygon.
 
 
 
With regards/ Vennlig hilsen
 
 
Marin Mirosevic
Consultant
Mobil +47 909 67 511
marin.mirose...@bouvet.no
 
 
Bouvet Norge AS
bouvet.no
 
 
 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user






___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] distance between rectangle polygon in Qgis

2021-02-15 Thread Nicolas Cadieux
Hi,

I think you will need to delete duplicate nodes, then export the polygon nodes 
(vertices) to a new point layer.  Then, I would apply a distance matrix. Write 
back if you want more details.  This is for the distances between the nodes 
within a polygon right?

Nicolas Cadieux
https://gitlab.com/njacadieux

> Le 15 févr. 2021 à 12:35, Marin Mirosevic  a écrit 
> :
> 
> 
> Hello,
>  
> Is there a way to calculate distance between points of the polygon ?
>  
> I tried to find in “filed calculator “ under geometry but I found just 
> $perimeter and that is whole bounding line of the polygon.
>  
>  
>  
> With regards/ Vennlig hilsen
>  
>  
> Marin Mirosevic
> Consultant
> Mobil +47 909 67 511
> marin.mirose...@bouvet.no
>  
>  
> Bouvet Norge AS
> bouvet.no
>  
>  
>  
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user