awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesIntersecting Geometry Retrieval

Efficiently retrieving geometric objects that satisfy spatial predicates relative to a query shape.

Distinct from Spatial Geometry Filtering: Candidates focus on viewport centers or metadata identification, not the retrieval of intersecting shapes from a spatial set.

Explore 2 awesome GitHub repositories matching data & databases · Intersecting Geometry Retrieval. Refine with filters or upvote what's useful.

Awesome Intersecting Geometry Retrieval GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • toblerity/shapelyالصورة الرمزية لـ Toblerity

    Toblerity/Shapely

    4,457عرض على GitHub↗

    Shapely is a geometric analysis library for the manipulation and analysis of planar geometric objects. It functions as a computational geometry toolkit, a spatial predicate engine for evaluating topological relationships, and a vectorized geometry processor. The library distinguishes itself through a vectorized geometry processor capable of executing operations across coordinate arrays with multi-threaded parallel processing. It utilizes prepared geometry optimization to accelerate repeated containment and intersection tests and implements R-tree spatial indexing for efficient nearest-neighbo

    Retrieves indices of geometries that intersect or satisfy specific spatial predicates relative to a query geometry.

    Python
    عرض على GitHub↗4,457
  • shapely/shapelyالصورة الرمزية لـ shapely

    shapely/shapely

    4,455عرض على GitHub↗

    Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for the GEOS C++ engine. It provides a framework for calculating geometric properties, evaluating spatial relationships, and performing topological predicates within a Cartesian plane. The project distinguishes itself through a vectorized geometry processor capable of executing spatial operations across large arrays of shapes to increase throughput. It also includes a spatial indexing system based on R-trees to accelerate the retrieval of intersecting geometries and nearest neighbor

    Retrieves indices of geometries that intersect a target shape based on spatial predicates.

    Python
    عرض على GitHub↗4,455
  1. Home
  2. Data & Databases
  3. Intersecting Geometry Retrieval