{ "info": { "author": "Andrew Kirilenko", "author_email": "iced@gojuno.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "HexGridGeo\n==========\n\nBasics\n------\n\nGEO wrapper for `HexGrid `_\n\nExample\n-------\n\n.. code-block:: python\n\n import hexgrid\n import hexgridgeo\n import morton\n\n grid = hexgridgeo.Grid(\n hexgrid.OrientationFlat, hexgrid.Point(500, 500),\n hexgridgeo.ProjectionSM)\n hex = grid.hex_at(hexgridgeo.Point(-73.5, 40.3))\n code = grid.hex_to_code(hex)\n restored_hex = grid.hex_from_code(code)\n neighbors = grid.hex_neighbors(hex, 2)\n points = [\n hexgridgeo.Point(-73.0, 40.0), hexgridgeo.Point(-74.0, 40.0),\n hexgridgeo.Point(-74.0, 41.0), hexgridgeo.Point(-73.0, 41.0)\n ]\n region = grid.make_region(points)\n hexes_in_region = region.hexes", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gojuno/hexgridgeo-py", "keywords": "hexgridgeo", "license": "BSD", "maintainer": "Alexander Verbitsky", "maintainer_email": "averbitsky@gojuno.com", "name": "hexgridgeo-py", "package_url": "https://pypi.org/project/hexgridgeo-py/", "platform": "", "project_url": "https://pypi.org/project/hexgridgeo-py/", "project_urls": { "Homepage": "https://github.com/gojuno/hexgridgeo-py" }, "release_url": "https://pypi.org/project/hexgridgeo-py/1.3/", "requires_dist": null, "requires_python": "", "summary": "HexGrid Geo", "version": "1.3" }, "last_serial": 3934913, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5181f7d251c8856cbdbf5eb8c657bae8", "sha256": "e04b81534dd35ee8ad3c883b751b3695b059f18d9f4381b0970e01c49e3191d1" }, "downloads": -1, "filename": "hexgridgeo-py-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5181f7d251c8856cbdbf5eb8c657bae8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3966, "upload_time": "2016-10-24T09:30:39", "url": "https://files.pythonhosted.org/packages/e1/e8/4f4babc7ca1aeeb8b925fb6595b30e616b47d12dee33e86e4f75b043dfe9/hexgridgeo-py-1.0.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "39fafbd2aed008bddc2a7b5a8cfa07fd", "sha256": "801a8a64370f0d9ab79c2097e4c4b9c82ae22e716976593ac64bada5ef7e0017" }, "downloads": -1, "filename": "hexgridgeo-py-1.1.tar.gz", "has_sig": false, "md5_digest": "39fafbd2aed008bddc2a7b5a8cfa07fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3969, "upload_time": "2016-10-27T08:20:15", "url": "https://files.pythonhosted.org/packages/10/80/e23f7857d8532c830c5892787fb5d38f59467c6157aecc029e721b8d4212/hexgridgeo-py-1.1.tar.gz" } ], "1.1": [], "1.2": [ { "comment_text": "", "digests": { "md5": "005abf8992194cf5dadbdadb9f500880", "sha256": "0dadd5ce384b0ef8197f77031f369029d62459134d53ccb3c232e11254bb2315" }, "downloads": -1, "filename": "hexgridgeo-py-1.2.tar.gz", "has_sig": false, "md5_digest": "005abf8992194cf5dadbdadb9f500880", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4168, "upload_time": "2017-01-04T17:17:08", "url": "https://files.pythonhosted.org/packages/0e/b7/fe84412b824350c091fb9c93c0df224a6b86aa1c43f0a789a7a6a981d01e/hexgridgeo-py-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "e58cc7f53c544e7b09934e330cfb621e", "sha256": "f29893f8650bb784656effde6b78fdd00f9483c146834036078bcfd1a034d14b" }, "downloads": -1, "filename": "hexgridgeo-py-1.3.tar.gz", "has_sig": false, "md5_digest": "e58cc7f53c544e7b09934e330cfb621e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4191, "upload_time": "2018-06-06T06:46:14", "url": "https://files.pythonhosted.org/packages/c9/ec/f73de431a573184491cd48222f231df545d0fc052222dd77e23e5bdfa756/hexgridgeo-py-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e58cc7f53c544e7b09934e330cfb621e", "sha256": "f29893f8650bb784656effde6b78fdd00f9483c146834036078bcfd1a034d14b" }, "downloads": -1, "filename": "hexgridgeo-py-1.3.tar.gz", "has_sig": false, "md5_digest": "e58cc7f53c544e7b09934e330cfb621e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4191, "upload_time": "2018-06-06T06:46:14", "url": "https://files.pythonhosted.org/packages/c9/ec/f73de431a573184491cd48222f231df545d0fc052222dd77e23e5bdfa756/hexgridgeo-py-1.3.tar.gz" } ] }