{"id":34060293,"url":"https://github.com/ninuxorg/python-geojson-elevation","last_synced_at":"2026-04-07T07:01:28.366Z","repository":{"id":32847473,"uuid":"36441073","full_name":"ninuxorg/python-geojson-elevation","owner":"ninuxorg","description":"GeoJSON compatible elevation proxy","archived":false,"fork":false,"pushed_at":"2016-11-28T10:28:07.000Z","size":43,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-03-13T22:12:40.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ninuxorg.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-28T13:43:56.000Z","updated_at":"2018-07-19T13:57:01.000Z","dependencies_parsed_at":"2022-08-28T05:00:57.056Z","dependency_job_id":null,"html_url":"https://github.com/ninuxorg/python-geojson-elevation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ninuxorg/python-geojson-elevation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninuxorg%2Fpython-geojson-elevation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninuxorg%2Fpython-geojson-elevation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninuxorg%2Fpython-geojson-elevation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninuxorg%2Fpython-geojson-elevation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninuxorg","download_url":"https://codeload.github.com/ninuxorg/python-geojson-elevation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninuxorg%2Fpython-geojson-elevation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-14T04:04:32.826Z","updated_at":"2026-04-07T07:01:28.361Z","avatar_url":"https://github.com/ninuxorg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-geojson-elevation\n========================\n\n.. image:: https://travis-ci.org/ninuxorg/python-geojson-elevation.svg\n   :target: https://travis-ci.org/ninuxorg/python-geojson-elevation\n\n.. image:: https://coveralls.io/repos/ninuxorg/python-geojson-elevation/badge.svg\n  :target: https://coveralls.io/r/ninuxorg/python-geojson-elevation\n\n.. image:: https://landscape.io/github/ninuxorg/python-geojson-elevation/master/landscape.svg\n   :target: https://landscape.io/github/ninuxorg/python-geojson-elevation/master\n   :alt: Code Health\n\n.. image:: https://requires.io/github/ninuxorg/python-geojson-elevation/requirements.svg?branch=master\n   :target: https://requires.io/github/ninuxorg/python-geojson-elevation/requirements/?branch=master\n   :alt: Requirements Status\n\n.. image:: https://badge.fury.io/py/geojson-elevation.svg\n   :target: https://pypi.python.org/pypi/geojson-elevation\n\n------------\n\nGeoJSON proxy to popular elevation web services.\n\nCurrently only Google Elevation API is implemented.\n\n**New backends or improvements very welcome!**\n\nTribute to `Nodeshot \u003chttps://github.com/ninuxorg/nodeshot\u003e`__ and `Leaflet.Elevation \u003chttps://github.com/MrMufflon/Leaflet.Elevation\u003e`__\n-----------------------------------------------------------------------------------------------------------------------------------------\n\nThis code was originally written for `Nodeshot \u003chttps://github.com/ninuxorg/nodeshot\u003e`__\nin order to add an elevation profile feature using the wonderful\n`Leaflet.Elevation \u003chttps://github.com/MrMufflon/Leaflet.Elevation\u003e`__ javascript plugin.\n\nLater the code was refactored and extracted into this python package.\n\nInstall stable version from pypi\n--------------------------------\n\nInstall via pip::\n\n    pip install geojson_elevation\n\nInstall development version\n---------------------------\n\nInstall tarball:\n\n.. code-block:: shell\n\n    pip install https://github.com/ninuxorg/python-geojson-elevation/tarball/master\n\nAlternatively you can install via pip using git:\n\n.. code-block:: shell\n\n    pip install -e git+git://github.com/ninuxorg/python-geojson-elevation#egg=geojson-elevation\n\nIf you want to contribute, install your cloned fork:\n\n.. code-block:: shell\n\n    git clone git@github.com:\u003cyour_fork\u003e/python-geojson-elevation.git\n    cd python-geojson-elevation\n    python setup.py develop\n\nBasic Usage Example\n-------------------\n\n.. code-block:: python\n\n    from geojson_elevation.google import elevation\n\n    # 1 point\n    elevation('41.889040454306752,12.525333445447737')\n\n    # path\n    elevation('41.889040454306752,12.525333445447737|41.889050454306752,12.525335445447737')\n\nRunning tests\n-------------\n\nInstall your forked repo:\n\n.. code-block:: shell\n\n    git clone git://github.com/\u003cyour_fork\u003e/python-geojson-elevation\n    cd python-geojson-elevation/\n    python setup.py develop\n\nInstall test requirements:\n\n.. code-block:: shell\n\n    pip install -r requirements-test.txt\n\nRun tests with:\n\n.. code-block:: shell\n\n    ./runtests.py\n\nAlternatively, you can use the ``nose`` command (which has a ton of available options):\n\n.. code-block:: shell\n\n    nosetests\n    nosetests tests.google_tests  # run only google elevation API tests\n\nSee test coverage with:\n\n.. code-block:: shell\n\n    coverage run --source=geojson_elevation runtests.py \u0026\u0026 coverage report\n\nContribute\n----------\n\n1. Join the `mailing list`_\n2. Fork this repo and install it\n3. Follow `PEP8, Style Guide for Python Code`_\n4. Write code\n5. Write tests for your code\n6. Ensure all tests pass\n7. Ensure test coverage is not under 90%\n8. Document your changes\n9. Send pull request\n\n.. _PEP8, Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/\n.. _mailing list: http://ml.ninux.org/mailman/listinfo/ninux-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninuxorg%2Fpython-geojson-elevation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninuxorg%2Fpython-geojson-elevation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninuxorg%2Fpython-geojson-elevation/lists"}