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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ahhz/raster

Open-source alternatives to Raster

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

  • connormanning/entwineAvatar de connormanning

    connormanning/entwine

    518Ver en GitHub↗

    Entwine - point cloud organization for massive datasets

    C++
    Ver en GitHub↗518
  • cosmiq/yoltAvatar de CosmiQ

    CosmiQ/yolt

    673Ver en GitHub↗

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

    C
    Ver en GitHub↗673
  • appelmar/gdalcubesAvatar de appelmar

    appelmar/gdalcubes

    130Ver en GitHub↗

    Creating and analyzing Earth observation data cubes in R

    C++
    Ver en GitHub↗130
  • carlren/gslicrAvatar de carlren

    carlren/gSLICr

    349Ver en GitHub↗

    gSLICr: Real-time super-pixel segmentation

    C++
    Ver en GitHub↗349
  • google/s2geometryAvatar de google

    google/s2geometry

    2,679Ver en GitHub↗

    Computational geometry and spatial indexing on the sphere

    C++
    Ver en GitHub↗2,679
  • dtarb/taudemAvatar de dtarb

    dtarb/TauDEM

    269Ver en GitHub↗

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

    C++
    Ver en GitHub↗269

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • opendronemap/opendronemapAvatar de OpenDroneMap

    OpenDroneMap/OpenDroneMap

    6,196Ver en GitHub↗

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

    Python
    Ver en GitHub↗6,196
  • openorienteering/mapperAvatar de openorienteering

    openorienteering/mapper

    478Ver en GitHub↗

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

    C++
    Ver en GitHub↗478
  • openvenues/libpostalAvatar de openvenues

    openvenues/libpostal

    4,819Ver en 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
    Ver en GitHub↗4,819
  • halide/halideAvatar de halide

    halide/Halide

    6,572Ver en GitHub↗
    C++compilerdslgpu
    Ver en GitHub↗6,572
  • heremaps/tin-terrainAvatar de heremaps

    heremaps/tin-terrain

    610Ver en GitHub↗

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

    C++
    Ver en GitHub↗610
  • hobu/laz-perfAvatar de hobu

    hobu/laz-perf

    102Ver en GitHub↗

    Alternative LAZ implementation for C++ and JavaScript

    C++
    Ver en GitHub↗102
  • kmhofmann/seleneAvatar de kmhofmann

    kmhofmann/selene

    314Ver en GitHub↗

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

    C++
    Ver en GitHub↗314
  • laszip/laszipAvatar de LASzip

    LASzip/LASzip

    230Ver en GitHub↗

    Award-winning software for efficient LiDAR compression

    C++
    Ver en GitHub↗230
  • libspatialindex/libspatialindexAvatar de libspatialindex

    libspatialindex/libspatialindex

    790Ver en GitHub↗

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

    C++
    Ver en GitHub↗790
  • sistemalabgis/hydroflowAvatar de sistemalabgis

    sistemalabgis/hydroflow

    2Ver en GitHub↗

    Compute drainage orders in drainage basins using Strahler and Shreve methods

    C++
    Ver en GitHub↗2
  • libvips/libvipsAvatar de libvips

    libvips/libvips

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

    mapbox/geojson-vt-cpp

    106Ver en GitHub↗

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

    C++
    Ver en GitHub↗106
  • ericfischer/datamapsAvatar de ericfischer

    ericfischer/datamaps

    350Ver en GitHub↗

    Indexes points and lines and generates map tiles to display them

    C
    Ver en GitHub↗350
  • uber/h3Avatar de uber

    uber/h3

    6,015Ver en 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
    Ver en GitHub↗6,015
  • mapbox/mapnik-vector-tileAvatar de mapbox

    mapbox/mapnik-vector-tile

    554Ver en GitHub↗

    Mapnik implemention of Mapbox Vector Tile specification

    C++
    Ver en GitHub↗554
  • valhalla/valhallaAvatar de valhalla

    valhalla/valhalla

    5,394Ver en 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
    Ver en GitHub↗5,394
  • mapbox/supercluster.hppAvatar de mapbox

    mapbox/supercluster.hpp

    37Ver en GitHub↗

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

    C++
    Ver en GitHub↗37
  • mapbox/tippecanoeAvatar de mapbox

    mapbox/tippecanoe

    3,026Ver en 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
    Ver en GitHub↗3,026
  • vross/vector-tiles-producerV

    vross/vector-tiles-producer

    0Ver en GitHub↗
    Ver en GitHub↗0
  • tudelft3d/pprepairT

    tudelft3d/pprepair

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alatas/geojson4entityframeworkAvatar de alatas

    alatas/GeoJSON4EntityFramework

    20Ver en GitHub↗

    Create GeoJSON from Entity Framework Spatial Data or WKT

    Visual Basic
    Ver en GitHub↗20
  • unidata/udunits-2U

    Unidata/UDUNITS-2

    0Ver en GitHub↗
    Ver en GitHub↗0
  • varoudis/depthmapxV

    varoudis/depthmapX

    0Ver en GitHub↗
    Ver en GitHub↗0
  • vroom-project/vroomAvatar de VROOM-Project

    VROOM-Project/vroom

    1,789Ver en GitHub↗

    Vehicle Routing Open-source Optimization Machine

    C++cvrpdeliverylogistics
    Ver en GitHub↗1,789