[postgis-tickets] [PostGIS] #5311: ST_Contour bug over the limits of tiles
PostGIS
trac at osgeo.org
Wed Jan 11 14:24:05 PST 2023
#5311: ST_Contour bug over the limits of tiles
---------------------+---------------------------
Reporter: latot | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.3
Component: raster | Version: 3.3.x
Resolution: | Keywords:
---------------------+---------------------------
Comment (by pramsey):
I would think in general any attempt to generate contours on independent
raster and then match them up will be bound to fail. Most handling of
things that pass over boundaries in tile problems involves divying up the
raw inputs so they have generous overlap between each tile, then apply the
algorithm, then clip the outputs to the actual tile bounds. That would at
least MINIMIZE the errors one might expect from the algorithm, though I
bet there would still be some smaller inconsistencies, maybe as a result
of the algorithm differing based on where it chooses to seed the process.
This is not something that is/will be changed/fixed in PostGIS.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5311#comment:3>
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