awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to microsoft/bingmapsresttoolkit

Open-source alternatives to BingMapsRESTToolkit

30 open-source projects similar to microsoft/bingmapsresttoolkit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BingMapsRESTToolkit alternative.

  • brutile/brutileAvatar de BruTile

    BruTile/BruTile

    373Voir sur GitHub↗

    BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.

    C#
    Voir sur GitHub↗373
  • geojson-net/geojson.netAvatar de GeoJSON-Net

    GeoJSON-Net/GeoJSON.Net

    464Voir sur GitHub↗

    .Net library for GeoJSON types & corresponding Json.Net (de)serializers

    C#
    Voir sur GitHub↗464
  • microsoft/bingmapssdstoolkitAvatar de Microsoft

    Microsoft/BingMapsSDSToolkit

    46Voir sur GitHub↗

    This toolkit makes it easy to use the Bing Maps Spatial Data Services (SDS) in .NET

    C#
    Voir sur GitHub↗46
  • dem-net/dem.netAvatar de dem-net

    dem-net/dem.net

    352Voir sur GitHub↗

    Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports

    C#
    Voir sur GitHub↗352
  • sharpmap/sharpmapAvatar de SharpMap

    SharpMap/SharpMap

    861Voir sur GitHub↗

    An easy-to-use mapping library for use in web and desktop applications

    C#
    Voir sur GitHub↗861
  • sibartlett/geoAvatar de sibartlett

    sibartlett/Geo

    193Voir sur GitHub↗

    A geospatial library for .NET

    C#
    Voir sur GitHub↗193

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • microsoft/earth-lensAvatar de Microsoft

    Microsoft/Earth-Lens

    53Voir sur GitHub↗

    Earth Lens, a Microsoft Garage project is an iOS iPad application that helps people and organizations quickly identify and classify objects in aerial imagery through the power of machine learning.

    C#
    Voir sur GitHub↗53
  • nettopologysuite/nettopologysuiteAvatar de NetTopologySuite

    NetTopologySuite/NetTopologySuite

    1,693Voir sur GitHub↗

    A .NET GIS solution that is fast and reliable for the .NET platform.

    C#
    Voir sur GitHub↗1,693
  • alatas/geojson4entityframeworkAvatar de alatas

    alatas/GeoJSON4EntityFramework

    20Voir sur GitHub↗

    Create GeoJSON from Entity Framework Spatial Data or WKT

    Visual Basic
    Voir sur GitHub↗20
  • arcbrutile/arcbrutileAvatar de ArcBruTile

    ArcBruTile/ArcBruTile

    6Voir sur GitHub↗

    ArcBruTile is permanently moved to https://bertt.itch.io/arcbrutile

    Voir sur GitHub↗6
  • gwaldron/osgearthAvatar de gwaldron

    gwaldron/osgearth

    1,773Voir sur GitHub↗

    3D Maps & Terrain SDK (C++)

    C
    Voir sur GitHub↗1,773
  • halide/halideAvatar de halide

    halide/Halide

    6,572Voir sur GitHub↗
    C++compilerdslgpu
    Voir sur GitHub↗6,572
  • heremaps/tin-terrainAvatar de heremaps

    heremaps/tin-terrain

    610Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗610
  • hobu/laz-perfAvatar de hobu

    hobu/laz-perf

    102Voir sur GitHub↗

    Alternative LAZ implementation for C++ and JavaScript

    C++
    Voir sur GitHub↗102
  • kmhofmann/seleneAvatar de kmhofmann

    kmhofmann/selene

    314Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗314
  • laszip/laszipAvatar de LASzip

    LASzip/LASzip

    230Voir sur GitHub↗

    Award-winning software for efficient LiDAR compression

    C++
    Voir sur GitHub↗230
  • libspatialindex/libspatialindexAvatar de libspatialindex

    libspatialindex/libspatialindex

    790Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗790
  • libvips/libvipsAvatar de libvips

    libvips/libvips

    11,085Voir sur 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
    Voir sur GitHub↗11,085
  • mapbox/geojson-vt-cppAvatar de mapbox

    mapbox/geojson-vt-cpp

    106Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗106
  • mapbox/mapnik-vector-tileAvatar de mapbox

    mapbox/mapnik-vector-tile

    554Voir sur GitHub↗

    Mapnik implemention of Mapbox Vector Tile specification

    C++
    Voir sur GitHub↗554
  • mapbox/supercluster.hppAvatar de mapbox

    mapbox/supercluster.hpp

    37Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗37
  • mapbox/tippecanoeAvatar de mapbox

    mapbox/tippecanoe

    3,026Voir sur 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
    Voir sur GitHub↗3,026
  • maxrev-dev/gdal.netcoreM

    MaxRev-Dev/gdal.netcore

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • microsoft/bing-maps-fleet-trackerM

    Microsoft/Bing-Maps-Fleet-Tracker

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • microsoft/botbuilder-locationM

    Microsoft/BotBuilder-Location

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nullpainter/sanchezN

    nullpainter/sanchez

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • opendronemap/opendronemapAvatar de OpenDroneMap

    OpenDroneMap/OpenDroneMap

    6,196Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗6,196
  • openorienteering/mapperAvatar de openorienteering

    openorienteering/mapper

    478Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗478
  • openvenues/libpostalAvatar de openvenues

    openvenues/libpostal

    4,819Voir sur 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
    Voir sur GitHub↗4,819
  • perfahlen/azuremapsrestservicesP

    perfahlen/AzureMapsRestServices

    0Voir sur GitHub↗
    Voir sur GitHub↗0