{ "info": { "author": "Jonas Gliss", "author_email": "jonasgliss@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3" ], "description": "|build-status| |docs|\n\n`geonum `__ provides functionality for geographical calculations in three dimensions and includes interfaces for accessing and processing of topographic data. Most of the features (e.g. distance retrievals) are based on the two fundamental objects *GeoPoint* and *GeoVector3D* which are inherited from the respective 2D base classes of the `LatLon23 module `_ and were expanded to support also the vertical dimension.\nGeonum features online access to topographic data from the SRTM dataset, using the\n`SRTM module `_. Furthermore, topographic data from the `ETOPO1 Dataset `_ is supported.\n\nCopyright\n=========\n\nCopyright (C) 2017 Jonas Gli\u00df (jonasgliss@gmail.com)\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see `here `__.\n\nRequirements\n============\n\nIt is recommended to use the *conda* Python package manager (get it e.g. via `miniconda `__)\n\nPlease see `requirements.txt `__ for a list of requirements. Note that these are only the minimum required dependencies. Further, optional requirements are listed below. Note, that dependent on your OS and python version, some of these may be tricky to install:\n\n**Optional dependencies (to use extra features)**\n\n- basemap (plotting of maps)\n- OpenCV\n- netCDF4\n\nInstallation\n============\n\ngeonum is tested and can be installed both for Python >= 3.6 and on all common OS (Windows, linux and OSX).\n\nInstallation via conda\n----------------------\n\nThe easiest way to install geonum is to install the `latest release via the conda-forge channel `_::\n\n conda install -c conda-forge geonum\n\nThis will install all requirements as well.\n\nInstallation via pip or from source\n-------------------------------------\n\nPlease make sure to install all requirements beforehand (see above). You may do this by downloading the `requirements file `__ and calling from the command line::\n\n pip install -r requirements.txt\n\nor - if you use Python 3 - by creating a new conda environment using the provided `conda environment file `_::\n\n conda env create -n geonum_env -f geonum_env.yml\n\nAfter installing the requirements, geonum can be installed from `PyPi `_ using::\n\n pip install geonum\n\nor from source by downloading and extracting the latest release or cloning the repository. After navigating to the source folder (where the setup.py file is located) call::\n\n python setup.py install\n\nInstructions and code documentation\n===================================\n\nThe code documentation of geonum is hosted on `Read The Docs `_\n\nGetting started\n===============\n\nAfter installation try running the `example scripts `_ in order to test the installation. The scripts are also meant to provide an easy start into the main features of geonum.\n\nSupported ETOPO1 files\n======================\n\nIn order to use topography data from the ETOPO1 dataset, please download and unzip one of the following files to the package folder *geonum/local_topo_data/*.\nTested and supported are the following two files (grid registered):\n\n 1. Ice surface: ETOPO1_Ice_g_gmt4.grd (download `here `__)\n 2. Bedrock: ETOPO1_Bed_g_gmt4.grd (download `here `__)\n\nThe local installation folder can be accessed via::\n\n import geonum\n print(geonum.LOCAL_TOPO_PATH)\n\nIf a valid data file is stored in this folder, it will be detected automatically. It is also possible to store the topodata at another location (e.g. ). In this case, the local path to the folder containing the topograph files needs to be provided, e.g.::\n\n import geonum\n access = geonum.topodata.TopoDataAccess(mode=\"etopo1\", local_path=)\n\nIf the path is valid, it will be added to the installation file *LOCAL_TOPO_PATHS.txt*\n\nPlanned changes (for v2.0.0)\n============================\n\nSee below for my (@jgliss) personal wish-list of new features, help is more than welcome as I have to work on geonum mostly in my spare time.\n\n- Refactoring of ``basemap`` dependency to ``cartopy``\n- Base ``TopoData`` on ``xarray.DataArray``\n- Support for more topographic datasets, interpolation of gaps in topodata, merging and interpolation of different topographic datasets\n\n.. |build-status| image:: https://travis-ci.com/jgliss/geonum.svg?branch=master\n :target: https://travis-ci.com/jgliss/geonum\n\n.. |docs| image:: https://readthedocs.org/projects/geonum/badge/?version=latest\n :target: https://geonum.readthedocs.io/en/latest/?badge=latest\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jgliss/geonum", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "geonum", "package_url": "https://pypi.org/project/geonum/", "platform": "", "project_url": "https://pypi.org/project/geonum/", "project_urls": { "Homepage": "https://github.com/jgliss/geonum" }, "release_url": "https://pypi.org/project/geonum/1.4.5/", "requires_dist": null, "requires_python": "", "summary": "Toolbox for 3D geonumerical calculations and atmospheric composition", "version": "1.4.5", "yanked": false, "yanked_reason": null }, "last_serial": 9513374, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "e0db977c66b76d141ef9600a04201847", "sha256": "5220fc9f75f1abe72d0bf45bca5885f6cf666f3908a56e8619c3630f6f75790a" }, "downloads": -1, "filename": "geonum-1.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "e0db977c66b76d141ef9600a04201847", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 43534, "upload_time": "2017-02-18T16:54:03", "upload_time_iso_8601": "2017-02-18T16:54:03.186623Z", "url": "https://files.pythonhosted.org/packages/e7/d5/d4cefd275413020d60390965a69a00f283b9a7af1ea96185fcc9736ed8ee/geonum-1.0.3-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9dc2d701a49071d275089eebcbaa6e58", "sha256": "b2827d48adca46cdd1bd68bebbc780c68f0ce60b3bf9ad519cbb36b1da011cb3" }, "downloads": -1, "filename": "geonum-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9dc2d701a49071d275089eebcbaa6e58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36552, "upload_time": "2017-02-18T16:54:05", "upload_time_iso_8601": "2017-02-18T16:54:05.642228Z", "url": "https://files.pythonhosted.org/packages/40/4b/7044a673dd13872b8c117e895552a6330ad7ee7d77bdbb921407f91dd951/geonum-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c98b52825e28c1fcd7b4166dc224d5f2", "sha256": "f1ac5b0ebd811ef21f4a56e8c0c8453bf0b805808652ed4f7700184bc9ae6f5b" }, "downloads": -1, "filename": "geonum-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c98b52825e28c1fcd7b4166dc224d5f2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 46395, "upload_time": "2017-04-11T06:51:38", "upload_time_iso_8601": "2017-04-11T06:51:38.742863Z", "url": "https://files.pythonhosted.org/packages/b4/b3/44df4e379956b95fc0da53c283dfe7b7f01e34981dc787b954a9287cb161/geonum-1.1.1-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa5d717323a356e62690c290c9056b11", "sha256": "f90274edd20468aaa1ace645983cc3cb13d40d9bef41679e295658ab38961ec2" }, "downloads": -1, "filename": "geonum-1.1.1.zip", "has_sig": false, "md5_digest": "aa5d717323a356e62690c290c9056b11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48188, "upload_time": "2017-04-11T06:51:40", "upload_time_iso_8601": "2017-04-11T06:51:40.323653Z", "url": "https://files.pythonhosted.org/packages/87/8e/28aa328578540787db5e314f9cd534f2bdcfd74fc494af5c6f8e907e6101/geonum-1.1.1.zip", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "586bb17dd9884a78d80aac2cc2a620cf", "sha256": "e4b6383981394eb9e767b345decf3c38df4287aac42e0443cc9db18b7986b0fd" }, "downloads": -1, "filename": "geonum-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "586bb17dd9884a78d80aac2cc2a620cf", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 51616, "upload_time": "2018-01-15T14:57:57", "upload_time_iso_8601": "2018-01-15T14:57:57.390323Z", "url": "https://files.pythonhosted.org/packages/bb/f4/989e82643bdb4b2b21392abace7fce72b344c4a5985cb3d6571105864000/geonum-1.2.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e69fe64db9e1c31e8494ceb1a2fdd54", "sha256": "9ac1ade7c5bd30d95af650a48d07319a0601c210045999c9d97aadbb353fbcc5" }, "downloads": -1, "filename": "geonum-1.2.0.tar.gz", "has_sig": false, "md5_digest": "9e69fe64db9e1c31e8494ceb1a2fdd54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41384, "upload_time": "2018-01-15T14:58:15", "upload_time_iso_8601": "2018-01-15T14:58:15.175738Z", "url": "https://files.pythonhosted.org/packages/38/d9/8bc070478655b06e1b5b7a4b25c6945c2e10d0acbfba0855d7ffe5c752aa/geonum-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "711db9528f3355ad7f286ed14588c732", "sha256": "b9eeca0c3abf5be73ac111d62c5492fb9bda490b9a503510bb53804d7920af13" }, "downloads": -1, "filename": "geonum-1.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "711db9528f3355ad7f286ed14588c732", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 52618, "upload_time": "2018-05-15T09:51:23", "upload_time_iso_8601": "2018-05-15T09:51:23.380778Z", "url": "https://files.pythonhosted.org/packages/4f/83/0257fb45690a9db97f258670d58456096330cf8676d436d7dbd33767f73e/geonum-1.2.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "521e18109ebe7a64d4d1784fd7cfaf29", "sha256": "1d9ed8a417dfe897bd3d8c6bcdac847d5d706b087bb26ecf1df52b7cdb072be6" }, "downloads": -1, "filename": "geonum-1.2.2.tar.gz", "has_sig": false, "md5_digest": "521e18109ebe7a64d4d1784fd7cfaf29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42318, "upload_time": "2018-05-15T09:51:24", "upload_time_iso_8601": "2018-05-15T09:51:24.896184Z", "url": "https://files.pythonhosted.org/packages/6c/0d/bcbf169977e45af6bc48b050140d66f9ceae690233d0736e723b9ba05ece/geonum-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "592f68467b7623d52aa4d65675592980", "sha256": "d189c3b33002043e66c59d4d0445c3d2ae4e723eeb4591e268694083384b57fa" }, "downloads": -1, "filename": "geonum-1.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "592f68467b7623d52aa4d65675592980", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51166, "upload_time": "2018-09-14T13:18:17", "upload_time_iso_8601": "2018-09-14T13:18:17.214939Z", "url": "https://files.pythonhosted.org/packages/c8/8b/e6ce37736ef739323653409ab152e6a90557981ccdabddec5998d955c6a6/geonum-1.3.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "563c01cb794b3d977f7a46373ba3f4ab", "sha256": "74a1d7bf26d37da4903fcad082085f6c2b78885beb839d9e203081efee9d4a08" }, "downloads": -1, "filename": "geonum-1.3.1.tar.gz", "has_sig": false, "md5_digest": "563c01cb794b3d977f7a46373ba3f4ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44164, "upload_time": "2018-09-14T13:18:18", "upload_time_iso_8601": "2018-09-14T13:18:18.939054Z", "url": "https://files.pythonhosted.org/packages/07/5c/690435f33dcd8905df4edcb99c16835fd8d528420dff99ce74cb62ae89a5/geonum-1.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "af27f36b15fc2e1e8499bcc608cdf0d5", "sha256": "fff2dd25bec6ce98be6fd8a6cf998255974beb1c6a0bc56c3487ad2f5e163b73" }, "downloads": -1, "filename": "geonum-1.3.2-py2-none-any.whl", "has_sig": false, "md5_digest": "af27f36b15fc2e1e8499bcc608cdf0d5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 55210, "upload_time": "2018-11-17T22:39:19", "upload_time_iso_8601": "2018-11-17T22:39:19.406803Z", "url": "https://files.pythonhosted.org/packages/a4/e7/2f08ed705a5c6e83d2c98faf0b85cf8e71785c5d1a027456783af34de911/geonum-1.3.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6d6a5c8e9b6fb8128d999acf603955f", "sha256": "4d21c9c74ed82aab40748ccf68c2717adeb2dfce2e07852f4b3277f12f8fa08f" }, "downloads": -1, "filename": "geonum-1.3.2.tar.gz", "has_sig": false, "md5_digest": "e6d6a5c8e9b6fb8128d999acf603955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44313, "upload_time": "2018-11-17T22:39:21", "upload_time_iso_8601": "2018-11-17T22:39:21.203361Z", "url": "https://files.pythonhosted.org/packages/cd/e4/f8dc4dccdb0bd2a114988f4140c6dc3c399191bd1c3f0672950d6f1578a3/geonum-1.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "a5f924201b2f8ab091c603751b5158cf", "sha256": "104dc60647f613ca02575146d1266518c3b9464a36992fe0de0061e2cdba28ea" }, "downloads": -1, "filename": "geonum-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a5f924201b2f8ab091c603751b5158cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 74126, "upload_time": "2019-04-22T13:11:17", "upload_time_iso_8601": "2019-04-22T13:11:17.560905Z", "url": "https://files.pythonhosted.org/packages/62/ab/c3fa2865574437101efcf435c3b63036cc0c22c354038909cacb284c68df/geonum-1.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3682b28449b8848c79d6a9ab84640e49", "sha256": "f4848f2351a28e5c46c18a8a7b263717dc9d1865ceda41a2f7935c6c8a1b59c6" }, "downloads": -1, "filename": "geonum-1.4.0.tar.gz", "has_sig": false, "md5_digest": "3682b28449b8848c79d6a9ab84640e49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50546, "upload_time": "2019-04-22T13:11:19", "upload_time_iso_8601": "2019-04-22T13:11:19.227275Z", "url": "https://files.pythonhosted.org/packages/66/8a/fa79c3b1b7c2fc5df1923b617a8ebc8d80441c4c35b46c68048a061bd6ed/geonum-1.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "b08b28bd54276ca59898f82eff772ae6", "sha256": "87e2cc0f0826d8c24a5f903e75bfbc7dac15b0e627f02a9b9a8a217a73c8b79b" }, "downloads": -1, "filename": "geonum-1.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b08b28bd54276ca59898f82eff772ae6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74536, "upload_time": "2019-05-17T16:22:06", "upload_time_iso_8601": "2019-05-17T16:22:06.039243Z", "url": "https://files.pythonhosted.org/packages/32/ec/2ee7f43d7b3a4f523da2893c5eb04fc1c71cb01b63fe982707ae65a51e69/geonum-1.4.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b709494a618fc1b3510b10314274ea87", "sha256": "6ca2159981abeed03d7b04b8d7d7782bfdee0cd32ad4b5573b6b64a966c091de" }, "downloads": -1, "filename": "geonum-1.4.1.tar.gz", "has_sig": false, "md5_digest": "b709494a618fc1b3510b10314274ea87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62696, "upload_time": "2019-05-17T16:22:07", "upload_time_iso_8601": "2019-05-17T16:22:07.761518Z", "url": "https://files.pythonhosted.org/packages/b2/d3/738ca8f560beba774b3442ac6cd1de08d33c0ac264f1291f73ef8b0c343f/geonum-1.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "24eb2faf43bd385e3d37d349b3f2558d", "sha256": "b10af33ec814b4400844ce17b66ee1c4fbbb6c5afa49a0588b2e21a81283512c" }, "downloads": -1, "filename": "geonum-1.4.2-py3-none-any.whl", "has_sig": false, "md5_digest": "24eb2faf43bd385e3d37d349b3f2558d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74517, "upload_time": "2019-05-17T21:46:16", "upload_time_iso_8601": "2019-05-17T21:46:16.404593Z", "url": "https://files.pythonhosted.org/packages/bf/0a/8f740a887ac6ec711d4a19b301c3555e1238177cf7319c37b7fbf0c7293a/geonum-1.4.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bbef113097c1028b19ec461040946c95", "sha256": "8e5a545f48c527583e07e0c5a861abfe6c03fbe55ef9bbdc423e98761097561d" }, "downloads": -1, "filename": "geonum-1.4.2.tar.gz", "has_sig": false, "md5_digest": "bbef113097c1028b19ec461040946c95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62686, "upload_time": "2019-05-17T21:46:18", "upload_time_iso_8601": "2019-05-17T21:46:18.411394Z", "url": "https://files.pythonhosted.org/packages/08/aa/5ff03609a3e89a2c513a2dff3010fca4deaac4e09c54a78e180713772531/geonum-1.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "1c8883931c13c04f433e409ffa999b5c", "sha256": "dde9a1c49778f02a908c217b00018125de9f5fbdac50dbe45285e85d323a9c01" }, "downloads": -1, "filename": "geonum-1.4.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1c8883931c13c04f433e409ffa999b5c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74446, "upload_time": "2019-05-18T15:06:18", "upload_time_iso_8601": "2019-05-18T15:06:18.160406Z", "url": "https://files.pythonhosted.org/packages/4f/7b/18b70903be0ed462262e787c6dbf61c9fb6e32ca6e70a94e21541f957e0c/geonum-1.4.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09248177eda755566b88f0a378ef5ba6", "sha256": "f393389a0c22664613075cd22e784aee264e7ea4c4d8aa2accf2b2896c826150" }, "downloads": -1, "filename": "geonum-1.4.3.tar.gz", "has_sig": false, "md5_digest": "09248177eda755566b88f0a378ef5ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62549, "upload_time": "2019-05-18T15:06:20", "upload_time_iso_8601": "2019-05-18T15:06:20.196128Z", "url": "https://files.pythonhosted.org/packages/87/f9/2dca7700469b4d6d4eaad8afcde93339e551c88cd85fe925ed17c18f588d/geonum-1.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.4": [ { "comment_text": "", "digests": { "md5": "f63ffa6c6b57b9ad9713cae6f6252156", "sha256": "b4e2f617a41219f526669fdcb6264534dfe96e782147137bc19fc73785250530" }, "downloads": -1, "filename": "geonum-1.4.4-py3-none-any.whl", "has_sig": false, "md5_digest": "f63ffa6c6b57b9ad9713cae6f6252156", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 82488, "upload_time": "2019-10-27T07:12:42", "upload_time_iso_8601": "2019-10-27T07:12:42.155854Z", "url": "https://files.pythonhosted.org/packages/94/78/279610acf162138af9b5a8280238d0f5b7343cc09285b660fc9c5a4fd814/geonum-1.4.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e625f30eb36411942af4da577dc6198", "sha256": "466aea5d7c020afe8946bc4becceb3e3eed8855a9cfede562c178a87f2667324" }, "downloads": -1, "filename": "geonum-1.4.4.tar.gz", "has_sig": false, "md5_digest": "6e625f30eb36411942af4da577dc6198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62736, "upload_time": "2019-10-27T07:12:44", "upload_time_iso_8601": "2019-10-27T07:12:44.404954Z", "url": "https://files.pythonhosted.org/packages/68/a5/44a5e0aa424a9d8b9b7262d2a9b9252166cefbef31e3d53ec3d4a595fa3a/geonum-1.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "2c2675a09a5692ec3abcd3ef1dd9aedd", "sha256": "edecde10c8c5ba8060184e80e9b9f11f3b844efd93ec56353c3da785da5c14a5" }, "downloads": -1, "filename": "geonum-1.4.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2c2675a09a5692ec3abcd3ef1dd9aedd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 76888, "upload_time": "2021-02-24T17:17:22", "upload_time_iso_8601": "2021-02-24T17:17:22.598792Z", "url": "https://files.pythonhosted.org/packages/e8/d3/ad9b0fe1c7726921e29fe90261b8306701fb72fb1f0ded3ebb21ee54cabf/geonum-1.4.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8377f4fcf4ae0bac6abf22ad3be4c43", "sha256": "0ee42117598bfd2ae24bac0bf3807609951fe002454f2cef90a85daebdcc61bb" }, "downloads": -1, "filename": "geonum-1.4.5.tar.gz", "has_sig": false, "md5_digest": "a8377f4fcf4ae0bac6abf22ad3be4c43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65532, "upload_time": "2021-02-24T17:17:24", "upload_time_iso_8601": "2021-02-24T17:17:24.601810Z", "url": "https://files.pythonhosted.org/packages/2a/47/171e519db92ff91fad9169c8e452e81de4d34b77523813e4e42d12346de2/geonum-1.4.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.5rc1": [ { "comment_text": "", "digests": { "md5": "084c13bdc0e4d0868f6896e3c0063116", "sha256": "13a26c4cfc9c3c140f7b69920cba1ab8fbc75aadc81d2923b5688e12d9e50fbe" }, "downloads": -1, "filename": "geonum-1.4.5rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "084c13bdc0e4d0868f6896e3c0063116", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 76924, "upload_time": "2021-02-24T17:11:42", "upload_time_iso_8601": "2021-02-24T17:11:42.874213Z", "url": "https://files.pythonhosted.org/packages/44/70/5e16e1ea6fa26732a1bd035a69275fb40db0b91fd4a636754c57db8c13a1/geonum-1.4.5rc1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "984604004524c8abfb73ccc5fef18756", "sha256": "80326ec2171df2fcfdb3867a2afafb9bddeca9790e1d32ba60357544bc7b0e5d" }, "downloads": -1, "filename": "geonum-1.4.5rc1.tar.gz", "has_sig": false, "md5_digest": "984604004524c8abfb73ccc5fef18756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65544, "upload_time": "2021-02-24T17:11:44", "upload_time_iso_8601": "2021-02-24T17:11:44.987522Z", "url": "https://files.pythonhosted.org/packages/4f/98/9cc06af996330a5f2a825910c32f4a2cf3a21c9de9914d479a96ee3188d9/geonum-1.4.5rc1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c2675a09a5692ec3abcd3ef1dd9aedd", "sha256": "edecde10c8c5ba8060184e80e9b9f11f3b844efd93ec56353c3da785da5c14a5" }, "downloads": -1, "filename": "geonum-1.4.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2c2675a09a5692ec3abcd3ef1dd9aedd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 76888, "upload_time": "2021-02-24T17:17:22", "upload_time_iso_8601": "2021-02-24T17:17:22.598792Z", "url": "https://files.pythonhosted.org/packages/e8/d3/ad9b0fe1c7726921e29fe90261b8306701fb72fb1f0ded3ebb21ee54cabf/geonum-1.4.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8377f4fcf4ae0bac6abf22ad3be4c43", "sha256": "0ee42117598bfd2ae24bac0bf3807609951fe002454f2cef90a85daebdcc61bb" }, "downloads": -1, "filename": "geonum-1.4.5.tar.gz", "has_sig": false, "md5_digest": "a8377f4fcf4ae0bac6abf22ad3be4c43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65532, "upload_time": "2021-02-24T17:17:24", "upload_time_iso_8601": "2021-02-24T17:17:24.601810Z", "url": "https://files.pythonhosted.org/packages/2a/47/171e519db92ff91fad9169c8e452e81de4d34b77523813e4e42d12346de2/geonum-1.4.5.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }