[postgis-tickets] [PostGIS] #4636: ST_Subdivide degrade data
PostGIS
trac at osgeo.org
Fri Feb 7 05:04:34 PST 2020
#4636: ST_Subdivide degrade data
----------------------+---------------------------
Reporter: sirsosp | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.5.4
Component: postgis | Version: 2.5.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by sirsosp):
here is the SQL Query to reproduce the issue :
{{{
DROP TABLE IF EXISTS data_olivier.test_for_stsubdivide_processed;
CREATE TABLE data_olivier.test_for_stsubdivide_processed AS
SELECT
ST_Multi(ST_Subdivide(geom,500))::geometry(MultiPolygon , 2154) AS geom,
cod19niv4,
cod19niv5
FROM data_olivier.test2_for_stsubdivide
;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4636#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list