RetroGeo


NameRetroGeo JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryRetroGeo: A simple offline Reverse Geocoder Library
upload_time2024-09-08 15:04:45
maintainerNone
docs_urlNone
authorSOORAJ TS
requires_pythonNone
licenseNone
keywords reverse geocoding geolocation offline python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Our reverse geocoding library is a robust Python tool designed to translate latitude and longitude coordinates into detailed addresses, entirely offline. It processes geographical coordinates, such as latitude and longitude, and returns a full address corresponding to the location, including country, state, city. The library is optimized for performance and accuracy, leveraging pre-downloaded datasets of geographical locations, eliminating the need for online queries or API calls.

This library is especially useful for applications where internet connectivity is limited or unavailable, or where privacy concerns require offline processing. It supports large-scale reverse geocoding operations by efficiently handling massive datasets, making it ideal for geospatial analysis, mobile applications, and data processing pipelines that require rapid location lookup without external dependencies.

With built-in data compression and storage optimizations, our reverse geocoding library minimizes disk space while maintaining high accuracy, offering developers a reliable solution for offline geocoding tasks.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RetroGeo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "reverse geocoding, geolocation, offline, python",
    "author": "SOORAJ TS",
    "author_email": "sjts007@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "\nOur reverse geocoding library is a robust Python tool designed to translate latitude and longitude coordinates into detailed addresses, entirely offline. It processes geographical coordinates, such as latitude and longitude, and returns a full address corresponding to the location, including country, state, city. The library is optimized for performance and accuracy, leveraging pre-downloaded datasets of geographical locations, eliminating the need for online queries or API calls.\n\nThis library is especially useful for applications where internet connectivity is limited or unavailable, or where privacy concerns require offline processing. It supports large-scale reverse geocoding operations by efficiently handling massive datasets, making it ideal for geospatial analysis, mobile applications, and data processing pipelines that require rapid location lookup without external dependencies.\n\nWith built-in data compression and storage optimizations, our reverse geocoding library minimizes disk space while maintaining high accuracy, offering developers a reliable solution for offline geocoding tasks.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RetroGeo:  A simple offline Reverse Geocoder Library",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "reverse geocoding",
        " geolocation",
        " offline",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc09aa0beca57b33734d34692b5b885251f8ce333b08fa81e3af33bec0b0b5bd",
                "md5": "ad0de9469c40c5e84ac0beef6416325f",
                "sha256": "08fb33d6c49668082fc7993a378e6a764ddb7329483474204cf0429fa7dbaa36"
            },
            "downloads": -1,
            "filename": "RetroGeo-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad0de9469c40c5e84ac0beef6416325f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15846,
            "upload_time": "2024-09-08T15:04:45",
            "upload_time_iso_8601": "2024-09-08T15:04:45.706669Z",
            "url": "https://files.pythonhosted.org/packages/fc/09/aa0beca57b33734d34692b5b885251f8ce333b08fa81e3af33bec0b0b5bd/RetroGeo-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 15:04:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retrogeo"
}
        
Elapsed time: 1.28994s