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

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

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

42 مستودعات

Awesome GitHub RepositoriesLow Level Geospatial Libraries

High-performance C and C++ libraries for geometry, indexing, and data processing.

Explore 42 awesome GitHub repositories matching part of an awesome list · Low Level Geospatial Libraries. Refine with filters or upvote what's useful.

Awesome Low Level Geospatial Libraries GitHub Repositories

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

    libvips/libvips

    11,085عرض على GitHub↗

    Libvips is a C-based image processing library designed to manipulate large visual assets through a low-memory, parallel processing pipeline. It functions as a streaming image processor that avoids loading entire files into system memory, enabling the handling of massive images in resource-constrained environments. The library distinguishes itself through a demand-driven architecture that constructs a deferred execution plan, computing only the necessary pixels for a final output. By utilizing a cache-friendly tiled processing model and memory-mapped file access, it minimizes latency and redun

    Processes images with high speed and low memory.

    Cccppgif
    عرض على GitHub↗11,085
  • halide/halideالصورة الرمزية لـ halide

    halide/Halide

    6,572عرض على GitHub↗

    Optimizes high-performance image processing code.

    C++compilerdslgpu
    عرض على GitHub↗6,572
  • opendronemap/opendronemapالصورة الرمزية لـ OpenDroneMap

    OpenDroneMap/OpenDroneMap

    6,196عرض على GitHub↗

    A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

    Processes drone imagery into geographic data.

    Python
    عرض على GitHub↗6,196
  • uber/h3الصورة الرمزية لـ uber

    uber/h3

    6,015عرض على GitHub↗

    H3 is an open-source library that provides a hierarchical hexagonal grid system for geospatial indexing. It projects the Earth onto an icosahedron and tiles each face with hexagons to minimize distortion, then encodes each hexagon as a 64-bit integer that stores its resolution and position in the hierarchy. This integer encoding enables fast bitwise operations for grid navigation and spatial analysis. The library offers a comprehensive set of grid topology algorithms for computing neighbor relationships, distances, and paths between cells directly on the hexagonal grid without geographic coor

    Implements hexagonal hierarchical geospatial indexing.

    Cgeospatialh3hexagon
    عرض على GitHub↗6,015
  • valhalla/valhallaالصورة الرمزية لـ valhalla

    valhalla/valhalla

    5,394عرض على GitHub↗

    Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator

    Provides open-source routing engines.

    C++astardijkstradirections
    عرض على GitHub↗5,394
  • openvenues/libpostalالصورة الرمزية لـ openvenues

    openvenues/libpostal

    4,819عرض على GitHub↗

    Libpostal هي مكتبة C مصممة لتحليل وتطبيع العناوين الدولية. تستخدم معالجة اللغات الطبيعية (NLP) الإحصائية ومصنف لغات لتفكيك سلاسل العناوين العالمية غير المهيكلة إلى مكونات منظمة، وتوحيد عناوين الشوارع من خلال توسيع الاختصارات وحل اختلافات التسمية الإقليمية عبر لغات متعددة. يوفر المشروع أدوات لتحويل النصوص (Transliteration)، وتحويل النصوص المختلفة إلى صيغ Latin-ASCII أو NFD موحدة. كما يتضمن قدرات لإزالة تكرار العناوين، باستخدام مطابقة تقريبية متماثلة لتحديد ما إذا كانت سجلات العناوين المختلفة تشير إلى نفس الموقع الفعلي. تغطي المكتبة احتياجات معالجة النصوص الأوسع مثل تطبيع UTF-8 وتحويل الأرقام المكتوبة والأرقام الرومانية إلى تمثيلات رقمية قياسية. وتسمح بإضافات للتعرف على العناوين من خلال ملفات تهيئة خارجية لإضافة لغات ومرادفات جديدة.

    Parses and normalizes international street addresses.

    C
    عرض على GitHub↗4,819
  • mapbox/mapbox-gl-nativeالصورة الرمزية لـ mapbox

    mapbox/mapbox-gl-native

    4,452عرض على GitHub↗

    This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides a shared geospatial core that allows for the embedding of interactive maps into Android, iOS, macOS, Node.js, and Qt applications. The system focuses on high-performance vector tile rendering using OpenGL and GPU primitives to display interactive 3D landscapes and complex geospatial datasets. It transforms compressed protocol buffers into customizable visuals through a style-driven layer pipeline. The capability surface extends to comprehensive location services, including g

    Renders map styles across various platforms.

    C++
    عرض على GitHub↗4,452
  • mapbox/tippecanoeالصورة الرمزية لـ mapbox

    mapbox/tippecanoe

    3,026عرض على GitHub↗

    Tippecanoe is a command-line tool used to generate optimized vector tiles for web maps. It converts large-scale geospatial datasets, including GeoJSON, CSV, and Geobuf files, into binary vector tiles or MBTiles SQLite databases. The project is designed to maintain map performance and visual quality across different zoom levels. It achieves this through geospatial data downsampling, which includes simplifying geometries and thinning point density to prevent tile overcrowding and keep tile sizes within specific limits. The tool provides extensive data transformation capabilities, such as attri

    Builds vector tilesets from large feature collections.

    C++c-plus-plusgeojsonvector-tiles
    عرض على GitHub↗3,026
  • google/s2geometryالصورة الرمزية لـ google

    google/s2geometry

    2,679عرض على GitHub↗

    Computational geometry and spatial indexing on the sphere

    Handles computational geometry on the sphere.

    C++
    عرض على GitHub↗2,679
  • vroom-project/vroomالصورة الرمزية لـ VROOM-Project

    VROOM-Project/vroom

    1,789عرض على GitHub↗

    Vehicle Routing Open-source Optimization Machine

    Optimizes vehicle routing problems.

    C++cvrpdeliverylogistics
    عرض على GitHub↗1,789
  • tangrams/tangram-esالصورة الرمزية لـ tangrams

    tangrams/tangram-es

    873عرض على GitHub↗

    2D and 3D map renderer using OpenGL ES

    Renders 2D and 3D maps with custom styling.

    C++
    عرض على GitHub↗873
  • libspatialindex/libspatialindexالصورة الرمزية لـ libspatialindex

    libspatialindex/libspatialindex

    790عرض على GitHub↗

    C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API

    Implements spatial indexing structures like R-trees.

    C++
    عرض على GitHub↗790
  • cosmiq/yoltالصورة الرمزية لـ CosmiQ

    CosmiQ/yolt

    673عرض على GitHub↗

    You Only Look Twice: Rapid Multi-Scale Object Detection In Satellite Imagery

    Detects objects in satellite imagery at multiple scales.

    C
    عرض على GitHub↗673
  • heremaps/tin-terrainالصورة الرمزية لـ heremaps

    heremaps/tin-terrain

    610عرض على GitHub↗

    A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes.

    Converts heightmaps into optimized meshes.

    C++
    عرض على GitHub↗610
  • mapbox/mapnik-vector-tileالصورة الرمزية لـ mapbox

    mapbox/mapnik-vector-tile

    554عرض على GitHub↗

    Mapnik implemention of Mapbox Vector Tile specification

    Implements vector tile specifications.

    C++
    عرض على GitHub↗554
  • fogleman/hmmالصورة الرمزية لـ fogleman

    fogleman/hmm

    608عرض على GitHub↗

    Generates heightmap meshes.

    C3dcomputational-geometrycpp
    عرض على GitHub↗608
  • connormanning/entwineالصورة الرمزية لـ connormanning

    connormanning/entwine

    518عرض على GitHub↗

    Entwine - point cloud organization for massive datasets

    Organizes massive point cloud datasets.

    C++
    عرض على GitHub↗518
  • openorienteering/mapperالصورة الرمزية لـ openorienteering

    openorienteering/mapper

    478عرض على GitHub↗

    OpenOrienteering Mapper is a software for creating maps for the orienteering sport.

    Creates maps for orienteering sports.

    C++
    عرض على GitHub↗478
  • carlren/gslicrالصورة الرمزية لـ carlren

    carlren/gSLICr

    349عرض على GitHub↗

    gSLICr: Real-time super-pixel segmentation

    Performs real-time super-pixel segmentation.

    C++
    عرض على GitHub↗349
  • ericfischer/datamapsالصورة الرمزية لـ ericfischer

    ericfischer/datamaps

    350عرض على GitHub↗

    Indexes points and lines and generates map tiles to display them

    Indexes geographic points for dynamic tile generation.

    C
    عرض على GitHub↗350
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Low Level Geospatial Libraries