awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesGeoJSON Data Models

Data structures and schemas based on the GeoJSON specification for representing geographic features.

Distinct from Schema-Based Data Models: Existing candidates focus on rendering or general database schemas rather than the architectural use of the GeoJSON specification as a data model.

Explore 3 awesome GitHub repositories matching data & databases · GeoJSON Data Models. Refine with filters or upvote what's useful.

Awesome GeoJSON Data Models GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • turfjs/turfAvatar von Turfjs

    Turfjs/turf

    10,380Auf GitHub ansehen↗

    Turf is a JavaScript and TypeScript geospatial analysis library and toolkit used for performing spatial analysis and geometric operations on GeoJSON data. It functions as a modular spatial engine that allows for the generation, manipulation, and classification of geographic datasets within web and node environments. The library provides a set of utility functions to programmatically create structured points, lines, and polygons. It enables the calculation of distances, areas, and geometric relationships between geographic coordinates, supporting both browser-based geospatial analysis and clie

    Uses the GeoJSON specification as the primary internal format for representing and exchanging all geographic data structures.

    TypeScript
    Auf GitHub ansehen↗10,380
  • pyeve/eveAvatar von pyeve

    pyeve/eve

    6,738Auf GitHub ansehen↗

    Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a

    Supports the storage and validation of geographic location data following the GeoJSON specification.

    Python
    Auf GitHub ansehen↗6,738
  • mapbox/mapbox-gl-nativeAvatar von mapbox

    mapbox/mapbox-gl-native

    4,452Auf GitHub ansehen↗

    Dieses Projekt ist ein plattformübergreifendes Mapping-SDK und eine hardwarebeschleunigte Rendering-Engine, die in C++ implementiert ist. Es bietet einen gemeinsamen Geodaten-Kern, der das Einbetten interaktiver Karten in Android-, iOS-, macOS-, Node.js- und Qt-Anwendungen ermöglicht. Das System konzentriert sich auf hochperformantes Vektor-Tile-Rendering unter Verwendung von OpenGL und GPU-Primitiven, um interaktive 3D-Landschaften und komplexe Geodatensätze anzuzeigen. Es transformiert komprimierte Protocol-Buffer durch eine stilgesteuerte Layer-Pipeline in anpassbare Visualisierungen. Der Funktionsumfang erstreckt sich auf umfassende Standortdienste, einschließlich Geocoding, Echtzeit-Geräteverfolgung und ausgefeiltes Routing für Elektro- und konventionelle Fahrzeuge. Es deckt zudem umfangreiche Datenverwaltungstools für die Erstellung von Tilesets, räumliche Analysen und das Design kartografischer Stile mit Barrierefreiheitsprüfung ab. Das Projekt enthält ein Befehlszeilentool zur Generierung von Boilerplate-Anwendungs-Scaffolding für verschiedene Frontend-Frameworks.

    Validates geometry structure, calculates bounding boxes, and converts coordinates between different projections.

    C++
    Auf GitHub ansehen↗4,452
  1. Home
  2. Data & Databases
  3. GeoJSON Data Models

Unter-Tags erkunden

  • Geometry AnalysisValidation and calculation of geometric properties for geospatial data models. **Distinct from GeoJSON Data Models:** Distinct from Data Models: performs active analysis (bounding boxes, projection conversion) rather than just defining the structure.