Re: [Qgis-user] QGIS mailing lists in NABBLE

2020-06-10 Thread Stefano Campus
thank you for your help, andrea.
please write again to qgis nabble admin in order to open the italian ml too.

thank you

s.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] split polygon with lines seems not working correctly

2020-06-10 Thread Andrea Giudiceandrea
Hi Luigi,
I think you can proceed this way:

- using the "Polygons to lines" tool, convert your the polygon layer
(building.shp) to lines

- using the "Merge vector layers" tool, merge your line layer (line.shp) and
the layer generated by the previous step

- using the "Polygonize" tool, create a new polygon layer from the layer
generate by the previous step

As a side note, it seems to me that the reference system of your layers is
wrong: it is set as geographic 4326:WGS84 but the coordinates of the
vertices are clearly in meters and not in degrees, so it should be a
projected coordinate system like an UTM one.




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] split polygon with lines seems not working correctly

2020-06-10 Thread David Greenewalt

Luigi,

I see the problem now, I would suggest:

1. Polygons to Lines (on the Buildings layer)

2. Merge vector Layers (lines-from-buildings, and line layer)

3. Polygonize (merged layer)

4. Join Attributes from Location (New polygons, building layer) 
(Geometric predicate = within)


David


On 6/10/2020 11:31 AM, Luigi Raffaele Sapone wrote:


Hello

I’m using QGIS 3.12

I have a poly shapefile named building.shp in the zip file, and a line 
shapefile, named line.shp.


I’m using the geoprocessing function ‘split polygon by line’ using 
poly.shp as input, and line.shp as divide layer.


I obtain the ‘split_by_line.shp’. But, in this splitted file, the 
polygon was not divided considering all the lines present, but only 
some of them, as visible in ‘split_by_line.shp’.


Is there something wrong?

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
___
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] split polygon with lines seems not working correctly

2020-06-10 Thread chris hermansen
Luigi and list,

On Wed, Jun 10, 2020 at 8:32 AM Luigi Raffaele Sapone <
studioingsap...@live.com> wrote:

> Hello
>
> I’m using QGIS 3.12
>
> I have a poly shapefile named building.shp in the zip file, and a line
> shapefile, named line.shp.
>
> I’m using the geoprocessing function ‘split polygon by line’ using
> poly.shp as input, and line.shp as divide layer.
>
> I obtain the ‘split_by_line.shp’. But, in this splitted file, the polygon
> was not divided considering all the lines present, but only some of them,
> as visible in ‘split_by_line.shp’.
>
> Is there something wrong?
>
>
> Feeling like the "you must use polygons ogre" here...

If you union your split lines and building lines and create polygons from
that result, then you have all the space-enclosing polygons you need.  You
can transfer the attributes from the original buildings polygons to these
new "sub-building" polygons.


-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] split polygon with lines seems not working correctly

2020-06-10 Thread Luigi Raffaele Sapone
Dear David
Thanks for your prompt reply.
 
