awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesReverse Geocoding

Converting geographic coordinates into human-readable place names.

Distinct from Geocoding Converters: None of the candidates cover the specific process of converting coordinates to place names within a media context.

Explore 5 awesome GitHub repositories matching graphics & multimedia · Reverse Geocoding. Refine with filters or upvote what's useful.

Awesome Reverse Geocoding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • librephotos/librephotosAvatar von LibrePhotos

    LibrePhotos/librephotos

    7,927Auf GitHub ansehen↗

    LibrePhotos is a self-hosted photo management system designed for organizing, tagging, and searching photos and videos stored on personal servers. It functions as an AI-powered media organizer and a multi-user media server, providing isolated accounts and secure permissions so multiple people can manage private collections on a single system. The project differentiates itself through a semantic image search engine that allows for natural language queries based on deep metadata analysis. It incorporates computer vision to automatically detect faces and identify objects, while utilizing geospat

    Converts raw GPS coordinates from image headers into human-readable place names using an external database.

    Pythondjangoexifhacktoberfest
    Auf GitHub ansehen↗7,927
  • traccar/traccarAvatar von traccar

    traccar/traccar

    7,445Auf GitHub ansehen↗

    Traccar is an open-source GPS tracking server that receives location data from over 2000 device models using 200 different communication protocols, functioning as a multi-protocol device gateway for real-time position monitoring and fleet management. It provides a self-hosted fleet management platform deployable on Windows, Linux, or cloud infrastructure, with a geofencing engine that defines virtual boundaries and triggers configurable alerts when devices enter or exit those zones. The server delivers real-time device positions, events, and status updates to connected clients through WebSock

    Converts GPS coordinates to human-readable addresses using multiple external geocoding services.

    Javagpsgps-trackinghacktoberfest
    Auf GitHub ansehen↗7,445
  • xiangyuecn/areacity-jsspider-statsgovAvatar von xiangyuecn

    xiangyuecn/AreaCity-JsSpider-StatsGov

    6,672Auf GitHub ansehen↗

    This project is an administrative GIS toolset that provides a comprehensive dataset of China's administrative divisions, including provinces, cities, districts, and townships. It functions as a coordinate system transformer and a boundary converter for transforming geographic data into standard formats. The toolset distinguishes itself through the ability to convert administrative boundary data between CSV, GeoJSON, Shapefiles, and SQL. It includes specialized utilities for coordinate system transformation between GCJ-02, BD-09, WGS-84, and CGCS2000 standards to ensure accuracy across differe

    Identifies the specific administrative city or region associated with a set of geographic coordinates.

    JavaScript
    Auf GitHub ansehen↗6,672
  • geocoder-php/geocoderAvatar von geocoder-php

    geocoder-php/Geocoder

    3,975Auf GitHub ansehen↗

    Geocoder ist eine PHP-Bibliothek zur Konvertierung von Adressen in geografische Koordinaten und Koordinaten zurück in Adressen unter Verwendung verschiedener Dienste von Drittanbietern. Sie fungiert als Multi-Provider-Geocoding-Wrapper und Reverse-Geocoding-Engine und bietet eine Abstraktionsschicht zur Verwaltung mehrerer Geocoding-APIs. Das Projekt ermöglicht das Umschalten zwischen Anbietern oder das Verketten von Anfragen für Failover, um eine hohe Verfügbarkeit zu gewährleisten. Es dient zudem als GeoIP-Standortauflöser, der IP-Adressen in geografische Koordinaten und Standortdetails übersetzt, entweder über Remote-Dienste oder lokale Binärdatenbanken. Die Bibliothek enthält Funktionen zum Exportieren von Standort- und Adressobjekten in standardisierte geografische Formate. Sie bietet Dienstprogramme für benutzerdefinierte Adress-String-Formatierung, gebietsschema-bewusste Abfragen und Ergebnis-Caching, um redundante Netzwerkanfragen zu reduzieren. Das System unterstützt die Implementierung benutzerdefinierter Anbieter und enthält Performance-Profiling, um die Zeit und den Speicherverbrauch für Geolokalisierungsaufrufe zu messen.

    Translates geographic latitude and longitude coordinates into human-readable street addresses and place names.

    PHPgeocoder
    Auf GitHub ansehen↗3,975
  • pulsejet/memoriesAvatar von pulsejet

    pulsejet/memories

    3,697Auf GitHub ansehen↗

    Memories is a self-hosted photo and video management system designed for organizing, indexing, and sharing media libraries from a private server. It functions as an AI-powered media organizer that uses artificial intelligence for face recognition and object tagging to automatically categorize large collections. The system distinguishes itself through deep metadata integration and specialized processing, featuring a geographic photo viewer that plots media on a map using GPS data and reverse geocoding. It also includes a self-hosted video transcoder that converts files into adaptive HLS stream

    Converts geographic coordinates into human-readable place names using a local boundary dataset.

    Vuebackup-toolgallerynextcloud
    Auf GitHub ansehen↗3,697
  1. Home
  2. Graphics & Multimedia
  3. Reverse Geocoding

Unter-Tags erkunden

  • Multi-Provider1 Sub-TagConverts GPS coordinates to addresses by querying multiple external geocoding services through a pluggable interface. **Distinct from Reverse Geocoding:** Distinct from Reverse Geocoding: adds support for multiple providers and a pluggable interface, not just coordinate-to-address conversion.