Name | eurodem2km JSON |
Version |
1.0.5
JSON |
| download |
home_page | |
Summary | Provides local API to get Altitude of any point in Europe by Lat/Lon coordinates. |
upload_time | 2023-02-07 09:35:32 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
dem
altitude
2km
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## eurodem2km
Import the DemAPI class as follows:
`from eurodem2km.api import DemAPI`
and use its method "getAltitude(lat: float, lon: float)" to get the location altitude'
`altitude = DemAPI.getAltitude(44.159,10.386)`
<br/>
### DEVELOPMENT
Clone the code and install as an editable install using:
`python -m pip install -e .`
<br/>
### PACKAGING
Follow this fine tutorial:
https://realpython.com/pypi-publish-python-package/
Install in virtual environment the build and twine tools:
``python -m pip install build twine keyrings.alt``
Build:
``python -m build``
Check output:
``twine check dist/*``
Upload to PyPI:
``twine upload dist/*``
Raw data
{
"_id": null,
"home_page": "",
"name": "eurodem2km",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "dem,altitude,2km",
"author": "",
"author_email": "Marco Foi <foimarco@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/dc/3e/4ea842dce58c7afe18c000533f51e43728174339011c05430dc27f728bfb/eurodem2km-1.0.5.tar.gz",
"platform": null,
"description": "## eurodem2km\n\nImport the DemAPI class as follows:\n\n`from eurodem2km.api import DemAPI`\n\nand use its method \"getAltitude(lat: float, lon: float)\" to get the location altitude' \n\n`altitude = DemAPI.getAltitude(44.159,10.386)`\n\n<br/>\n\n### DEVELOPMENT\n\nClone the code and install as an editable install using: \n`python -m pip install -e .`\n\n<br/>\n\n### PACKAGING\nFollow this fine tutorial:\nhttps://realpython.com/pypi-publish-python-package/\n\nInstall in virtual environment the build and twine tools: \n``python -m pip install build twine keyrings.alt``\n\nBuild: \n``python -m build``\n\nCheck output: \n``twine check dist/*``\n\nUpload to PyPI: \n``twine upload dist/*``\n",
"bugtrack_url": null,
"license": "",
"summary": "Provides local API to get Altitude of any point in Europe by Lat/Lon coordinates.",
"version": "1.0.5",
"split_keywords": [
"dem",
"altitude",
"2km"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2a6eb99b2eceae0f9e1d0c888c6b58c97f354d6944b13a21fdb1b0b1c737244e",
"md5": "3eb8b3c2a531eb79c27789aa41c9a6c4",
"sha256": "a79316714911d5d1a082e78a968a62c36a29301f9f0855d00867e9ade85f2845"
},
"downloads": -1,
"filename": "eurodem2km-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3eb8b3c2a531eb79c27789aa41c9a6c4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6989469,
"upload_time": "2023-02-07T09:35:25",
"upload_time_iso_8601": "2023-02-07T09:35:25.631594Z",
"url": "https://files.pythonhosted.org/packages/2a/6e/b99b2eceae0f9e1d0c888c6b58c97f354d6944b13a21fdb1b0b1c737244e/eurodem2km-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc3e4ea842dce58c7afe18c000533f51e43728174339011c05430dc27f728bfb",
"md5": "637871cfdf384a2be8309043af63368d",
"sha256": "7272c1a8e81822f86378cc3a1f552e5cbe9a96e31b880aa2ae930ab8a86ee53f"
},
"downloads": -1,
"filename": "eurodem2km-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "637871cfdf384a2be8309043af63368d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6990447,
"upload_time": "2023-02-07T09:35:32",
"upload_time_iso_8601": "2023-02-07T09:35:32.241692Z",
"url": "https://files.pythonhosted.org/packages/dc/3e/4ea842dce58c7afe18c000533f51e43728174339011c05430dc27f728bfb/eurodem2km-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-07 09:35:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "eurodem2km"
}