simplipy icon indicating copy to clipboard operation
simplipy copied to clipboard

plugin for qgis to simplify geometries with multiple constraints and advanced options.

Results 15 simplipy issues
Sort by recently updated
recently updated
newest added

**Remember Python Version 3.6.2 QGIS Version 3.2** ### while running my code i am getting this error: ` fields = selectedLayer.pendingFields() AttributeError: 'QgsRasterLayer' object has no attribute 'pendingFields' **if i...

I have a shapefile which I am trying to simplify which has 290 polygons. The result returns a simplified file, but with 10 polygons missing. It works fine for other...

I would like to simplify the following [Shapefile](http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/files-fichiers/gfsa000b11a_e.zip) but end up with an error. Any thoughts / advice? Thanks you! Julian `Simplipy 0.52 Log: Algorithm: douglas Parameters: epsilon = 0.5...

bug

Hello, first thanks for this great plug-in! I'm trying to simplify a shapefile, but it constantly crashes at 65 % of the "fill chain db" task: ![simplipy1](https://cloud.githubusercontent.com/assets/1347603/22828317/e19147a8-ef9c-11e6-8d7d-afdca7780119.png) Although the shapefile...

bug
enhancement

When exporting simplified, the data in the attribute table changes, ideally it should be exported with all fields respecting the data

I use "plz-2stellig.shp.zip" shapefile, that you can download here https://www.suche-postleitzahl.org/downloads When I check "Use topology" with default values, I get the following error: ![2016-11-21_1547_001](https://cloud.githubusercontent.com/assets/4569921/20487076/5765b6ce-b002-11e6-8a91-d3d5ba9c46e0.png)

Tried with different layers and different parameters on QGIS, simplipy seems to do the job but I end up with the same layer as entry.

As this blog post says http://jacobfilipp.com/creating-choropleth-maps-with-google-maps/ , simplipy isn't usable for the "Canada" geo data. Simplifier uses >5.0gb of memory to simplify that dataset with DouglasPeucker(tolerance=5000) + Constraint Preserve Topology...

bug
enhancement
critical