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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
manuelbieh avatar

manuelbieh/geolib

0
View on GitHub↗
4,273 stars·337 forks·JavaScript·MIT·11 vues

Geolib

Geolib est une bibliothèque de calcul géospatial et un outil d'analyse de points. Elle fournit une collection d'utilitaires pour calculer les distances, les azimuts et les zones entre les coordonnées, ainsi que pour convertir les mesures géographiques et les formats de coordonnées.

La bibliothèque dispose d'un parseur de géométrie Well-Known Text pour convertir les chaînes WKT en structures de coordonnées pour l'analyse de polygones. Elle inclut des outils spécialisés pour le geofencing et la contention de points, permettant de déterminer si une coordonnée tombe dans un polygone défini ou un rayon spécifié.

Le toolkit couvre de larges domaines de capacités, incluant l'analyse de proximité de localisation, le calcul d'azimut de navigation et la transformation de données. Il peut calculer des points centraux, déterminer des boîtes englobantes et trier les coordonnées par proximité pour identifier les voisins les plus proches.

La bibliothèque fournit également des utilitaires pour valider les coordonnées et traduire les distances, zones et vitesses entre différentes unités standard métriques et impériales.

Features

  • Geospatial Calculations - Provides a comprehensive suite of mathematical functions for calculating distances, bearings, and spatial relationships on geographic coordinates.
  • Coordinate Distance Calculation - Provides high-accuracy distance calculations between geographic coordinates using the Haversine formula to account for Earth's curvature.
  • WKT and WKB Serialization - Converts Well-Known Text strings into usable coordinate structures to represent shapes and polygons.
  • Point-in-Polygon Detection - Determines if a coordinate is inside a polygon by counting intersections of a ray with the polygon's edges.
  • Proximity Verifications - Verifies if a specific coordinate point falls within a defined radius of another point.
  • Point Containment Checks - Verifies if a specific coordinate lies within a defined polygon or within a specified radius.
  • Geofencing - Checks if a specific coordinate falls within a defined polygon or within a set radius of another point.
  • Coordinate Format Conversions - Maps numerical latitude and longitude values between decimal degrees and degrees-minutes-seconds formats.
  • Coordinate Format Transformations - Transforms coordinates between decimal and sexagesimal representations for human readability.
  • Geospatial Point Analysis - Implements functions for determining point containment, proximity, and calculating bounding boxes for sets of coordinates.
  • Location Proximity Analysis - Sorts lists of coordinates by distance to find the nearest neighbors or the center of a group.
  • Navigation Bearing Calculations - Determines the compass direction between two points or calculates a destination based on a bearing and distance.
  • Spherical Bearing Calculations - Determines the compass direction between two points using spherical trigonometry.
  • Travel Speed Imputers - Determines the speed of travel between two coordinates based on the time elapsed between them.
  • Nearest Neighbor Analysis - Sorts a list of coordinates by distance to a reference point to identify the nearest neighbors.
  • Path Measurement Utilities - Calculates the total length of a path connecting multiple coordinates or the surface area of a polygon.
  • Bounding Box Calculations - Provides utilities to calculate the bounding box enclosing a set of geographic coordinates.
  • Point-to-Polygon Transformation - Converts WKT strings into coordinate arrays to represent polygon shapes.
  • Compass Heading Calculation - Identifies the cardinal direction from one coordinate point to another using bearing calculations.
  • Cardinal Direction Mapping - Converts numeric degree headings into human-readable compass directions.
  • Destination Point Calculators - Determines the coordinates of a destination given a starting point, distance, and bearing.
  • Point-to-Line Distance Calculations - Computes the shortest distance between a specific point and a line defined by two coordinates.
  • Measurement Unit Converters - Provides utilities for translating distances, areas, and speeds between different metric and imperial standard units.
  • Travel Speed Calculators - Calculates travel speed between timed coordinates and converts results into units like mph or kmh.
  • WKT Geometry Parsers - A tool for converting Well-Known Text strings into coordinate structures to represent and analyze polygon shapes.
  • Proximity Search - Orders a list of coordinates by their distance to a reference point to find the closest locations.
  • Geospatial Distance Calculations - Provides utilities to compute the shortest distance between a specific coordinate and a line defined by two points.
  • Bounding Box Generation - Calculates the minimum and maximum latitude and longitude that encompass a set of coordinates.
  • Geometry Center Retrieval - Calculates the central geographic coordinate of a collection of points or a bounding box.
  • Data Processing Tools - Provides fundamental geospatial operations and calculations.
  • JavaScript Geospatial Libraries - Basic geospatial operations like distance calculation.

