awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • librephotos/librephotosالصورة الرمزية لـ LibrePhotos

    LibrePhotos/librephotos

    7,927عرض على GitHub↗

    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
    عرض على GitHub↗7,927
  • traccar/traccarالصورة الرمزية لـ traccar

    traccar/traccar

    7,445عرض على GitHub↗

    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
    عرض على GitHub↗7,445
  • xiangyuecn/areacity-jsspider-statsgovالصورة الرمزية لـ xiangyuecn

    xiangyuecn/AreaCity-JsSpider-StatsGov

    6,672عرض على GitHub↗

    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
    عرض على GitHub↗6,672
  • geocoder-php/geocoderالصورة الرمزية لـ geocoder-php

    geocoder-php/Geocoder

    3,975عرض على GitHub↗

    Geocoder هي مكتبة PHP لتحويل العناوين إلى إحداثيات جغرافية والعكس باستخدام خدمات مختلفة تابعة لجهات خارجية. تعمل كغلاف geocoding متعدد المزودين ومحرك geocoding عكسي، مما يوفر طبقة تجريد لإدارة واجهات برمجة تطبيقات geocoding متعددة. يسمح المشروع بالتبديل بين المزودين أو تسلسل الطلبات لضمان التوفر العالي. كما يعمل كمحلل موقع GeoIP، حيث يترجم عناوين IP إلى إحداثيات جغرافية وتفاصيل الموقع من خلال خدمات عن بُعد أو قواعد بيانات ثنائية محلية. تتضمن المكتبة قدرات لتصدير كائنات الموقع والعنوان إلى تنسيقات جغرافية موحدة. توفر أدوات لتنسيق سلاسل العناوين المخصصة، والاستعلام الواعي بالموقع، وتخزين النتائج مؤقتاً لتقليل طلبات الشبكة المتكررة. يدعم النظام تنفيذ مزودين مخصصين ويتضمن تحليل الأداء لقياس الوقت والذاكرة المستهلكة في مكالمات تحديد الموقع الجغرافي.

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

    PHPgeocoder
    عرض على GitHub↗3,975
  • pulsejet/memoriesالصورة الرمزية لـ pulsejet

    pulsejet/memories

    3,697عرض على GitHub↗

    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
    عرض على GitHub↗3,697
  1. Home
  2. Graphics & Multimedia
  3. Reverse Geocoding

استكشف الوسوم الفرعية

  • Multi-Provider1 وسم فرعيConverts 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.