I understood the need for intersection between lines and polygons. But the 
polygonal layer I work on can have thousands of polygons, and manually 
lengthening the lines is not feasible. A procedure would be needed to 
automate this operation. Or, an alternative method (transforming the line 
divide layer into polygons, or other procedures that can be implemented 
automatically, I don't know).
Regards

-Messaggio originale-
Da: Qgis-user  Per conto di 
qgis-user-requ...@lists.osgeo.org
Inviato: mercoledì 10 giugno 2020 19:02
A: qgis-user@lists.osgeo.org
Oggetto: Qgis-user Digest, Vol 172, Issue 15

Send Qgis-user mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fqgis-user&data=02%7C01%7C%7C14f8af4905d04a9baabd08d80d6020a4%7C84df9e7fe9f640afb435%7C1%7C0%7C637274053798286325&sdata=1HM%2FeL6ElSKMxahzf7Vtn40F0WneB0yDOVaSltg9uUE%3D&reserved=0
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Qgis-user digest..."


Today's Topics:

   1. Re: Cut shapefiles (Richard McDonnell)
   2. Re: QGIS mailing lists in NABBLE (Andrea Giudiceandrea)
   3. Re: Cut shapefiles (r.cho...@hotmail.com)
   4. Re: QGIS mailing lists in NABBLE (Andrea Giudiceandrea)
   5. split polygon with lines seems not working correctly
  (Luigi Raffaele Sapone)
   6. Re: split polygon with lines seems not working correctly
  (David Greenewalt)


--

Message: 1
Date: Wed, 10 Jun 2020 08:35:03 +
From: Richard McDonnell 
To: Riccardo D'Alvito ,
"qgis-user@lists.osgeo.org" 
Subject: Re: [Qgis-user] Cut shapefiles
Message-ID: <3acfb00ccdf0493db4b8e0ea7f197...@opw.ie>
Content-Type: text/plain; charset="utf-8"

Hi Riccardo,
You could try the Split with Lines tool available in the Processing Toolbox, 
under Vector Overlay. Just use "Split" in the search bar to narrow down the 
list.
Hope this helps,

Richard


--
Richard McDonnell MSc GIS, FME Certified Professional FRM Data Management

--
Oifig na nOibreacha Poibl?
Office of Public Works

Sr?id Jonathan Swift, Baile ?tha Troim, Co na M?, C15 NX36 Jonathan Swift 
Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 1 647 6543
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.opw.ie%2F&data=02%7C01%7C%7C14f8af4905d04a9baabd08d80d6020a4%7C84df9e7fe9f640afb435%7C1%7C0%7C637274053798296317&sdata=HPMG%2FmndeUl0ZH58kgNn1Sn1NVs14Tvztr1%2FyTi8aow%3D&reserved=0

--
To send me files larger than 30MB, please use the link below 
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffiletransfer.opw.ie%2Ffiledrop%2Frichard.mcdonnell%40opw.ie&data=02%7C01%7C%7C14f8af4905d04a9baabd08d80d6020a4%7C84df9e7fe9f640afb435%7C1%7C0%7C637274053798296317&sdata=fVXcYitWgdbQF3LchUTNNNW1Q7I9q9UZQ4pgkYb8luQ%3D&reserved=0

Email Disclaimer: 
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.opw.ie%2Fen%2Fdisclaimer%2F&data=02%7C01%7C%7C14f8af4905d04a9baabd08d80d6020a4%7C84df9e7fe9f640afb435%7C1%7C0%7C637274053798296317&sdata=nUHXN3chTovGpOMBSai7IhywUTLWTCaseq4V0%2FWt%2FGA%3D&reserved=0
From: Qgis-user  On Behalf Of Riccardo 
D'Alvito
Sent: 09 June 2020 17:43
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Cut shapefiles

Good evening.

I would like to cut a shapefile of areas with respect to a shapefile of lines 
in order to have a resulting shapefile of areas formed by the contours of the 
various lines.

In other words, "Polygon" has a larger extension than "Lines" . I would like to 
create another area shape made up of various polygons divided according to the 
outline of the "Lines" shapefile.

I hope I was clear.

Thanks
-- next part --
An HTML attachment was scrubbed...
URL: 


--

Message: 2
Date: Wed, 10 Jun 2020 02:51:27 -0700 (MST)
From: Andrea Giudiceandrea 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] QGIS mailing lists in NABBLE
Message-ID: <1591782687069-0.p...@n6.nabble.com>
Content-Type: text/plain; charset=us-ascii

Richard Duivenvoorde wrote
> ?aybe contact Nabble, as personally I am not aware that we arranged 
> something with them?
> 
> We use 

Re: [Qgis-user] split polygon with lines seems not working correctly

2020-06-10 Thread David Greenewalt

Luigi,

The lines must fully transect the polygon in order to split.  The dotted 
lines in the image are examples of such lines.


Hope this helps,
David


On 6/10/2020 11:31 AM, Luigi Raffaele Sapone wrote:


Hello

I’m using QGIS 3.12

I have a poly shapefile named building.shp in the zip file, and a line 
shapefile, named line.shp.


