awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • turfjs/turfالصورة الرمزية لـ Turfjs

    Turfjs/turf

    10,380عرض على GitHub↗

    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
    عرض على GitHub↗10,380
  • pyeve/eveالصورة الرمزية لـ pyeve

    pyeve/eve

    6,738عرض على GitHub↗

    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
    عرض على GitHub↗6,738
  • mapbox/mapbox-gl-nativeالصورة الرمزية لـ mapbox

    mapbox/mapbox-gl-native

    4,452عرض على GitHub↗

    This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides a shared geospatial core that allows for the embedding of interactive maps into Android, iOS, macOS, Node.js, and Qt applications. The system focuses on high-performance vector tile rendering using OpenGL and GPU primitives to display interactive 3D landscapes and complex geospatial datasets. It transforms compressed protocol buffers into customizable visuals through a style-driven layer pipeline. The capability surface extends to comprehensive location services, including g

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

    C++
    عرض على GitHub↗4,452
  1. Home
  2. Data & Databases
  3. GeoJSON Data Models

استكشف الوسوم الفرعية

  • 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.