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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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·9 views

Geolib

Geolib is a geospatial calculation library and point analysis tool. It provides a collection of utilities for computing distances, bearings, and areas between coordinates, as well as converting geographic measurements and coordinate formats.

The library features a Well-Known Text geometry parser to convert WKT strings into coordinate structures for polygon analysis. It includes specialized tools for geofencing and point containment, enabling the determination of whether a coordinate falls within a defined polygon or a specified radius.

The toolset covers broad capability areas including location proximity analysis, navigation bearing computation, and data transformation. It can calculate center points, determine bounding boxes, and sort coordinates by proximity to identify nearest neighbors.

The library also provides utilities for validating coordinates and translating distances, areas, and speeds between different metric and imperial standard units.

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.

Star history

Star history chart for manuelbieh/geolibStar history chart for manuelbieh/geolib

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Geolib

Similar open-source projects, ranked by how many features they share with Geolib.
  • maptalks/maptalks.jsmaptalks avatar

    maptalks/maptalks.js

    4,519View on 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
    View on GitHub↗4,519
  • geopy/geopygeopy avatar

    geopy/geopy

    4,819View on 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
    View on GitHub↗4,819
  • alexreisner/geocoderalexreisner avatar

    alexreisner/geocoder

    6,446View on 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
    View on GitHub↗6,446
  • shapely/shapelyshapely avatar

    shapely/shapely

    4,455View on 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
    View on GitHub↗4,455
See all 30 alternatives to Geolib→

Frequently asked questions

What does manuelbieh/geolib do?

Geolib is a geospatial calculation library and point analysis tool. It provides a collection of utilities for computing distances, bearings, and areas between coordinates, as well as converting geographic measurements and coordinate formats.

What are the main features of manuelbieh/geolib?

The main features of manuelbieh/geolib are: Geospatial Calculations, Coordinate Distance Calculation, WKT and WKB Serialization, Point-in-Polygon Detection, Proximity Verifications, Point Containment Checks, Geofencing, Coordinate Format Conversions.

What are some open-source alternatives to manuelbieh/geolib?

Open-source alternatives to manuelbieh/geolib include: 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.…