I’m using the geoprocessing function ‘split polygon by line’ using 
poly.shp as input, and line.shp as divide layer.


I obtain the ‘split_by_line.shp’. But, in this splitted file, the 
polygon was not divided considering all the lines present, but only 
some of them, as visible in ‘split_by_line.shp’.


Is there something wrong?

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
___
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] split polygon with lines seems not working correctly

2020-06-10 Thread Luigi Raffaele Sapone
Hello
I'm using QGIS 3.12
I have a poly shapefile named building.shp in the zip file, and a line 
shapefile, named line.shp.
I'm using the geoprocessing function 'split polygon by line' using  poly.shp as 
input, and line.shp as divide layer.
I obtain the 'split_by_line.shp'. But, in this splitted file, the polygon was 
not divided considering all the lines present, but only some of them, as 
visible in 'split_by_line.shp'.
Is there something wrong?
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] QGIS mailing lists in NABBLE

2020-06-10 Thread Andrea Giudiceandrea
Andrea Giudiceandrea wrote
> now it's allowed to post new message or replay to messages via
> Nabble again.

Actually... with the exception, form QGIS MLs, of QGIS Italian User
(qgis-it-user) and QGIS - Community Team (qgis-community-team).

For the former, Jorge Sanz. the OSGeo Nabble Admin, said that the Italian
group apparently had more restrictive settings so he decided to keep them
untouched, for the latter, I don't know why but maybe due to the same
reason.

Regards.

Andrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] QGIS mailing lists in NABBLE

2020-06-10 Thread Andrea Giudiceandrea
Richard Duivenvoorde wrote
> ?aybe contact Nabble, as personally I am not aware that we arranged
> something with them?
> 
> We use osgeo-mailing lists, I'm not aware of any changes recently.
> Are other mailing lists affected?

Hi Stefano and Richard,
all the OSGeo ML were affected.

I sent an e-mail message to the OSGeo Nabble Admin two days ago, and after a
few attempts, now it's allowed to post new message or replay to messages via
Nabble again.

Regards

Andrea Giudiceandrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Cut shapefiles

2020-06-10 Thread r . chogan
Thank you guys, I solved the problem with Polygonize tool!You're very kind!Regards,Il 10 giu 2020 10:35, Richard McDonnell  ha scritto:

Hi Riccardo,
You could try the
Split with Lines tool available in the Processing Toolbox, under Vector Overlay.
Just use “Split” in the search bar to narrow down the list. 
Hope this helps,
 
Richard
 


——
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36

Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

——
To send me files larger than 30MB, please use the link below https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.opw.ie/en/disclaimer/ 


From: Qgis-user 
On Behalf Of Riccardo D'Alvito
Sent: 09 June 2020 17:43
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Cut shapefiles


 

Good evening.


 

I would like to cut a shapefile of areas with respect to a shapefile of lines in order to have a resulting shapefile of areas formed by the contours of the various lines.


 


In other words, "Polygon" has a larger extension than "Lines" . I would like to create another area shape made up of various polygons divided according to the outline of the "Lines"
 shapefile.


 


I hope I was clear.


 

Thanks



___
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] Cut shapefiles

2020-06-10 Thread Richard McDonnell
Hi Riccardo,
You could try the Split with Lines tool available in the Processing Toolbox, 
under Vector Overlay. Just use "Split" in the search bar to narrow down the 
list.
Hope this helps,

Richard


--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poibl?
Office of Public Works

Sr?id Jonathan Swift, Baile ?tha Troim, Co na M?, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: https://www.opw.ie/en/disclaimer/
From: Qgis-user  On Behalf Of Riccardo 
D'Alvito
Sent: 09 June 2020 17:43
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Cut shapefiles

Good evening.

I would like to cut a shapefile of areas with respect to a shapefile of lines 
in order to have a resulting shapefile of areas formed by the contours of the 
various lines.

In other words, "Polygon" has a larger extension than "Lines" . I would like to 
create another area shape made up of various polygons divided according to the 
outline of the "Lines" shapefile.

I hope I was clear.

Thanks
___
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