awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesGeospatial Tile Processors

Tools for converting between geographic coordinates and tile representations for spatial analysis.

Distinct from Tiled Processing: Nothing in the shortlist covers geographic coordinate-to-tile conversion for spatial analysis.

Explore 3 awesome GitHub repositories matching data & databases · Geospatial Tile Processors. Refine with filters or upvote what's useful.

Awesome Geospatial Tile Processors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prestodb/prestoAvatar de prestodb

    prestodb/presto

    16,711Ver en GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Converts between geographic coordinates and tile representations to support map-based indexing and spatial analysis.

    Javabig-datadatahadoop
    Ver en GitHub↗16,711
  • osgeo/gdalAvatar de OSGeo

    OSGeo/gdal

    5,942Ver en GitHub↗

    GDAL es una biblioteca traductora de código abierto con licencia MIT que proporciona un modelo de datos abstracto unificado para leer y escribir datos geoespaciales ráster y vectoriales en cientos de formatos de archivo. Sirve como una biblioteca fundamental de traducción de datos geoespaciales, permitiendo el acceso a diversos formatos de datos geoespaciales a través de una interfaz única y consistente. La biblioteca expone su funcionalidad principal a través de utilidades de línea de comandos que permiten a los usuarios traducir, convertir y procesar datos geoespaciales entre formatos. Un motor de transformación de coordenadas maneja las conversiones entre sistemas de referencia espacial, mientras que un sistema de plugins de controladores de formato carga la lógica de lectura y escritura específica del formato en tiempo de ejecución. La capa del sistema de archivos virtual proporciona acceso de E/S uniforme a través de archivos locales, HTTP, almacenamiento en la nube y archivos comprimidos, y un caché de bloques ráster gestiona el almacenamiento en caché de mosaicos en memoria para reducir las operaciones de E/S. GDAL admite la lectura y escritura de datos geoespaciales tanto ráster como vectoriales, con iteración de características vectoriales que transmite características individualmente sin cargar conjuntos de datos completos en la memoria. El proyecto permite la interoperabilidad geoespacial entre formatos al admitir el intercambio de datos entre diferentes ecosistemas de software geoespacial a través de su amplio soporte de formatos.

    Streams vector features individually without loading entire datasets into memory for efficient processing.

    C++
    Ver en GitHub↗5,942
  • 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

    Converts between geographic coordinates and tiled representations for mapping data to the correct tile locations.

    C++c-plus-plusgeojsonvector-tiles
    Ver en GitHub↗3,026
  1. Home
  2. Data & Databases
  3. Geospatial Tile Processors

Explorar subetiquetas

  • Shell-Based ProcessingUsing OS shell commands to process geospatial tiles or features. **Distinct from Geospatial Tile Processors:** Focuses on the integration of shell commands into the geospatial tile processing pipeline.
  • Vector Tile Feature Transformation1 sub-etiquetaModifying, filtering, and merging geospatial features specifically during the tiling process. **Distinct from Geospatial Tile Processors:** Distinct from general processors; focuses on the transformation of features within the vector tile pipeline.