[postgis-tickets] [PostGIS] #3197: SQL function for GEOSEqualsExact
PostGIS
trac at osgeo.org
Thu Jul 9 01:31:49 PDT 2015
#3197: SQL function for GEOSEqualsExact
--------------------------+----------------------------
Reporter: mwtoews | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+----------------------------
Changes (by mwtoews):
* version: => trunk
Comment:
And as a footnote for Shapely's almost_equals, the decimal argument is
translated to a tolerance (which is a float, not an integer) using `0.5 *
10**(-decimal)`.
So `decimal=6` is `tolerance=5e-07`. I'm not sure which method is
preferable.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3197#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