Re: [Qgis-user] Split features

2020-03-22 Thread Christine
Christine wrote > ... I cannot achieve a splitting of features with my specific > lineZ feature dataset at all and I have no idea why. Couldn't find an > entry > of a known bug or problem for this, ... Have found a roundabout with the creation of an overlay layer (close buffer polygons around the

Re: [Qgis-user] how show themes from single polygon having rainfall time series data

2020-03-22 Thread Brent Wood
One way that might work for you, see the QGIS action tool. Create a system invoked R script that plots the time series for a specified polygon, taking the polygon ID as a parameter on the command line. Then create a QGIS action that invokes the script & passes in the polygon ID. I have done some

[Qgis-user] how show themes from single polygon having rainfall time series data

2020-03-22 Thread shrawan tripathi
Hi, I want to show rainfall distribution for a time series for a single polygon, is it possible? if yes please let me suggest. -- Warm regards Shrawan Kumar Tripathi ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org

[Qgis-user] Split features

2020-03-22 Thread Christine
Dear colleagues, since a while I am struggling with the 'split features' tool that doesn't like to split my line features (lineZ). Have already checked for geometry problems in my dataset (geopackage), the data are projected (dataset and project CRS are the same). The split featurs tool works fin

Re: [Qgis-user] Creating Polygon Vector Layer from specific .csv file

2020-03-22 Thread Jorge Gustavo Rocha
Hi Marcin, You have to iterate over the features, with: for f in layer.getFeatures(): But since you will have just one polygon for each four features in the input, if the input is small, you can create a auxiliary Python dict to store the polygon's points. Example: uri = "file:///home/jgr/tmp/