awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/open-location-code

0
View on GitHub↗
4,329 स्टार्स·527 फोर्क्स·Java·Apache-2.0·7 व्यूज़plus.codes↗

Open Location Code

Open Location Code एक जियोकोडिंग लाइब्रेरी और टूलसेट है जिसका उपयोग वैश्विक अक्षांश और देशांतर निर्देशांक को मानकीकृत, मानव-पठनीय अल्फ़ान्यूमेरिक डिजिटल पतों में बदलने और वापस लाने के लिए किया जाता है। यह एक ऑफ़लाइन स्थान कोडिंग सिस्टम के रूप में कार्य करता है जो पृथ्वी पर किसी भी स्थान के लिए अद्वितीय पहचानकर्ता उत्पन्न करता है, विशेष रूप से उन क्षेत्रों के लिए डिजिटल पते प्रदान करता है जहां औपचारिक सड़क पते या डाक प्रणाली गायब हैं।

सिस्टम एक स्टेटलेस एल्गोरिथम प्रक्रिया के रूप में संचालित होता है, जो नेटवर्क एक्सेस, इंटरनेट कनेक्शन या बाहरी डेटाबेस लुकअप टेबल की आवश्यकता के बिना निर्देशांक को एन्कोड और डिकोड करने की अनुमति देता है। यह आस-पास के संदर्भ बिंदुओं के आधार पर सामान्य उपसर्गों को हटाकर भौगोलिक पहचानकर्ताओं की लंबाई को कम करने के लिए संदर्भ-आधारित शॉर्टनिंग का उपयोग करता है।

लाइब्रेरी में द्विदिश जियोकोड रूपांतरण और कोड हेरफेर के लिए उपयोगिताएं शामिल हैं। ये क्षमताएं स्थान स्ट्रिंग्स के सत्यापन, संक्षिप्त संस्करणों से पूर्ण कोड की पुनर्प्राप्ति और निर्देशांक को अल्फ़ान्यूमेरिक वर्णों के पदानुक्रमित ग्रिड में अनुवाद को कवर करती हैं।

Features

  • Digital Addressing Systems - Creates unique alphanumeric identifiers for locations that lack formal street addresses or postal systems.
  • Geocode Decoders - Open Location Code translates alphanumeric location codes into latitude and longitude coordinates without requiring a network connection.
  • Geographic Coordinate Encoders - Provides the core capability of encoding global coordinates into standardized alphanumeric digital addresses.
  • Global Location Identifiers - Creates unique and precise digital identifiers for any location on Earth where street addresses are missing.
  • Geocoding Libraries - Provides a comprehensive library for converting latitude and longitude coordinates into short alphanumeric digital addresses and back.
  • Offline Geolocation Indexes - Translates location codes back into coordinates locally without requiring an internet connection or external database.
  • Custom Alphabet Encodings - Implements a custom alphabet encoding to transform grid indices into concise, human-readable location strings.
  • Coordinate-to-Code Encoders - Encodes global map coordinates into a standardized short-code format for use as digital addresses.
  • Spatial Partitioning Systems - Divides the global map into a hierarchy of nested squares to map coordinates to alphanumeric characters.
  • Stateless Algorithm Implementations - Implements mathematical formulas to calculate coordinates from strings without requiring any external state or database.
  • Bit-Shifting Arithmetic - Uses bit-shifting and binary logic to convert floating point coordinates into discrete grid cell identifiers.
  • Offline Geocoding Systems - Operates as a coordinate-to-code system without network access or external lookup tables to resolve geographic positions.
  • Spatial Precision Levels - Nests smaller grid cells within larger ones to allow for varying levels of precision and zoom.
  • Geocode Recovery - Restores a full location code by combining a shortened version with a nearby reference location.
  • Geographic Identifier Management - Reduces the length of geographic identifiers using local reference points to make addresses easier for humans to share.
  • Geographic Code Manipulators - Open Location Code reduces the length of a location code by using a nearby reference point to omit leading characters.
  • Reference-Based Identifiers - Omits the common prefix of a location code by storing a nearby reference point for local recovery.
  • Geographic Code Validators - Verifies whether a string is a valid sequence or a complete and well-formed location code.

