{ "info": { "author": "Joseph R. Tricarico", "author_email": "jtricarico@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: GIS" ], "description": "**polyfinder**\n\nGiven a single-line address, ``polyfinder`` returns geoenabled\ndata from ESRI ArcGIS REST services. In its default configuration,\nit uses geocoding services hosted by ESRI (primary)\nand MapQuest (fallback).\n\nCurrently the only useful method available is to get ward districts\nin Philadelphia. However, this could be easily adapted to work\nwith other endpoints.\n\nFormal documentation has not yet been developed, so check\nthe docstrings and comments in the source.\n\nHere's a simple example:\n\n\t>>> from polyfinder import PolyFinder\n\t>>> pf = PolyFinder('226 Ripka St, 19127')\n\t>>> pf.ward_div()\n\t{u'ADDRESS': u'201 FOUNTAIN ST',\n\t u'CENTROID_X': -75.23040009,\n\t u'CENTROID_Y': 40.03039932,\n\t u'DIVISION': u'08',\n\t u'ID': u'2108',\n\t u'LOCATION': u'Y',\n\t u'MATCH_ADDR': u'201 FOUNTAIN ST',\n\t u'OBJECTID': 438,\n\t u'OBJECTID_1': 1253,\n\t u'OBJECTID_12': 1253,\n\t u'PERIMETER': 1.0217016,\n\t u'POLLING_PL': u'HILLSIDE RECREATION CENTER',\n\t u'POLLING_X': -75.229599,\n\t u'POLLING_Y': 40.03350067,\n\t u'SHAPE.AREA': 1501706.65864654,\n\t u'SHAPE.LEN': 5394.584423083521,\n\t u'SHAPE_LENG': 5394.5844231,\n\t u'WARD': u'21'}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/joetric/polyfinder", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "polyfinder", "package_url": "https://pypi.org/project/polyfinder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/polyfinder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/joetric/polyfinder" }, "release_url": "https://pypi.org/project/polyfinder/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 796588, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e7026b80502a6a5613b331857ae7727e", "sha256": "0e4a5caed225b929f6ab99de80aed741188087c5c5a61eca07bd14d13ab508e2" }, "downloads": -1, "filename": "polyfinder-0.1.tar.gz", "has_sig": false, "md5_digest": "e7026b80502a6a5613b331857ae7727e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3915, "upload_time": "2012-09-17T04:26:40", "url": "https://files.pythonhosted.org/packages/5f/2b/41efde1d0dc02eb90802684d34313ec285efb1c86ce5a6c3b41bf6db8d78/polyfinder-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7026b80502a6a5613b331857ae7727e", "sha256": "0e4a5caed225b929f6ab99de80aed741188087c5c5a61eca07bd14d13ab508e2" }, "downloads": -1, "filename": "polyfinder-0.1.tar.gz", "has_sig": false, "md5_digest": "e7026b80502a6a5613b331857ae7727e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3915, "upload_time": "2012-09-17T04:26:40", "url": "https://files.pythonhosted.org/packages/5f/2b/41efde1d0dc02eb90802684d34313ec285efb1c86ce5a6c3b41bf6db8d78/polyfinder-0.1.tar.gz" } ] }