3 Repos
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.
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.
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.
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.