geographiclib


Namegeographiclib JSON
Version 2.1 PyPI version JSON
download
home_pagehttps://geographiclib.sourceforge.io/Python/
SummaryThe geodesic routines from GeographicLib
upload_time2025-08-21 21:34:26
maintainerNone
docs_urlNone
authorCharles Karney
requires_python>=3.7
licenseMIT
keywords gis geographical earth distance geodesic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python implementation of the geodesic routines in GeographicLib

This is a library to solve geodesic problems on an ellipsoid model of
the earth.

Licensed under the MIT/X11 License; see
[LICENSE.txt](https://geographiclib.sourceforge.io/LICENSE.txt).

The algorithms are documented in

* C. F. F. Karney,
  [Algorithms for geodesics](https://doi.org/10.1007/s00190-012-0578-z),
  J. Geodesy **87**(1), 43–55 (2013);
  [Addenda](https://geographiclib.sourceforge.io/geod-addenda.html).

The documentation for this package is in
https://geographiclib.sourceforge.io/Python/doc

            

Raw data

            {
    "_id": null,
    "home_page": "https://geographiclib.sourceforge.io/Python/",
    "name": "geographiclib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "gis, geographical, earth, distance, geodesic",
    "author": "Charles Karney",
    "author_email": "karney@alum.mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/df/78/4892343230a9d29faa1364564e525307a37e54ad776ea62c12129dbba704/geographiclib-2.1.tar.gz",
    "platform": null,
    "description": "# Python implementation of the geodesic routines in GeographicLib\n\nThis is a library to solve geodesic problems on an ellipsoid model of\nthe earth.\n\nLicensed under the MIT/X11 License; see\n[LICENSE.txt](https://geographiclib.sourceforge.io/LICENSE.txt).\n\nThe algorithms are documented in\n\n* C. F. F. Karney,\n  [Algorithms for geodesics](https://doi.org/10.1007/s00190-012-0578-z),\n  J. Geodesy **87**(1), 43\u201355 (2013);\n  [Addenda](https://geographiclib.sourceforge.io/geod-addenda.html).\n\nThe documentation for this package is in\nhttps://geographiclib.sourceforge.io/Python/doc\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The geodesic routines from GeographicLib",
    "version": "2.1",
    "project_urls": {
        "Documentation": "https://geographiclib.sourceforge.io/Python/doc/",
        "Download": "https://pypi.org/project/geographiclib/",
        "Homepage": "https://geographiclib.sourceforge.io/Python/",
        "Source Code": "https://github.com/geographiclib/geographiclib-python"
    },
    "split_keywords": [
        "gis",
        " geographical",
        " earth",
        " distance",
        " geodesic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31b3802576f2ea5dcb48501bb162e4c7b7b3ca5654a42b2c968ef98a797a4c79",
                "md5": "131e93a65a0c1db4442e60e864b6c008",
                "sha256": "e2a873b9b9e7fc38721ad73d5f4e6c9ed140d428a339970f505c07056997d40b"
            },
            "downloads": -1,
            "filename": "geographiclib-2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "131e93a65a0c1db4442e60e864b6c008",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 40740,
            "upload_time": "2025-08-21T21:34:24",
            "upload_time_iso_8601": "2025-08-21T21:34:24.955207Z",
            "url": "https://files.pythonhosted.org/packages/31/b3/802576f2ea5dcb48501bb162e4c7b7b3ca5654a42b2c968ef98a797a4c79/geographiclib-2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "df784892343230a9d29faa1364564e525307a37e54ad776ea62c12129dbba704",
                "md5": "b96fb97acd8fd91ff3201a917cb95678",
                "sha256": "6a6545e6262d0ed3522e13c515713718797e37ed8c672c31ad7b249f372ef108"
            },
            "downloads": -1,
            "filename": "geographiclib-2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b96fb97acd8fd91ff3201a917cb95678",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 37004,
            "upload_time": "2025-08-21T21:34:26",
            "upload_time_iso_8601": "2025-08-21T21:34:26.000417Z",
            "url": "https://files.pythonhosted.org/packages/df/78/4892343230a9d29faa1364564e525307a37e54ad776ea62c12129dbba704/geographiclib-2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 21:34:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geographiclib",
    "github_project": "geographiclib-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geographiclib"
}
        
Elapsed time: 0.46322s