Historique des stars

Graphique de l'historique des stars pour manuelbieh/geolibGraphique de l'historique des stars pour manuelbieh/geolib

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait manuelbieh/geolib ?

Geolib est une bibliothèque de calcul géospatial et un outil d'analyse de points. Elle fournit une collection d'utilitaires pour calculer les distances, les azimuts et les zones entre les coordonnées, ainsi que pour convertir les mesures géographiques et les formats de coordonnées.

Quelles sont les fonctionnalités principales de manuelbieh/geolib ?

Les fonctionnalités principales de manuelbieh/geolib sont : Geospatial Calculations, Coordinate Distance Calculation, WKT and WKB Serialization, Point-in-Polygon Detection, Proximity Verifications, Point Containment Checks, Geofencing, Coordinate Format Conversions.

Quelles sont les alternatives open-source à manuelbieh/geolib ?

Les alternatives open-source à manuelbieh/geolib incluent : maptalks/maptalks.js — maptalks.js is a JavaScript map rendering library and web map interaction framework used to render interactive 2D and… geopy/geopy — geopy is a Python geocoding library and geolocation client used to convert human-readable addresses into geographic… alexreisner/geocoder — This is a Ruby toolkit for converting addresses to geographic coordinates and performing reverse geocoding via… shapely/shapely — Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for… toblerity/shapely — Shapely is a geometric analysis library for the manipulation and analysis of planar geometric objects. It functions as… memgraph/memgraph — Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management.…

Alternatives open source à Geolib

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Geolib.
  • maptalks/maptalks.jsAvatar de maptalks

    maptalks/maptalks.js

    4,519Voir sur GitHub↗

    maptalks.js is a JavaScript map rendering library and web map interaction framework used to render interactive 2D and 3D geographic data on a web canvas. It functions as a 3D geospatial engine supporting 3DTiles and GLTF formats, a GeoJSON visualization tool, and a spatial analysis library. The project distinguishes itself through high-performance rendering and dynamic geospatial animation, including the ability to simulate traffic flow and execute smooth visual transitions for map elements. It provides comprehensive tools for interactive geometry editing, allowing users to draw and modify ve

    HTML
    Voir sur GitHub↗4,519
  • geopy/geopyAvatar de geopy

    geopy/geopy

    4,819Voir sur GitHub↗

    geopy is a Python geocoding library and geolocation client used to convert human-readable addresses into geographic coordinates and resolve coordinates back into street addresses using various third-party web services. The library provides a consistent provider-based interface that abstracts multiple external geocoding services, allowing for interchangeable backends. It includes built-in request rate limiting and asynchronous client interfaces to manage API call frequency and execute concurrent lookups without halting execution. Beyond geocoding, the project includes geospatial utilities for

    Pythongeocodergeocodingpython
    Voir sur GitHub↗4,819
  • alexreisner/geocoderAvatar de alexreisner

    alexreisner/geocoder

    6,446Voir sur GitHub↗

    This is a Ruby toolkit for converting addresses to geographic coordinates and performing reverse geocoding via multiple external API providers. It provides a library for integrating location services into Ruby applications, including an IP geolocation tool to translate IP addresses into coordinates, city names, and country data. The project includes a command line interface for bulk geocoding of database records with integrated rate limiting and a geospatial query engine for calculating distances and performing radius or bounding box searches. It also features a mocking framework that provide

    Ruby
    Voir sur GitHub↗6,446
  • shapely/shapelyAvatar de shapely

    shapely/shapely

    4,455Voir sur GitHub↗

    Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for the GEOS C++ engine. It provides a framework for calculating geometric properties, evaluating spatial relationships, and performing topological predicates within a Cartesian plane. The project distinguishes itself through a vectorized geometry processor capable of executing spatial operations across large arrays of shapes to increase throughput. It also includes a spatial indexing system based on R-trees to accelerate the retrieval of intersecting geometries and nearest neighbor

    Python
    Voir sur GitHub↗4,455
  • Voir les 30 alternatives à Geolib→