Hello
i have some vector layer data in different vector layer tables (same
structure!).
Is there a way to combine them into one single attribute table?
example
table 1:
row 1
row 2
row 3
table 2:
row 4
row 5
row 6
put them together in one single table:
row 1
row 2
row 3
row 4
row 5
row 6
Hello
i am working on a python scrip which analyse a vectorlayer which is
bigger.
But in every loop i just a part of geometry of it so i would like
to run a loop over the vector layer and in every step just analyse
a part of it.
My idea is to give a Coordinate in every loop and define a radius or
> Hello Guys,
>
>
> i am sorry to ask you again but maybe you have again a small tip for me.
>
> I have a table which is fixed and i don’t want to select them again all
> the time by starting my processing toolbox.
>
> See the screen. The name of the table is „table“ and ideally i read them
> dire
Hello
i want to get all points from a given layer and put them to a Graph Object.
My idea is here to make two loops:
outer loop over all Polylines of the layer
inner loop over all vertices of the current Polyline and put them to the graph
For me it looks old fashioned so my question:
Any ot
Good morning
is there a way to get the number of vertices for a Polyline?
I am looking for the python method to get if possible
thx
Anke
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Hello
i have created the table myself with processing toolbox.
And by adding the table header names by a QGIS Field Object
i have found out that this names are cutted after 9 char :)
Anke
On 22. Apr. 2017, 16:44 +0200, Bernd Vogelgesang ,
wrote:
> Am 22.04.2017, 16:12 Uhr, schrieb Anke
Hello
is there a way to have more then 9 characters as a header for each colomn
in the attribute table?
Anke
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.o
Hello
i have the following question how i could the best perform the following:
i have two layers for which i want to to select in layer 1 an object (in my
case a line segment)
and find in layer 2 all the objects (line segments) within in a specific radius
like r = 2km.
I know i can do manuall
Hello,
first of all thank you for taking me to the list.
I have the following issue i would like to solve in QGIS.
I have two different vector based layers. Both layers are
nearly similiar and have coordinates, attributes etc. and
based on LineString
In the first layer i would like to select a