sptlanlpy


Namesptlanlpy JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryStreamlining Spatial Analyses of Cicular Data Set of Properties
upload_time2022-12-27 03:47:00
maintainer
docs_urlNone
authorjbrinkm (Jacob Brinkmann)
requires_python
license
keywords python spatial alalysis mscg stadium michigan sports consulting group
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# **spatial.py**

  This Library is intended to assist with SPATIAL ANALYSES For purposes of this library, a SPATIAL ANALYSIS is defined as the ANALYSIS of PROPERTIES SURROUNDING a CENTRAL LOCATION via their PROPERTY VALUE and STRAIGHT LINE DISTANCE (SLD) to the CENTRAL LOCATION within a RADIUS OF INTEREST.
## To utilize this library, a CSV FILE is required
* The file MUST be a database CONTAINING PROPERTY ADDRESSES and PROPERTY VALUES
* The file MUST be organized into TWO COLUMNS with the above data
  * These columns MUST HAVE NAMES contained in the first cell - this is how we traverse with PANDAS
##  To utilize this library GEOPANDAS, GEOPY, and HAVERSINE MUST be INSTALLED
* Either local installation or Google Colab installation via '!pip install #library name#'
## Notes on organization of spatial.py file
* The comments throughout this file explain the purpose of each function via REQUIRES, MODIFIES, and EFFECT (RME) clauses and occasional notes
*  This LIBRARY is organized via a CLASS called !!SpatialAnalysis!!. This was the best way I could think to organize all the data with abstraction
  *  Meaning a class instance MUST be declared to make calls to the functions
  *  READ the COMMENTS above !!def __init__!! to understand how to declare an instance of the class

 # Autors Note
 This library was a passion project made for purposes of streamlining work that the Michigan Sports Consulting Group (MSCG) at the University of Michigan does for Economic Analysis Reports. By uploading this, I hope that this work for MSCG will have an impact that outlasts my time in the club. I also hope others find use of this library. 

Best,
Jacob Brinkmann
 https://www.linkedin.com/in/jacob-brinkmann-567438206/



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sptlanlpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,spatial,alalysis,MSCG,stadium,Michigan Sports Consulting Group",
    "author": "jbrinkm (Jacob Brinkmann)",
    "author_email": "<jbrinkm@umich.edu>",
    "download_url": "https://files.pythonhosted.org/packages/a0/a4/de4aedd0c4a6ec5799e0509d784a8e3b76941687aff9f9a6fd82551a91de/sptlanlpy-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# **spatial.py**\n\n  This Library is intended to assist with SPATIAL ANALYSES For purposes of this library, a SPATIAL ANALYSIS is defined as the ANALYSIS of PROPERTIES SURROUNDING a CENTRAL LOCATION via their PROPERTY VALUE and STRAIGHT LINE DISTANCE (SLD) to the CENTRAL LOCATION within a RADIUS OF INTEREST.\n## To utilize this library, a CSV FILE is required\n* The file MUST be a database CONTAINING PROPERTY ADDRESSES and PROPERTY VALUES\n* The file MUST be organized into TWO COLUMNS with the above data\n  * These columns MUST HAVE NAMES contained in the first cell - this is how we traverse with PANDAS\n##  To utilize this library GEOPANDAS, GEOPY, and HAVERSINE MUST be INSTALLED\n* Either local installation or Google Colab installation via '!pip install #library name#'\n## Notes on organization of spatial.py file\n* The comments throughout this file explain the purpose of each function via REQUIRES, MODIFIES, and EFFECT (RME) clauses and occasional notes\n*  This LIBRARY is organized via a CLASS called !!SpatialAnalysis!!. This was the best way I could think to organize all the data with abstraction\n  *  Meaning a class instance MUST be declared to make calls to the functions\n  *  READ the COMMENTS above !!def __init__!! to understand how to declare an instance of the class\n\n # Autors Note\n This library was a passion project made for purposes of streamlining work that the Michigan Sports Consulting Group (MSCG) at the University of Michigan does for Economic Analysis Reports. By uploading this, I hope that this work for MSCG will have an impact that outlasts my time in the club. I also hope others find use of this library. \n\nBest,\nJacob Brinkmann\n https://www.linkedin.com/in/jacob-brinkmann-567438206/\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Streamlining Spatial Analyses of Cicular Data Set of Properties",
    "version": "0.0.1",
    "split_keywords": [
        "python",
        "spatial",
        "alalysis",
        "mscg",
        "stadium",
        "michigan sports consulting group"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b426f90d7c723325b9ee30dde734b102",
                "sha256": "ee846471aae444d4fcea368542ca66072bd01db6a7c20ab617cf8d3bd354b9dc"
            },
            "downloads": -1,
            "filename": "sptlanlpy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b426f90d7c723325b9ee30dde734b102",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10779,
            "upload_time": "2022-12-27T03:46:58",
            "upload_time_iso_8601": "2022-12-27T03:46:58.199017Z",
            "url": "https://files.pythonhosted.org/packages/b5/f4/18005870e76cbbda34dfb0300b5ac65d49cf6d1e70a6e9d6008f78d2d6cb/sptlanlpy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "49f027b18f83affd67380e15c0246e68",
                "sha256": "4eeb7414239e65db13e7b794ee96a237d33ce50bafbea035a17aa1185b85a0d0"
            },
            "downloads": -1,
            "filename": "sptlanlpy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "49f027b18f83affd67380e15c0246e68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10558,
            "upload_time": "2022-12-27T03:47:00",
            "upload_time_iso_8601": "2022-12-27T03:47:00.263289Z",
            "url": "https://files.pythonhosted.org/packages/a0/a4/de4aedd0c4a6ec5799e0509d784a8e3b76941687aff9f9a6fd82551a91de/sptlanlpy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 03:47:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sptlanlpy"
}
        
Elapsed time: 0.02288s