awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mapbox/mapnik-vector-tile

Open-source alternatives to Mapnik Vector Tile

30 open-source projects similar to mapbox/mapnik-vector-tile, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mapnik Vector Tile alternative.

  • connormanning/entwineconnormanning 的头像

    connormanning/entwine

    518在 GitHub 上查看↗

    Entwine - point cloud organization for massive datasets

    C++
    在 GitHub 上查看↗518
  • cosmiq/yoltCosmiQ 的头像

    CosmiQ/yolt

    673在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗673
  • appelmar/gdalcubesappelmar 的头像

    appelmar/gdalcubes

    130在 GitHub 上查看↗

    Creating and analyzing Earth observation data cubes in R

    C++
    在 GitHub 上查看↗130
  • carlren/gslicrcarlren 的头像

    carlren/gSLICr

    349在 GitHub 上查看↗

    gSLICr: Real-time super-pixel segmentation

    C++
    在 GitHub 上查看↗349
  • google/s2geometrygoogle 的头像

    google/s2geometry

    2,679在 GitHub 上查看↗

    Computational geometry and spatial indexing on the sphere

    C++
    在 GitHub 上查看↗2,679
  • dtarb/taudemdtarb 的头像

    dtarb/TauDEM

    269在 GitHub 上查看↗

    Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.

    C++
    在 GitHub 上查看↗269

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • opendronemap/opendronemapOpenDroneMap 的头像

    OpenDroneMap/OpenDroneMap

    6,196在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗6,196
  • openorienteering/mapperopenorienteering 的头像

    openorienteering/mapper

    478在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗478
  • openvenues/libpostalopenvenues 的头像

    openvenues/libpostal

    4,819在 GitHub 上查看↗

    Libpostal is a C library designed for international address parsing and normalization. It utilizes statistical NLP and a language classifier to decompose unstructured global address strings into structured components and standardize street addresses by expanding abbreviations and resolving regional naming variations across multiple languages. The project provides tools for text transliteration, converting various scripts into standardized Latin-ASCII or NFD forms. It also includes capabilities for address deduplication, using symmetric fuzzy matching to identify whether different address reco

    C
    在 GitHub 上查看↗4,819
  • halide/halidehalide 的头像

    halide/Halide

    6,572在 GitHub 上查看↗
    C++compilerdslgpu
    在 GitHub 上查看↗6,572
  • heremaps/tin-terrainheremaps 的头像

    heremaps/tin-terrain

    610在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗610
  • hobu/laz-perfhobu 的头像

    hobu/laz-perf

    102在 GitHub 上查看↗

    Alternative LAZ implementation for C++ and JavaScript

    C++
    在 GitHub 上查看↗102
  • kmhofmann/selenekmhofmann 的头像

    kmhofmann/selene

    314在 GitHub 上查看↗

    A C++17 image representation, processing and I/O library.

    C++
    在 GitHub 上查看↗314
  • laszip/laszipLASzip 的头像

    LASzip/LASzip

    230在 GitHub 上查看↗

    Award-winning software for efficient LiDAR compression

    C++
    在 GitHub 上查看↗230
  • libspatialindex/libspatialindexlibspatialindex 的头像

    libspatialindex/libspatialindex

    790在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗790
  • sistemalabgis/hydroflowsistemalabgis 的头像

    sistemalabgis/hydroflow

    2在 GitHub 上查看↗

    Compute drainage orders in drainage basins using Strahler and Shreve methods

    C++
    在 GitHub 上查看↗2
  • libvips/libvipslibvips 的头像

    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

    Cccppgif
    在 GitHub 上查看↗11,085
  • mapbox/geojson-vt-cppmapbox 的头像

    mapbox/geojson-vt-cpp

    106在 GitHub 上查看↗

    Port to C++ of JS GeoJSON-VT for slicing GeoJSON into vector tiles on the fly

    C++
    在 GitHub 上查看↗106
  • ahhz/rasterahhz 的头像

    ahhz/raster

    50在 GitHub 上查看↗

    C++ library for geographical raster data analysis

    C++
    在 GitHub 上查看↗50
  • uber/h3uber 的头像

    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

    Cgeospatialh3hexagon
    在 GitHub 上查看↗6,015
  • ericfischer/datamapsericfischer 的头像

    ericfischer/datamaps

    350在 GitHub 上查看↗

    Indexes points and lines and generates map tiles to display them

    C
    在 GitHub 上查看↗350
  • valhalla/valhallavalhalla 的头像

    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

    C++astardijkstradirections
    在 GitHub 上查看↗5,394
  • mapbox/supercluster.hppmapbox 的头像

    mapbox/supercluster.hpp

    37在 GitHub 上查看↗

    A fast geospatial static point clustering library for C++14

    C++
    在 GitHub 上查看↗37
  • mapbox/tippecanoemapbox 的头像

    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

    C++c-plus-plusgeojsonvector-tiles
    在 GitHub 上查看↗3,026
  • vross/vector-tiles-producerV

    vross/vector-tiles-producer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • tangrams/tangram-estangrams 的头像

    tangrams/tangram-es

    873在 GitHub 上查看↗

    2D and 3D map renderer using OpenGL ES

    C++
    在 GitHub 上查看↗873
  • tudelft3d/pprepairT

    tudelft3d/pprepair

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • unidata/udunits-2U

    Unidata/UDUNITS-2

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • varoudis/depthmapxV

    varoudis/depthmapX

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • vroom-project/vroomVROOM-Project 的头像

    VROOM-Project/vroom

    1,789在 GitHub 上查看↗

    Vehicle Routing Open-source Optimization Machine

    C++cvrpdeliverylogistics
    在 GitHub 上查看↗1,789