स्टार हिस्ट्री

google/open-location-code के लिए स्टार हिस्ट्री चार्टgoogle/open-location-code के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Open Location Code के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Open Location Code के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • geopy/geopygeopy का अवतार

    geopy/geopy

    4,819GitHub पर देखें↗

    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
    GitHub पर देखें↗4,819
  • geocoder-php/geocodergeocoder-php का अवतार

    geocoder-php/Geocoder

    3,975GitHub पर देखें↗

    Geocoder is a PHP library for converting addresses to geographic coordinates and coordinates back into addresses using various third-party services. It functions as a multi-provider geocoding wrapper and a reverse geocoding engine, providing an abstraction layer to manage multiple geocoding APIs. The project allows for switching between providers or chaining requests for failover to ensure high availability. It also serves as a GeoIP location resolver, translating IP addresses into geographic coordinates and location details through either remote services or local binary databases. The libra

    PHPgeocoder
    GitHub पर देखें↗3,975
  • alexreisner/geocoderalexreisner का अवतार

    alexreisner/geocoder

    6,446GitHub पर देखें↗

    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
    GitHub पर देखें↗6,446
  • dylang/shortiddylang का अवतार

    dylang/shortid

    5,715GitHub पर देखें↗

    shortid is a library for creating compact, non-sequential strings used as unique identifiers for database records and public URLs. It functions as a URL-friendly identifier utility designed to produce short alphanumeric strings. The project allows for the use of a custom alphabet to control the visual appearance of identifiers and avoid ambiguity. This custom character set mapping ensures that generated keys meet specific formatting or branding requirements. The system includes capabilities for non-sequential key generation to prevent resource enumeration, as well as tools to validate whethe

    JavaScript
    GitHub पर देखें↗5,715
Open Location Code के सभी 22 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

google/open-location-code क्या करता है?

Open Location Code एक जियोकोडिंग लाइब्रेरी और टूलसेट है जिसका उपयोग वैश्विक अक्षांश और देशांतर निर्देशांक को मानकीकृत, मानव-पठनीय अल्फ़ान्यूमेरिक डिजिटल पतों में बदलने और वापस लाने के लिए किया जाता है। यह एक ऑफ़लाइन स्थान कोडिंग सिस्टम के रूप में कार्य करता है जो पृथ्वी पर किसी भी स्थान के लिए अद्वितीय पहचानकर्ता उत्पन्न करता है, विशेष रूप से उन क्षेत्रों के लिए डिजिटल पते प्रदान करता है जहां औपचारिक सड़क पते या डाक प्रणाली गायब हैं।

google/open-location-code की मुख्य विशेषताएं क्या हैं?

google/open-location-code की मुख्य विशेषताएं हैं: Digital Addressing Systems, Geocode Decoders, Geographic Coordinate Encoders, Global Location Identifiers, Geocoding Libraries, Offline Geolocation Indexes, Custom Alphabet Encodings, Coordinate-to-Code Encoders।

google/open-location-code के कुछ ओपन-सोर्स विकल्प क्या हैं?

google/open-location-code के ओपन-सोर्स विकल्पों में शामिल हैं: geocoder-php/geocoder — Geocoder is a PHP library for converting addresses to geographic coordinates and coordinates back into addresses using… 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… dylang/shortid — shortid is a library for creating compact, non-sequential strings used as unique identifiers for database records and… googlemaps/google-maps-services-python — This project is a Python client library for interacting with Google Maps web services to retrieve geospatial, routing,… hpneo/gmaps — gmaps is a library that provides a wrapper for the Google Maps API, serving as a geospatial data toolkit and…