postgisaddons
postgisaddons copied to clipboard
The PostGIS Add-ons attempt to gather, in a single .sql file, useful and generic user contributed PL/pgSQL functions and to provide a fast and Agile release cycle.
Some big polygons disappears...
Is it possible to remove Overlap just on that Overlap areas with area lower than certain area value?
I think I found a little bug. Run my code and see the little triangle that should not consider as Overlap ... `DROP TABLE IF EXISTS temp.areas; CREATE TABLE temp.areas...
Hey Pierre, how are you doing? We have tested ST_GeomTableSummary and it is awesome! It is so awesome that we will add it as a dependency of DSGTools. Do you...
Hello! Thank you @pedrogit for this awesome collection of PostGIS enhancements. I have a use case for `ST_SplitAgg` and am excited to use it. When I ran the [first example](https://github.com/pedrogit/postgisaddons/blob/master/postgis_addons.sql#L2348)...