simplipy
simplipy copied to clipboard
plugin for qgis to simplify geometries with multiple constraints and advanced options.
**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...
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:  Although the shapefile...
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: 
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...