{ "info": { "author": "Joel McCune", "author_email": "jmccune@esri.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: GIS" ], "description": "# BA Data Paths\n\nThe data installed with Esri Business Analyst Desktop is a treasure trove for doing robust analysis. However, accessing this data though the Python environment is next to impossible. For my own convenience I have created this package to streamline when I need to access this data in my own projects and daily work. Please feel free to use it if it benefits your workflows as well.\n\n## Installation\n\nBA Data Paths can easily be installed as a pip package.\n\n```python3\npip install ba-data-paths\n```\n\n## Basic Use - Getting Startedw\n\nAlmost everything is built around a single BA_Data object instance you can import called `ba_data`. The easiest way to get started is to import this from the module and access the properties and methods from there. For instance, to see a dataframe of the available enrichment variables in a Jupyter Notebook.\n\n```python3\nfrom ba_data_paths import ba_data\n\nvars_df = ba_data.enrich_vars_dataframe\n\nvars_df\n```\n\n", "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/knu2xs/ba_data_paths", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "ba-data-paths", "package_url": "https://pypi.org/project/ba-data-paths/", "platform": "", "project_url": "https://pypi.org/project/ba-data-paths/", "project_urls": { "Homepage": "https://github.com/knu2xs/ba_data_paths" }, "release_url": "https://pypi.org/project/ba-data-paths/0.6/", "requires_dist": [ "requests", "arcgis (>=1.6.1)", "pandas" ], "requires_python": "", "summary": "ArcGIS Pro Business Analyst data path utilities.", "version": "0.6" }, "last_serial": 5973258, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "f2ba73e274b36091ad51ba20ed22aebd", "sha256": "c7a2c91149cd43f1cbfc479ee06cbb573b02baa48fc312ca8cdfdd500d8095b3" }, "downloads": -1, "filename": "ba_data_paths-0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "f2ba73e274b36091ad51ba20ed22aebd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6684, "upload_time": "2019-10-14T19:36:16", "url": "https://files.pythonhosted.org/packages/ab/0c/8b8460c391c8a679f32ccb97443736f9cfc18d07e078ec089a7fc0523aa7/ba_data_paths-0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cca37f82211f4e5b8e6fab2a9b9ab02e", "sha256": "bfcdb1ddef9735534eeb8f9c8d08a444ea638959ee52ba72abb017720813cb4a" }, "downloads": -1, "filename": "ba_data_paths-0.5.tar.gz", "has_sig": false, "md5_digest": "cca37f82211f4e5b8e6fab2a9b9ab02e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6222, "upload_time": "2019-10-14T19:36:18", "url": "https://files.pythonhosted.org/packages/cb/24/71f6aef18b1f87e6b41c7a0dd57ee9acce51c420334deba7176e22f660bc/ba_data_paths-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "fbcf68587ad27f1f15f589da70415970", "sha256": "941662ebaadb110a2199b9df27f7adf55f65a5f4f6a6c7f9df88e63b05aab94c" }, "downloads": -1, "filename": "ba_data_paths-0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "fbcf68587ad27f1f15f589da70415970", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11325, "upload_time": "2019-10-14T20:07:35", "url": "https://files.pythonhosted.org/packages/c8/6e/0578b34dd85bdb1d90ae196fce9ad95b03a8b862b2b09571c56af6655728/ba_data_paths-0.6-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fbcf68587ad27f1f15f589da70415970", "sha256": "941662ebaadb110a2199b9df27f7adf55f65a5f4f6a6c7f9df88e63b05aab94c" }, "downloads": -1, "filename": "ba_data_paths-0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "fbcf68587ad27f1f15f589da70415970", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11325, "upload_time": "2019-10-14T20:07:35", "url": "https://files.pythonhosted.org/packages/c8/6e/0578b34dd85bdb1d90ae196fce9ad95b03a8b862b2b09571c56af6655728/ba_data_paths-0.6-py3-none-any.whl" } ] }