RSS Parrot

BETA

🦜 {16} Newly commented tickets with latest comment – PostGIS

@trac.osgeo.org.postgis.report.16@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: trac.osgeo.org/postgis/report/16

Feed URL: trac.osgeo.org/postgis/report/16?format=rss

Posts: 17

Followers: 4

#5784: Export circ_tree_distance_tree_internal and use memset instead of bzero

Published: September 27, 2024 16:55

This is my first ticket, so I don't know the correct procedure for this. I have pushed a commit with the changes to my fork. Let me know if I should open a PR. ​https://git.osgeo.org/gitea/mschoema/postgis/commit/958f7e47ffc9108adda7b91938412787b1ce7020

#5689: Set PostGIS windows bundle environment for service rather than machine.

Published: September 27, 2024 08:57

Hey, when you are already working on the installer script, can I maybe add to please add the removal of the environment variables to the uninstaller part, too. Because when the postgis bundle gets uninstalled, the environment variables won't be…

#5783: PostGIS 3.6 regress failure on sfcgal deprecation notices

Published: September 25, 2024 19:55

I just flipped the switch to start the 3.6 dev cycle, and so the regression tests on sfcgal need changing +WARNING: ST_ForceLHR signature was deprecated in 3.5.0. Please use CG_ForceLHR +WARNING: ST_Orientation signature was deprecated in 3.

#5782: TopoGeo_addLinestring corrups topology: adjacent edges 33 and -32 bind different face (1 and 0)

Published: September 24, 2024 10:27

Of course the same problem occurs with GetFaceContainingPoint: =# select GetFaceContainingPoint('t5782', 'POINT(18.006691126034692 69.04048768506776)'); getfacecontainingpoint ------------------------ 1 (1 row) Both edges are…

#5665: st_concavehull Unable to find shell join index with interior join line error on valid geometry

Published: September 23, 2024 22:44

This is a bug in the JTS/GEOS ConcaveHullOfPolygons algorithm. See ​https://github.com/locationtech/jts/issues/1080 It should be a relatively simple fix.

#5781: Concave Hull returning multi poly with polygons

Published: September 23, 2024 20:26

Hi, for some reason, in postgis 3.4 ST_ConcaveHull is returning multipolygons. select ST_ConcaveHull( ST_COLLECT( array[ 'POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 'POLYGON((10 10, 11 10, 11 11, 10 11, 10 10))'::geometry ] ), 0

#5645: Code blocks => being replaced with = >

Published: September 23, 2024 02:55

As noted in ​https://lists.osgeo.org/pipermail/postgis-users/2023-December/046287.html Code blocks with => are being converted to = > in the translated docs. code blocks don't make it to .pot files I don't think, so I susp

#5722: Spatial exception - geometry boundary touches interior of edge 4 (XX000)

Published: September 22, 2024 00:39

Repro: Prepare: SELECT topology.DropTopology ('topo'); SELECT topology.TopoGeo_AddLineString ('topo', 'LINESTRING( -11.968112622212203 0.651457829865329, 8.13909499443551 0.334122751124234, -11.964143711257549 0.31568377154268)');

#5702: lto-wrapper: warning: using serial compilation of # LTRANS jobs

Published: September 22, 2024 00:38

is this issue only with master or you have same issue with 3.4?

#5688: Allow 0-tolerance topology loading

Published: September 22, 2024 00:37

Currently not available as a value of 0 passed to the topology population functions mean "use the precision found in the topology.topology record" and a 0 in the topology.topology record means "use a computed precision based on input geometry". A WIP t

#5119: Allow COPY to topology edge view

Published: September 22, 2024 00:36

It takes a trigger to allow COPY to view. We only expose a RULE. ERROR: cannot copy to view "edge" HINT: To enable copying to a view, provide an INSTEAD OF INSERT trigger. It would be nice to allow inserts to edge

#2862: Batch topology loading mode

Published: September 22, 2024 00:35

Data loading into Postgis Topology is insufferably slow. This is due to a conceptual limit of loading objects into topology one by one. Such behaviour is very good for limited changes, but very bad for massive creation. We need a specific process to

#5624: Provide more info about out of date geos when checking PostGIS_Full_Version() ;

Published: September 22, 2024 00:35

Case 1 (using a EOL geos) POSTGIS="3.4.0 0874ea3" [EXTENSION] PGSQL="120" GEOS="3.10.1-CAPI-1.16.0" SFCGAL="1.3.7" PROJ="8.2.0 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj

#5274: Expose function to report azimuth of edges from node

Published: September 22, 2024 00:32

Maybe it could be an extension of GetNodeEdges as that function already computes those azimuths. Exposing them at the SQL level would simplify the research for face spikes which are hard to see with graphical tools

#5340: totopogeom doc miss default value for tolerance

Published: September 22, 2024 00:32

Hello, I discovered that documentation of totopogeom topology function lacks in documentation the default value for tolerance on this page : ​https://postgis.net/docs/toTopoGeom.html So this line : topogeometry toTopoGeom(geometry geom, varch