Changeset: 9519f0138c09 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9519f0138c09 Modified Files: geom/ChangeLog.Dec2023 Branch: Dec2023 Log Message:
Updates the geom ChangeLog diffs (18 lines): diff --git a/geom/ChangeLog.Dec2023 b/geom/ChangeLog.Dec2023 --- a/geom/ChangeLog.Dec2023 +++ b/geom/ChangeLog.Dec2023 @@ -1,3 +1,14 @@ # ChangeLog file for geom # This file is updated with Maddlog +* Thu Nov 23 2023 stefanos mavros <[email protected]> +- Implements Rtree index in GDK layer based on librtree. The index is + used in the implementation of the filter functions ST_Intersects and + ST_Dwithin for geometric points. +- Improves shapefile support by replacing functions SHPattach, + SHPpartialimport, ahd SHPimport with SHPload. +- Introduces functions ST_DistanceGeographic, ST_DwithinGeographic, + ST_IntersectsGeographic, ST_CoversGeographic, ST_Collects with geodesic + semantics. ST_Transform can be used to convert geodetic into geographic + data using libPROJ. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
