{ "info": { "author": "Logan Noel (lmnoel)", "author_email": "lnoel@uchicago.edu", "bugtrack_url": null, "classifiers": [], "description": "# spatial_access: Compute travel times and spatial access metrics at scale\nCompute travel times and spatial access measures at scale (millions of origin-destination pairs in minutes). \nTravel times for three modes: walking, biking, driving. \nSpatial access measures: provider-to-people ratio, avg. time to nearest provider, count/attribute sum of nearby providers, weighted access scores and floating catchment areas.\n\n\n \n \n \n\n \n \n\n\n\n \n \n\n\n\n \n \n\n
Latest Release\n \n \"latest\n \n
Build Status\n \n \"travis\n
Documentation\n \n \"read\n
Tested Operating Systems\n Ubuntu, macOS\n
\n\n\nComponents of spatial_access :\n----\nspatial_access has two submodules:\n- p2p: Generate many to many matrices with travel times for sets of coordinates. Use `walk` ,`bike` or `drive` network types (import `transit` from other sources), or get the distance in meters.\n- Models: Contains a suite of models for calculating spatial accessibility to amenities.\n \nTo use this service as a ReST API, see: https://github.com/GeoDaCenter/spatial_access_api \n\nIf you are a Windows user, instructions for installing Ubuntu on a virtual machine are at the bottom of the Readme.\n\n\nInstallation \n----\n0. A modern compiler like `gcc` or `clang`.\n\n1. Dependencies \n\n - MacOS:\n\n `brew install spatialindex`\n\n - Ubuntu:\n\n `sudo apt-get install libspatialindex-dev`\n \n `sudo apt-get install python-tk`\n \n2. Package \n\n `pip3 install spatial_access`\n\n\nUsage\n---\nSee the iPython notebooks in `docs/` for example usage, or https://readthedocs.org/projects/spatial-acccess/ for technical documentation.\n\n### Overwriting default configuration values\np2p provides default configuration values for edge weights and node impedence (see spatial_access/configs.py).\nYou can overwrite these as follows:\n```\nfrom spatial_access.p2p import TransitMatrix\nfrom spatial_access.Configs import Configs\ncustom_config = Configs()\n# set fields of custom_cofig\ntm = TransitMatrix(..., configs=custom_config)\n# continue with computation \n```\n\n\nMaintainance\n---\n\n### Instructions for building locally (only for developers):\n\n- Additional requirements: `cython` and `jinja2`\n- To regenerate .pyx files, run: `bash cythonize_extension.sh` (TravisCI will do this automatically on deployment)\n- To install locally, run: `sudo python3 setup.py install ` from spatial_access root directory\n- Unit tests require the `pytest` package. From package root directory, run `python3 -m pytest tests/` to run all unit tests.\n\n### PyPi Maintenance\nThe package lives at: `https://pypi.org/project/spatial-access/`\n\nWhen a branch is pulled into Master and builds/passes all unit tests,\nTravis CI will automatically deploy the build to PyPi. \n\n\nTo update PyPi access credentials, see .travis.yml and follow the instructions at https://docs.travis-ci.com/user/deployment/pypi/\nto generate a new encrypted password.\n\n\n### Installing Ubuntu 18 LTS with dependencies from scratch (recommended for Windows users)\n\n1. Follow the instructions at this link: https://linus.nci.nih.gov/bdge/installUbuntu.html to set up a virtual machine\n2. `sudo apt-get update`\n3. `sudo add-apt-repository universe`\n4. `sudo apt-get -y install python3-pip`\n5. Continue with Installation Instructions (above)\n\n### Questions/Feedback?\n\nlnoel@uchicago.edu or spatial@uchicago.edu\n\n### Acknowledgments\n\nDeveloped by Logan Noel at the University of Chicago's Center for Spatial Data Science (CSDS) with support from the Public Health National Center for Innovations (PHNCI), the University of Chicago, and CSDS.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GeoDaCenter/spatial_access", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "spatial-access", "package_url": "https://pypi.org/project/spatial-access/", "platform": "", "project_url": "https://pypi.org/project/spatial-access/", "project_urls": { "Homepage": "https://github.com/GeoDaCenter/spatial_access" }, "release_url": "https://pypi.org/project/spatial-access/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.0.0" }, "last_serial": 5377888, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "9682ecc84c87d9a3c94b43fe3345b8cb", "sha256": "146690a1b0999ef3a164e2a1ae80f3b8f668cf43b63ab15d0b1ad0e5fb250204" }, "downloads": -1, "filename": "spatial_access-0.1.10-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "9682ecc84c87d9a3c94b43fe3345b8cb", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311308, "upload_time": "2019-04-30T18:30:37", "url": "https://files.pythonhosted.org/packages/f5/50/6350b9ec03eb502d6e4f77b40cfdc0adf1e3a914c90e1d8b9b362523a8e1/spatial_access-0.1.10-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "61f821407f1c46368e76487eb4985111", "sha256": "9dae815f702775adbd3a6690017f0c72e374018c6515b99450ac29fac138b7de" }, "downloads": -1, "filename": "spatial_access-0.1.10.tar.gz", "has_sig": false, "md5_digest": "61f821407f1c46368e76487eb4985111", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115589, "upload_time": "2019-04-27T15:00:41", "url": "https://files.pythonhosted.org/packages/15/6e/5f8267430cdd812c8f075702e8ff4d21d666c60cf1ec3204429c6b401fa8/spatial_access-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "5060f9aaa5bfd460b4c93c7fc26cf163", "sha256": "d4a6cbcf0d57160fae594e17bcf9be711a2909114be4d90b1d05184d2aeba9a6" }, "downloads": -1, "filename": "spatial_access-0.1.11.tar.gz", "has_sig": false, "md5_digest": "5060f9aaa5bfd460b4c93c7fc26cf163", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39300, "upload_time": "2019-04-30T18:36:42", "url": "https://files.pythonhosted.org/packages/69/4d/aeabebe6dea544d0a0ab02763ba88b0f370f1595181d5a5b7ae410093e16/spatial_access-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "5a3a6ba89deff8a1ff5ad0b7988550b8", "sha256": "c77327c2d6f200ad5bb2dabd18a36e8c6114c34b2a4b485578923bc8d8dddb25" }, "downloads": -1, "filename": "spatial_access-0.1.12.tar.gz", "has_sig": false, "md5_digest": "5a3a6ba89deff8a1ff5ad0b7988550b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39305, "upload_time": "2019-05-02T17:13:13", "url": "https://files.pythonhosted.org/packages/92/d6/9b350a59535547d8b03270b67a4a7b05d7ccfe67d16be2e5b17237d27b60/spatial_access-0.1.12.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "19d83ee483ba56f2051aeb99c462ac76", "sha256": "d2be00d27710f2caa4d5d7fb7aa8aaef6b72a6095121a64d537b3c5eefb5b3cc" }, "downloads": -1, "filename": "spatial_access-0.1.14-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "19d83ee483ba56f2051aeb99c462ac76", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311291, "upload_time": "2019-05-08T21:18:28", "url": "https://files.pythonhosted.org/packages/47/06/e96a002d1c9f40b2b2cc7972de1df5bc3da0a1ba7f1bdbee3863ee89d72c/spatial_access-0.1.14-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "01ab79f7a81c6590f3860a5781168923", "sha256": "22ecb6664891268c105ca25a73546684b96f04a263524e3e0206cbc5d00118f8" }, "downloads": -1, "filename": "spatial_access-0.1.14.tar.gz", "has_sig": false, "md5_digest": "01ab79f7a81c6590f3860a5781168923", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39305, "upload_time": "2019-05-02T18:39:03", "url": "https://files.pythonhosted.org/packages/45/29/8d99f6a67ec1b091d0e7bb1dd17ebc37b49cbac171ccd258ae55eb5373eb/spatial_access-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "991b9cd3574665e735fc3d7e0a54cd38", "sha256": "e3956baeb40963089284bc368696055ec9ed5a328d78f62e91e486775bec3365" }, "downloads": -1, "filename": "spatial_access-0.1.15-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "991b9cd3574665e735fc3d7e0a54cd38", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311294, "upload_time": "2019-05-08T21:22:58", "url": "https://files.pythonhosted.org/packages/3e/f2/623db85ad584f180f2cb725c40b996b800588132f46f0508901eea173132/spatial_access-0.1.15-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "bea57de64fcb24e14e67963e330ee3da", "sha256": "b9adfc5b4f6381c4e54c60ae66236a426e4201229f000a34b3b7a186fdb89f18" }, "downloads": -1, "filename": "spatial_access-0.1.15.tar.gz", "has_sig": false, "md5_digest": "bea57de64fcb24e14e67963e330ee3da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124811, "upload_time": "2019-05-08T21:23:00", "url": "https://files.pythonhosted.org/packages/93/2e/bad7b90dcc74a9567de11cacc2735d5dc06c77de5cef779bc9d823b575a4/spatial_access-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "2dac6b58963a5dd9359be15e1162c685", "sha256": "bce5e6884a1dd96fc1cd7cd637292747bbaf4616c1e9a4d960a2cd3618254433" }, "downloads": -1, "filename": "spatial_access-0.1.16-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "2dac6b58963a5dd9359be15e1162c685", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311445, "upload_time": "2019-05-08T21:58:57", "url": "https://files.pythonhosted.org/packages/08/16/aa1337c5f6a7799944b19501bb80b2e881070236902d28e1fb51c390075b/spatial_access-0.1.16-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "f22fcbd12be1c04736f3ecde01464378", "sha256": "44a40ed9aa707973adf4e96f3e5e87188f91c4b0150d87246ce975369a7c8dee" }, "downloads": -1, "filename": "spatial_access-0.1.16.tar.gz", "has_sig": false, "md5_digest": "f22fcbd12be1c04736f3ecde01464378", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124864, "upload_time": "2019-05-08T21:58:59", "url": "https://files.pythonhosted.org/packages/fc/11/28ef77cc651ad1511abe022b6065289a3154db8fe666d05f53d7009fb48a/spatial_access-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "af5a2ca626e5eff3a57a45ac70798305", "sha256": "8a585bdfedd5a81fc9ac14df8a4dd7d201fecf5351aa44078e98b5d56899d431" }, "downloads": -1, "filename": "spatial_access-0.1.17-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "af5a2ca626e5eff3a57a45ac70798305", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311472, "upload_time": "2019-05-15T20:26:33", "url": "https://files.pythonhosted.org/packages/17/b0/7ad19363f98162cd485ddd7b07da728b32d0f28cad62448dc660ce0090e5/spatial_access-0.1.17-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "5ccf9ccb508988906325585535305e0e", "sha256": "a91e1131e7b492be754a179bfbb001bb760c7ed6e72c9d033815bee05cc039bb" }, "downloads": -1, "filename": "spatial_access-0.1.17.tar.gz", "has_sig": false, "md5_digest": "5ccf9ccb508988906325585535305e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124735, "upload_time": "2019-05-15T20:26:35", "url": "https://files.pythonhosted.org/packages/51/d7/288cae914ca91a7c52a059e178d72c127120b474689ef6ee7d3d1f24ce84/spatial_access-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "f184266c225f09cc210d8478144635d3", "sha256": "e56af5d440d8882db4de1aca907136a9ed4d6b477f5157f2097fa8d094e4a6df" }, "downloads": -1, "filename": "spatial_access-0.1.18-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "f184266c225f09cc210d8478144635d3", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311406, "upload_time": "2019-05-22T21:28:26", "url": "https://files.pythonhosted.org/packages/0f/ac/bc961dd0d4c29264d55a222e4a39a78e9e167dce9945b41b72e1e3ca754a/spatial_access-0.1.18-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "ed7f79266a3700ed9aef433a76e34304", "sha256": "d2b4a4a28983c128de28537bcd038f6f48305d404fb33abb7a43b59a0febb466" }, "downloads": -1, "filename": "spatial_access-0.1.18.tar.gz", "has_sig": false, "md5_digest": "ed7f79266a3700ed9aef433a76e34304", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124704, "upload_time": "2019-05-22T21:28:28", "url": "https://files.pythonhosted.org/packages/3f/b4/2005d9b5d2bf7dcf0a8ced7f535509b343b148d134556f21f0f4703b94c8/spatial_access-0.1.18.tar.gz" } ], "0.1.6.10": [ { "comment_text": "", "digests": { "md5": "71e957bfd69ee68a9d4516a43833fc47", "sha256": "1682db3b2a87c35cc322affb3fbdfacad8aa51add4e485a4752a84d2ef2df498" }, "downloads": -1, "filename": "spatial_access-0.1.6.10.tar.gz", "has_sig": false, "md5_digest": "71e957bfd69ee68a9d4516a43833fc47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202636, "upload_time": "2019-02-19T20:55:45", "url": "https://files.pythonhosted.org/packages/16/54/99e167323b8cbc0b10da5afb1f124ca01dfa9159e85e3b0e9f27d873c29e/spatial_access-0.1.6.10.tar.gz" } ], "0.1.6.11": [ { "comment_text": "", "digests": { "md5": "fbf3f5a709d83a0a86a32ea7dac56a52", "sha256": "138e14af4c9a481eca477ab3c699b972d2554a57f09e07e00676c88be8c59511" }, "downloads": -1, "filename": "spatial_access-0.1.6.11.tar.gz", "has_sig": false, "md5_digest": "fbf3f5a709d83a0a86a32ea7dac56a52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202447, "upload_time": "2019-03-05T17:39:16", "url": "https://files.pythonhosted.org/packages/d4/9b/756159e083ad2c02e13b9028ce9b81616df90e809d1b25ed2a121c57dc45/spatial_access-0.1.6.11.tar.gz" } ], "0.1.6.12": [ { "comment_text": "", "digests": { "md5": "2b5a8a71f863429053600ab1d1f61211", "sha256": "bd71c127754c8722181bc3eefad43b3f1e7bef0e2268f09d9db9e8d60b074899" }, "downloads": -1, "filename": "spatial_access-0.1.6.12.tar.gz", "has_sig": false, "md5_digest": "2b5a8a71f863429053600ab1d1f61211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196711, "upload_time": "2019-03-11T21:30:54", "url": "https://files.pythonhosted.org/packages/d3/1e/d1c841cb49bc77bbbd8c98f5b1a26f148685d527f08f31cc3184081be308/spatial_access-0.1.6.12.tar.gz" } ], "0.1.6.13": [ { "comment_text": "", "digests": { "md5": "43b35013450c0869f4ba839cd66e7d8c", "sha256": "9c8b3df7a5d924941fd6e34a55e722619491e9026a53b1e26f875dc80e5fecba" }, "downloads": -1, "filename": "spatial_access-0.1.6.13.tar.gz", "has_sig": false, "md5_digest": "43b35013450c0869f4ba839cd66e7d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201148, "upload_time": "2019-04-02T17:08:20", "url": "https://files.pythonhosted.org/packages/bc/8e/7ce53bef166c9629f7dcdc448be0c6c828ce86fa00fcaf6e3d49f36232e0/spatial_access-0.1.6.13.tar.gz" } ], "0.1.6.14": [ { "comment_text": "", "digests": { "md5": "dc6f556b87b3fa434ed65975163eacb8", "sha256": "7796b5f82dbde6e13415660c70148ae34010a73d6af1763527c0bf946d5713fc" }, "downloads": -1, "filename": "spatial_access-0.1.6.14.tar.gz", "has_sig": false, "md5_digest": "dc6f556b87b3fa434ed65975163eacb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201154, "upload_time": "2019-04-09T17:27:33", "url": "https://files.pythonhosted.org/packages/6a/c6/59ba3235bed5776e05299538e9a69e7829a72d5c63993e233cba0fbf98e1/spatial_access-0.1.6.14.tar.gz" } ], "0.1.6.3": [ { "comment_text": "", "digests": { "md5": "04cc198afed805ab0f6e82b06e774a32", "sha256": "049be0b397991344842e25d02fe654c88e5994fb070f8531bfd29649ffb31211" }, "downloads": -1, "filename": "spatial_access-0.1.6.3.tar.gz", "has_sig": false, "md5_digest": "04cc198afed805ab0f6e82b06e774a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194918, "upload_time": "2019-02-16T22:18:23", "url": "https://files.pythonhosted.org/packages/5b/91/58a4ddb89f3aea33ef44d2da4eee84314f94cbdba2e8792e571d56fad454/spatial_access-0.1.6.3.tar.gz" } ], "0.1.6.4": [ { "comment_text": "", "digests": { "md5": "3b62448ed2a35cf548ea35d2d61a8e0c", "sha256": "e06e5e0a1aab3c6817e7b0e1ef0a130767216ace9eb848d845b679c71387e5e2" }, "downloads": -1, "filename": "spatial_access-0.1.6.4.tar.gz", "has_sig": false, "md5_digest": "3b62448ed2a35cf548ea35d2d61a8e0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188009, "upload_time": "2019-02-18T22:45:39", "url": "https://files.pythonhosted.org/packages/70/a1/3587a6ecd73a162e62db0b42b47bd607d88927623c728c969e3bc040353c/spatial_access-0.1.6.4.tar.gz" } ], "0.1.6.5": [ { "comment_text": "", "digests": { "md5": "f3a81f466992bcccbaddb064534b7feb", "sha256": "decc513ab5e41439b753f07a61399cd3a37c14a657d52e211e7966e197a1efc7" }, "downloads": -1, "filename": "spatial_access-0.1.6.5.tar.gz", "has_sig": false, "md5_digest": "f3a81f466992bcccbaddb064534b7feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35620, "upload_time": "2019-02-19T01:56:30", "url": "https://files.pythonhosted.org/packages/84/92/52c77f0e933a4df39dad863a385e975494364612e05d290706fb0dc44d16/spatial_access-0.1.6.5.tar.gz" } ], "0.1.6.6": [ { "comment_text": "", "digests": { "md5": "0bc18363dd9cc6ac84cbc61e3aeed35a", "sha256": "bbb6d197336b4cc95674af45ec38b62d18d0acf9c33588d5c79e14d479a8e80d" }, "downloads": -1, "filename": "spatial_access-0.1.6.6.tar.gz", "has_sig": false, "md5_digest": "0bc18363dd9cc6ac84cbc61e3aeed35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202098, "upload_time": "2019-02-19T02:33:03", "url": "https://files.pythonhosted.org/packages/cb/92/21715989489bc3732503fab7d40e08408ae9c5aadca622be57e9239018d4/spatial_access-0.1.6.6.tar.gz" } ], "0.1.6.7": [ { "comment_text": "", "digests": { "md5": "15b92d841b2de94abbcfb2f95dbfa8a6", "sha256": "f7a42cc99d96677f35fda1003613c6c050acfebc12f702ca51a887be4c51b9e8" }, "downloads": -1, "filename": "spatial_access-0.1.6.7.tar.gz", "has_sig": false, "md5_digest": "15b92d841b2de94abbcfb2f95dbfa8a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202681, "upload_time": "2019-02-19T20:00:27", "url": "https://files.pythonhosted.org/packages/c2/81/05a33b8191f7bb48f192e6c41b15adf8ea558a59f0dc40194167236502ba/spatial_access-0.1.6.7.tar.gz" } ], "0.1.6.8": [ { "comment_text": "", "digests": { "md5": "1657b09fa4cc10a9cf971210d15d8fd0", "sha256": "b552bd93020933d282b9f2e6e9524aef22b94cada35d47cede4677356e674dda" }, "downloads": -1, "filename": "spatial_access-0.1.6.8.tar.gz", "has_sig": false, "md5_digest": "1657b09fa4cc10a9cf971210d15d8fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202661, "upload_time": "2019-02-19T20:14:08", "url": "https://files.pythonhosted.org/packages/1a/78/743641054ba58d3f3914857ea3b8950a58f83e04533ffbde89a01e1507a0/spatial_access-0.1.6.8.tar.gz" } ], "0.1.6.9": [ { "comment_text": "", "digests": { "md5": "2c06157542916aeca0ca78f37765b2a4", "sha256": "6c49843cfac824088a3d1f79b1e3a03102cff6d1d1809b996e585317bd2ef32e" }, "downloads": -1, "filename": "spatial_access-0.1.6.9.tar.gz", "has_sig": false, "md5_digest": "2c06157542916aeca0ca78f37765b2a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202681, "upload_time": "2019-02-19T20:43:16", "url": "https://files.pythonhosted.org/packages/c7/21/23248a6c580c3a98b7bfd653144c8bb86384b2fe7cc33ef88a4b1f51e970/spatial_access-0.1.6.9.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "b362d14f2ce99714fa9a2376b251964e", "sha256": "d235f69a31daf1f53fe78cb311762c692fecd39d9cbcce7192913fad239d6cf0" }, "downloads": -1, "filename": "spatial_access-0.1.7.tar.gz", "has_sig": false, "md5_digest": "b362d14f2ce99714fa9a2376b251964e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106532, "upload_time": "2019-04-16T13:11:30", "url": "https://files.pythonhosted.org/packages/f0/3f/29ba554f5ae298934c018f38ee877a4a86fff45f4d82e59272d0c075d25f/spatial_access-0.1.7.tar.gz" } ], "0.1.7.1": [ { "comment_text": "", "digests": { "md5": "631bfec99ffa5c1fa94b9924e5443dcb", "sha256": "9ca54624d4b5f9037538bad8cc82e17ab13ff0e093d582255816c33fda575cc3" }, "downloads": -1, "filename": "spatial_access-0.1.7.1.tar.gz", "has_sig": false, "md5_digest": "631bfec99ffa5c1fa94b9924e5443dcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106543, "upload_time": "2019-04-16T13:26:48", "url": "https://files.pythonhosted.org/packages/d7/5d/0b69d811d178444269dabb0acef5beb157cabd61a7a5aa61bc0f046abea4/spatial_access-0.1.7.1.tar.gz" } ], "0.1.7.10": [ { "comment_text": "", "digests": { "md5": "4fe5c0340a696f1c48b95ae644001850", "sha256": "6eb21a34ee3457876e2ab159e06251623bda72a0b9d0dc938d1f868ffceeada7" }, "downloads": -1, "filename": "spatial_access-0.1.7.10.tar.gz", "has_sig": false, "md5_digest": "4fe5c0340a696f1c48b95ae644001850", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113171, "upload_time": "2019-04-24T20:58:55", "url": "https://files.pythonhosted.org/packages/2f/5c/c53ea6c9391b832fa978b04ffdc4ebef9ca4b75f4c2827e15f7d2ec501ad/spatial_access-0.1.7.10.tar.gz" } ], "0.1.7.11": [ { "comment_text": "", "digests": { "md5": "cfa74af244f79e3c52d1ae44c00362a9", "sha256": "deef2ea62929b7a912c352c56d3b15a65472f4a8a6063cbac762376e8e22dd1e" }, "downloads": -1, "filename": "spatial_access-0.1.7.11.tar.gz", "has_sig": false, "md5_digest": "cfa74af244f79e3c52d1ae44c00362a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113557, "upload_time": "2019-04-24T21:13:58", "url": "https://files.pythonhosted.org/packages/af/52/cd5557da3d70d4c8cb0c165df1603ce9f6e37e17fd54275ae84ca1e7126d/spatial_access-0.1.7.11.tar.gz" } ], "0.1.7.12": [ { "comment_text": "", "digests": { "md5": "2b406e65902bdfe308fd1749614f2fcf", "sha256": "d684f881d1c261d41f4f1ec778fa2fceeeeb60c8896b4d89e557db27d25d0195" }, "downloads": -1, "filename": "spatial_access-0.1.7.12.tar.gz", "has_sig": false, "md5_digest": "2b406e65902bdfe308fd1749614f2fcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114245, "upload_time": "2019-04-24T21:52:35", "url": "https://files.pythonhosted.org/packages/10/af/ab7c58ae70ede27f38ee8c50509720ce534bae8c12477f2ef2e94da38fde/spatial_access-0.1.7.12.tar.gz" } ], "0.1.7.2": [ { "comment_text": "", "digests": { "md5": "d0174b0fe467fd9dae64fc4a52abafbf", "sha256": "2006b4dfae6e723d314a82e138399e642cf5fbc7cbf0274bb2a9c57d047b3989" }, "downloads": -1, "filename": "spatial_access-0.1.7.2.tar.gz", "has_sig": false, "md5_digest": "d0174b0fe467fd9dae64fc4a52abafbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106583, "upload_time": "2019-04-16T14:12:31", "url": "https://files.pythonhosted.org/packages/6d/56/33e27e072eb9df1099e514be32fe6df702cf83f76e9bdcd69310d87be51e/spatial_access-0.1.7.2.tar.gz" } ], "0.1.7.3": [ { "comment_text": "", "digests": { "md5": "c5aac294ba8303cf4a003c693719237d", "sha256": "8d0342687a57ba068228d2fe16bf23f68a27922170cb419cfe04229ba10e9397" }, "downloads": -1, "filename": "spatial_access-0.1.7.3.tar.gz", "has_sig": false, "md5_digest": "c5aac294ba8303cf4a003c693719237d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113123, "upload_time": "2019-04-17T01:43:27", "url": "https://files.pythonhosted.org/packages/47/aa/b80c10a8518b97a2ffc011a2f190f0d2df4553474ea2f8cf0d0cb04de5e6/spatial_access-0.1.7.3.tar.gz" } ], "0.1.7.4": [ { "comment_text": "", "digests": { "md5": "60d6ff503a091ac87b86af6a16e7cc29", "sha256": "ec3aaabbbf7b5c8fc1c5330b62fb88b7e23390abe80018b078e1c05049a35ad7" }, "downloads": -1, "filename": "spatial_access-0.1.7.4.tar.gz", "has_sig": false, "md5_digest": "60d6ff503a091ac87b86af6a16e7cc29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113228, "upload_time": "2019-04-18T21:42:11", "url": "https://files.pythonhosted.org/packages/2c/51/1dc1b0290d3fd7f2781dd058fc759d9bbe79e9bc11ee6fb652ed03eed776/spatial_access-0.1.7.4.tar.gz" } ], "0.1.7.5": [ { "comment_text": "", "digests": { "md5": "0309eeaeb7183fa8e13ac8b0e9f666a3", "sha256": "cd195fba602d534c67b829ca65c850853dbb2460c6cf26427683db84959a047f" }, "downloads": -1, "filename": "spatial_access-0.1.7.5.tar.gz", "has_sig": false, "md5_digest": "0309eeaeb7183fa8e13ac8b0e9f666a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113163, "upload_time": "2019-04-19T18:38:31", "url": "https://files.pythonhosted.org/packages/aa/2c/f19ae616dd769214139ee7adeae07d577792bb4ade7588f225a29c807905/spatial_access-0.1.7.5.tar.gz" } ], "0.1.7.6": [ { "comment_text": "", "digests": { "md5": "1f459b247ba63b15b9b14ae98636f7e5", "sha256": "41e447ce8e82153068e0ff7906724352d24aed054920a0f074f0170a0426a671" }, "downloads": -1, "filename": "spatial_access-0.1.7.6.tar.gz", "has_sig": false, "md5_digest": "1f459b247ba63b15b9b14ae98636f7e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113074, "upload_time": "2019-04-19T19:39:46", "url": "https://files.pythonhosted.org/packages/60/7f/29e9fbb0f38b1e8023c6acf0bb8ca681ee196d2d8b626caac1aa127bdc04/spatial_access-0.1.7.6.tar.gz" } ], "0.1.7.7": [ { "comment_text": "", "digests": { "md5": "05c22ab903d2d7697ad966b8ce8d1764", "sha256": "57812049c84619eb2e5346d52405d39ecff7d227a9739e79cd92545b0b6fbbc4" }, "downloads": -1, "filename": "spatial_access-0.1.7.7.tar.gz", "has_sig": false, "md5_digest": "05c22ab903d2d7697ad966b8ce8d1764", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113055, "upload_time": "2019-04-19T20:01:45", "url": "https://files.pythonhosted.org/packages/46/8c/c3264e059d377637dd2491ee6b933d11815c609df372c0953584e62bf5b0/spatial_access-0.1.7.7.tar.gz" } ], "0.1.7.8": [ { "comment_text": "", "digests": { "md5": "9f26e0090e7dba9fa4d1f74d608996da", "sha256": "77133cd06fe381cc3e152a9265cef2532ccd7f45884cbd78cb84b9e3ae30472b" }, "downloads": -1, "filename": "spatial_access-0.1.7.8.tar.gz", "has_sig": false, "md5_digest": "9f26e0090e7dba9fa4d1f74d608996da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113060, "upload_time": "2019-04-24T19:51:54", "url": "https://files.pythonhosted.org/packages/07/d4/117f2717cadb91dc3bc3139594da9cdd01edca0f56b0b4c0f4445560dff3/spatial_access-0.1.7.8.tar.gz" } ], "0.1.7.9": [ { "comment_text": "", "digests": { "md5": "e86c451e220fef76cff1f57a588493fb", "sha256": "70594153fc36c59c0900b38f4bea6257580c3bf987646dcceb31038b29237246" }, "downloads": -1, "filename": "spatial_access-0.1.7.9.tar.gz", "has_sig": false, "md5_digest": "e86c451e220fef76cff1f57a588493fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113072, "upload_time": "2019-04-24T20:04:40", "url": "https://files.pythonhosted.org/packages/60/18/2c7cfa80b851664db17ba0f1a749aebb4bcebd57cd86237ba20db06f103e/spatial_access-0.1.7.9.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "e953d45f30533cabcf943ddd142a8e80", "sha256": "52ad5eb560f5c56a33e24cbae6fe99d286ecd83e69d32c428e20d5a2302f23ee" }, "downloads": -1, "filename": "spatial_access-0.1.9-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "e953d45f30533cabcf943ddd142a8e80", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 263471, "upload_time": "2019-04-27T15:00:47", "url": "https://files.pythonhosted.org/packages/41/04/d05d754c738cf3ce81ddb431ba663605b02f0895c388610a4b63fcacb5f5/spatial_access-0.1.9-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "91cb135b48658ef8b5421a8cd95e56fc", "sha256": "851e51a7b13d4ec71be54e17f83b06527226ab6e0341afab70e9aad8e178c418" }, "downloads": -1, "filename": "spatial_access-0.1.9.tar.gz", "has_sig": false, "md5_digest": "91cb135b48658ef8b5421a8cd95e56fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115584, "upload_time": "2019-04-27T15:00:53", "url": "https://files.pythonhosted.org/packages/88/5a/a7b71499b70907c7395ad557450917ccd44022f4c5b74c8b6b2549ee1103/spatial_access-0.1.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "817af776a15bca5e9ec8349c640e3049", "sha256": "96a06ab08ed78bdbd4de82ce47e2347ebf97ed65f9fec0e632a8f9ecaf71f2f2" }, "downloads": -1, "filename": "spatial_access-1.0.0-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "817af776a15bca5e9ec8349c640e3049", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311560, "upload_time": "2019-06-09T15:01:19", "url": "https://files.pythonhosted.org/packages/4c/13/180182dfcd49fcd75dd3d4833f6267b5d4c2fc38d55b8915cda8a54fea25/spatial_access-1.0.0-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "4a5d6cb34e1828377cd33bc82078929f", "sha256": "630108fd96245172bdfa2cb894e5abfcdb3218b515b7987c1bd8b7af47d14f9c" }, "downloads": -1, "filename": "spatial_access-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4a5d6cb34e1828377cd33bc82078929f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124419, "upload_time": "2019-06-09T15:01:21", "url": "https://files.pythonhosted.org/packages/05/82/7e0b998eb05bd867ef38932402ff8ec0dea93922719560f48442f975faaf/spatial_access-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "817af776a15bca5e9ec8349c640e3049", "sha256": "96a06ab08ed78bdbd4de82ce47e2347ebf97ed65f9fec0e632a8f9ecaf71f2f2" }, "downloads": -1, "filename": "spatial_access-1.0.0-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "817af776a15bca5e9ec8349c640e3049", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 311560, "upload_time": "2019-06-09T15:01:19", "url": "https://files.pythonhosted.org/packages/4c/13/180182dfcd49fcd75dd3d4833f6267b5d4c2fc38d55b8915cda8a54fea25/spatial_access-1.0.0-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "4a5d6cb34e1828377cd33bc82078929f", "sha256": "630108fd96245172bdfa2cb894e5abfcdb3218b515b7987c1bd8b7af47d14f9c" }, "downloads": -1, "filename": "spatial_access-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4a5d6cb34e1828377cd33bc82078929f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124419, "upload_time": "2019-06-09T15:01:21", "url": "https://files.pythonhosted.org/packages/05/82/7e0b998eb05bd867ef38932402ff8ec0dea93922719560f48442f975faaf/spatial_access-1.0.0.tar.gz" } ] }