awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesGeocoding Request Monitors

Utilities for tracking the status of active location lookups and managing their cancellation.

Distinct from Geocoding Libraries: Distinct from Geocoding Libraries: focuses on the lifecycle management of asynchronous geocoding requests rather than the geocoding logic itself.

Explore 2 awesome GitHub repositories matching data & databases · Geocoding Request Monitors. Refine with filters or upvote what's useful.

Awesome Geocoding Request Monitors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hammerspoon/hammerspoonAvatar de Hammerspoon

    Hammerspoon/hammerspoon

    14,497Ver en GitHub↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Provides control over the lifecycle of pending geographic location lookups.

    Objective-Cautomationhammerspoonirc
    Ver en GitHub↗14,497
  • geopy/geopyAvatar de geopy

    geopy/geopy

    4,819Ver en 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

    Provides non-blocking operations to handle multiple concurrent geolocation lookups efficiently.

    Pythongeocodergeocodingpython
    Ver en GitHub↗4,819
  1. Home
  2. Data & Databases
  3. Geospatial Data & Services
  4. Geocoding Libraries
  5. Geocoding Request Monitors

Explorar subetiquetas

  • Asynchronous Geocoding LookupsPerforming multiple geolocation requests concurrently using non-blocking operations. **Distinct from Geocoding Request Monitors:** Focuses on the actual execution of concurrent lookups rather than just monitoring their status.