<html><head><title>Re: [FOSSGIS-Talk] Linie mit Äquidistanz zwischen gegebenen Linien</title>
<meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
</head>
<body>
<span style=" font-family:'consolas'; font-size: 9pt;">Hallo Christoph,<br>
<br>
die Neugierde hat mich getrieben, obwohl ich grad keine Zeit habe, das ist ein Super Ansatz.<br>
In meinem Test Objekt das Model super durchgelaufen, ich habe mir auch die hub-Lines und die Closest_point ausgegeben.<br>
<br>
Für die genaue Mittellinie muss aus meiner Sicht aber die Verarbeitung für inner cicle und outer circle  ablaufen.<br>
 <br>
<br>
Grüße Rolf<br>
<br>
<br>
am Montag, 27. Juli 2020 um 20:40 schrieben Sie:<br>
<br>
</span><table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #0000ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Hallo Rolf,<br>
<br>
Da hatte ich ganz vergessen, dass Anhänge in der Mailingliste nicht so wirklich funktionieren, entschuldige bitte. Hier der Link zu dem Model:<br>
</span><a style=" font-family:'consolas'; font-size: 9pt;" href="https://gist.github.com/jagodki/83807fb576e1f09ec67a6e87181cf547">https://gist.github.com/jagodki/83807fb576e1f09ec67a6e87181cf547</a><br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">Viele Grüße,<br>
Christoph Jung<br>
<br>
</span><table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #3200ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Am 27.07.2020 um 18:12 schrieb Rolf Klingel <</span><a style=" font-family:'consolas'; font-size: 9pt;" href="mailto:rolf.klingel@beratung-agrar.de">rolf.klingel@beratung-agrar.de</a><span style=" font-family:'consolas'; font-size: 9pt;">>:<br>
<br>
Hallo Christoph,<br>
<br>
würdest Du das Model posten?<br>
Wäre bestimmt auch für mein Problem interessant, Danke<br>
<br>
Gruß Rolf<br>
<br>
<br>
am Montag, 27. Juli 2020 um 15:06 schrieben Sie:<br>
<br>
</span><table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #6400ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Hallo Eckhardt,</td>
</tr>
</table>
<br>
<table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #9600ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Das ist ja mal eine interessante Aufgabe! Ich habe „quick and<br>
Dirty“ etwas in QGIS zusammengestellt, was eventuell ein dir<br>
gewünschtes Resultat hervorbringt. Folgende Schritte sind zu machen:</td>
</tr>
</table>
<br>
<table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #c800ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Die Stützpunkte des Äußeren Rings extrahieren<br>
Den nächstgelegenen Punkt für jeden extrahiertem Stützpunkt auf dem<br>
inneren Ring ermittelt (das erfordert die Installation des Plugins Closest Points)<br>
An die extrahierten Stützpunkte sollte die fid als neues Feld angefügt werden<br>
Hub lines zwischen den extrahierten Stützpunkten und den closest<br>
points herstellen (hierfür wird das neue Feld benötigt)<br>
Hub line heraus filtern, die den äußeren Ring schneiden<br>
Den Schwerpunkt für jede hub line berechnen<br>
Die Schwerpunkte zu einem neuen Pfad verbinden<br>
Aus diesem Pfad ein polygon erzeugen<br>
(Ich hoffe nichts vergessen zu habe ^^)<br>
Hier ein Processing Model dazu (die beiden Ringe müssen als<br>
separate Layer für das Model vorliegen):</td>
</tr>
</table>
<br>
<br>
<table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #fa00ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Vor Import des Models allerdings bitte das Plugin „Closest Points“<br>
installieren. Sonst funktioniert das Model nicht oder QGIS meldet einen Fehler.</td>
</tr>
</table>
<br>
<table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #2c01ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Viele Grüße,<br>
Christoph</td>
</tr>
</table>
<br>
<table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #5e01ff><br>
</td>
<td ><table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #9001ff><br>
</td>
<td ><table style =" border-collapse: collapse;" cellpadding = 1 cellSpacing = 2>
<tr>
<td  width=2 bgcolor= #c201ff><br>
</td>
<td ><span style=" font-family:'consolas'; font-size: 9pt;">Am 27.07.2020 um 08:55 schrieb Eckhard Schmidt via FOSSGIS-Talk-Liste <</span><a style=" font-family:'consolas'; font-size: 9pt;" href="mailto:fossgis-talk-liste@fossgis.de">fossgis-talk-liste@fossgis.de</a><span style=" font-family:'consolas'; font-size: 9pt;">>:</td>
</tr>
</table>
<span style=" font-family:'consolas'; font-size: 9pt;"><br>
<mime-attachment><br>
--<br>
....................................................................<br>
FOSSGIS Veranstaltungen<br>
</span><a style=" font-family:'consolas'; font-size: 9pt;" href="https://www.fossgis.de/news/fossgis-events/">https://www.fossgis.de/news/fossgis-events/</a><br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">FOSSGIS e.V, der Verein zur Förderung von Freier Software aus dem<br>
GIS-Bereich und Freier Geodaten!<br>
https://www.fossgis.de/             https://twitter.com/fossgis_eV<br>
<br>
____________________________________________________________________<br>
FOSSGIS-Talk-Liste mailing list<br>
FOSSGIS-Talk-Liste@fossgis.de<br>
https://lists.fossgis.de/mailman/listinfo/fossgis-talk-liste</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">Unternehmensberatung Agrar<br>
Rolf Klingel<br>
Burgweg 5<br>
41466 Neuss<br>
<br>
• Mobil:          0176 22866879<br>
• Telefon:        02131 3671866<br>
• Fax:            02131 3671862<br>
• </span><a style=" font-family:'consolas'; font-size: 9pt;" href="mailto:rolf.klingel@beratung-agrar.de">E Mail:         rolf.klingel@beratung-agrar.de</a><br>
<br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">Klingel Rolf Günter Burgweg 5 41466 Neuss<br>
USt-IdNr.: DE246841962<br>
-------------- nächster Teil --------------<br>
Ein Dateianhang mit Binärdaten wurde abgetrennt...<br>
Dateiname   : smime.p7s<br>
Dateityp    : application/pkcs7-signature<br>
Dateigröße  : 3030 bytes<br>
Beschreibung: S/MIME Cryptographic Signature<br>
URL         : <</span><a style=" font-family:'consolas'; font-size: 9pt;" href="http://lists.fossgis.de/pipermail/fossgis-talk-liste/attachments/20200727/aecca890/attachment.bin">http://lists.fossgis.de/pipermail/fossgis-talk-liste/attachments/20200727/aecca890/attachment.bin</a><span style=" font-family:'consolas'; font-size: 9pt;">><br>
--<br>
....................................................................<br>
FOSSGIS Veranstaltungen<br>
</span><a style=" font-family:'consolas'; font-size: 9pt;" href="https://www.fossgis.de/news/fossgis-events/">https://www.fossgis.de/news/fossgis-events/</a><br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">FOSSGIS e.V, der Verein zur Förderung von Freier Software aus dem<br>
GIS-Bereich und Freier Geodaten!<br>
https://www.fossgis.de/             https://twitter.com/fossgis_eV<br>
<br>
____________________________________________________________________<br>
FOSSGIS-Talk-Liste mailing list<br>
FOSSGIS-Talk-Liste@fossgis.de<br>
https://lists.fossgis.de/mailman/listinfo/fossgis-talk-liste</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">Unternehmensberatung Agrar<br>
Rolf Klingel<br>
Burgweg 5<br>
41466 Neuss<br>
<br>
• Mobil:          0176 22866879<br>
• Telefon:        02131 3671866<br>
• Fax:            02131 3671862<br>
• E Mail:         </span><a style=" font-family:'consolas'; font-size: 9pt;" href="mailto:rolf.klingel@beratung-agrar.de">rolf.klingel@beratung-agrar.de</a><br>
<br>
<br>
<span style=" font-family:'consolas'; font-size: 9pt;">Klingel Rolf Günter Burgweg 5 41466 Neuss<br>
USt-IdNr.: DE246841962</body></html>