[geos-commits] [SCM] GEOS branch main updated. 5611d6be4396678c777827cab71be49852b62cd4

git at osgeo.org git at osgeo.org
Thu Jun 8 14:04:59 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  5611d6be4396678c777827cab71be49852b62cd4 (commit)
      from  f30852fdfd87e77e2cc13dc8e48a5b308a81f14b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5611d6be4396678c777827cab71be49852b62cd4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 8 14:04:39 2023 -0700

    Add entry for new example

diff --git a/examples/README.md b/examples/README.md
index 119314a42..cba60750b 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,6 +4,7 @@
 * `capi_read_ts` uses the "re-entrant" C API (threadsafe) to read two WKT geometries, calculate the intersection and print the result
 * `capi_prepared` uses the standard C API to read one WKT geometry, and fill it with a point grid, applying a high performance "prepared" geometry to speed up intersection testing
 * `capi_strtree` uses the standard C API to build a random collection of points, and then search that collection quickly to find the nearest to a query point
+* `capi_indexed_predicate` uses the standard C API API to build an STRtree index on a custom class, and then query that index with a prepared geometry, returning a list of matching items
 * `cpp_read` uses the C++ API to read two WKT geometries, calculate the intersection and print the result
 * `cpp_strtree` uses the C++ API to build an STRtree index on a custom class, and then query that index
 

-----------------------------------------------------------------------

Summary of changes:
 examples/README.md | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list