{ "info": { "author": "zach powers", "author_email": "zcharlop@rockefeller.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "#quickD3map\n\n### D3 Point Maps from Pandas DataFrames\n\nquickD3map allows you to rapidly generate D3.js maps from data from within \nthe pandas/ipython ecosystem by converting Latitude/Longitude Data in to points **Note: this is an experimental repo and not ready for use.**\nWith that said, basic maps can be generated and below are a few examples of how they are made.\n\n\n#### To make the following interactive map:\n![Examplemap](https://dl.dropboxusercontent.com/u/1803062/quickD3map/map1.png)\n\n#### Install and Use from the Examples Directory\n\n```python\nimport pandas as pd\nfrom quickD3map import PointMap\n \n#load data and plot \nstations = pd.read_csv('data/weatherstations.csv')\n#make a PointMap object\npm = PointMap(stations, columns = ['LAT','LON','ELEV'])\n#display or write your map to file\npm.display_map()\npm.create_map(path=\"map.html\")\n````\n \n\n###Project Goals\nThe goal of this project is rather limited in scope: \n - be able to rapidly plot location data from Pandas dataframes\n - be able to color by another column\n - be able to scale by another column\n - be able to plot connections between plots\n \nI intend to include several map templates (geojson files) and will try to \nfigure out a template style that can provide the ability to include maps of many types.\nJust thinking aloud here but the best way to do this would be to standardize the \ngeojson input types for features so that loading of data (as JSOn strings) can be seperated\nfrom everything else (transformation,scaling, etc.)\n\n\n###Thanks.\nTo Mike Bostocks and the D3JS team, as well as to Rob Story and the Folium libary.\n\n\n#History\n\n\n0.1.4 (2014-03-21)\n++++++++++++++++++\n* PointClass and LineMap updated. MultiColumnMap rolled into PointMap\n\n\n0.1.2 (2014-03-21)\n++++++++++++++++++\n* Updated README with some rudimentary Documentation\n\n0.1.1 (2014-03-19)\n++++++++++++++++++\n* Fix Manifest file to include template directory\n\n0.1.0 (2014-03-19)\n++++++++++++++++++\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zachcp/quickD3map", "keywords": "quickD3map", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "quickD3map", "package_url": "https://pypi.org/project/quickD3map/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/quickD3map/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zachcp/quickD3map" }, "release_url": "https://pypi.org/project/quickD3map/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Generate quick d3 maps from location data in pandas", "version": "0.1.4" }, "last_serial": 1047109, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "de6570ed92b93b1de571e14854a9291d", "sha256": "8fc4d431c0b3ac565f4af49b45f5b8fe6dd4782c862bef160648861b863d4d2f" }, "downloads": -1, "filename": "quickD3map-0.1.0.tar.gz", "has_sig": false, "md5_digest": "de6570ed92b93b1de571e14854a9291d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977, "upload_time": "2014-03-19T18:38:41", "url": "https://files.pythonhosted.org/packages/f0/c9/b30576586936e40f15ec8b7f617b0d3e178b07558491834ed62944c0ad89/quickD3map-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e59bf61a08f28efc2e957127793f33c2", "sha256": "6ee94492085898200bd770505c0d003c1073e7afad3bf44f1478a4aa3ea3f930" }, "downloads": -1, "filename": "quickD3map-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e59bf61a08f28efc2e957127793f33c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 652899, "upload_time": "2014-03-19T18:45:06", "url": "https://files.pythonhosted.org/packages/0f/0f/c3a525f48b2226229da33ec3f48e6fdda1ce2ef9bdeb1d873974294d4d12/quickD3map-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cd4ee4b37c37065bbf752d3f2d6a5c08", "sha256": "ce42283442e64ab3b25ef2a63768331805f6ed4114bd493dee491afd865f22a3" }, "downloads": -1, "filename": "quickD3map-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cd4ee4b37c37065bbf752d3f2d6a5c08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 656230, "upload_time": "2014-03-21T19:10:22", "url": "https://files.pythonhosted.org/packages/a4/5d/db46f32d28e11210b96c514770f223688feb7fbdcd5fc48eef8cd962ca1a/quickD3map-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7fdab265945fbdf75b4f71752fb45416", "sha256": "9293edef6bbbfef5389a9d0a3aa408d3b7c631774fa172070303513146a48266" }, "downloads": -1, "filename": "quickD3map-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7fdab265945fbdf75b4f71752fb45416", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 496935, "upload_time": "2014-03-25T21:45:30", "url": "https://files.pythonhosted.org/packages/53/67/892898b5246cd119b9cf2d47a433a0023a134f1aa5aa0f21f6078aa252c5/quickD3map-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "f33b1495f1ce6d90bb1596456746cb45", "sha256": "b0d5c6743c3305e4703c1948db3ad21315dae5a7159efbd2d061d856c4463533" }, "downloads": -1, "filename": "quickD3map-0.1.4.tar.gz", "has_sig": false, "md5_digest": "f33b1495f1ce6d90bb1596456746cb45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 553719, "upload_time": "2014-03-31T20:48:25", "url": "https://files.pythonhosted.org/packages/06/24/223f28dd68de04a7a222a234b57391329f007e61bb51225320779bf66c36/quickD3map-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f33b1495f1ce6d90bb1596456746cb45", "sha256": "b0d5c6743c3305e4703c1948db3ad21315dae5a7159efbd2d061d856c4463533" }, "downloads": -1, "filename": "quickD3map-0.1.4.tar.gz", "has_sig": false, "md5_digest": "f33b1495f1ce6d90bb1596456746cb45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 553719, "upload_time": "2014-03-31T20:48:25", "url": "https://files.pythonhosted.org/packages/06/24/223f28dd68de04a7a222a234b57391329f007e61bb51225320779bf66c36/quickD3map-0.1.4.tar.gz" } ] }