{ "info": { "author": "Michael Woods", "author_email": "physicsmichael@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "gmplot\n======\n\nPlotting data on Google Maps, the easy way. A matplotlib-like\ninterface to generate the HTML and javascript to render all the\ndata you'd like on top of Google Maps. Several plotting methods\nmake creating exploratory map views effortless. Here's a crash course:\n\n::\n\n import gmplot\n\n gmap = gmplot.GoogleMapPlotter(37.428, -122.145, 16)\n\n gmap.plot(latitudes, longitudes, 'cornflowerblue', edge_width=10)\n gmap.scatter(more_lats, more_lngs, '#3B0B39', size=40, marker=False)\n gmap.scatter(marker_lats, marker_lngs, 'k', marker=True)\n gmap.heatmap(heat_lats, heat_lngs)\n\n gmap.draw(\"mymap.html\")\n\n\nGeocoding\n---------\n\n``gmplot`` contains a simple wrapper around Google's geocoding service enabling\nmap initilization to the location of your choice. Rather than providing latitude,\nlongitude, and zoom level during initialization, grab your gmplot instance with\na location:\n\n::\n\n gmap = gmplot.GoogleMapPlotter.from_geocode(\"San Francisco\")\n\nPlot types\n----------\n\n* Polygons with fills.\n* Drop pins.\n* Scatter points.\n* Grid lines.\n* Heatmaps.\n\n.. image:: http://i.imgur.com/dTNkbZ7.png\n\nMisc.\n-----\n\nCode hosted on `GitHub `_\n\nInstall easily with ``pip install gmplot`` from PyPI.\n\nInspired by Yifei Jiang's (jiangyifei@gmail.com) pygmaps_ module.\n\n.. _pygmaps: http://code.google.com/p/pygmaps/\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vgm64/gmplot", "keywords": "python wrapper google maps", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gmplot", "package_url": "https://pypi.org/project/gmplot/", "platform": "", "project_url": "https://pypi.org/project/gmplot/", "project_urls": { "Homepage": "https://github.com/vgm64/gmplot" }, "release_url": "https://pypi.org/project/gmplot/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Provide a matplotlib like interface to plotting data with Google Maps", "version": "1.2.0" }, "last_serial": 3276938, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "e879d67f82f3d9507d8c507c9f32008b", "sha256": "4419ff6602f5fc81b5ede9e16936497aa88c4488d34ca552adb05e3e37b2bad7" }, "downloads": -1, "filename": "gmplot-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e879d67f82f3d9507d8c507c9f32008b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114371, "upload_time": "2014-12-25T10:18:10", "url": "https://files.pythonhosted.org/packages/0e/ef/c643fd1fdb59a95d3a64c28285a74e4bf777e6d3d69c6cd421412feaaa29/gmplot-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "44847db0f0fe467f8c49c09e4813a1b7", "sha256": "7c5408f041913063f9d4b59d0cb740870332c1d3778d689fb3dcc438978ecec2" }, "downloads": -1, "filename": "gmplot-1.0.5.tar.gz", "has_sig": false, "md5_digest": "44847db0f0fe467f8c49c09e4813a1b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115268, "upload_time": "2014-12-31T20:45:09", "url": "https://files.pythonhosted.org/packages/07/d5/ecf149a6e01b389b8c461c53ce58654e6265aa287bbbaab83e4573ab6fae/gmplot-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "93fbe9df2e0ef440c5c7aede94988172", "sha256": "be4dcc1b2376b68edf142bae6b3995026e900d668830ef7e05fd9de290a86bf0" }, "downloads": -1, "filename": "gmplot-1.1.0.tar.gz", "has_sig": false, "md5_digest": "93fbe9df2e0ef440c5c7aede94988172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115273, "upload_time": "2015-05-14T15:55:00", "url": "https://files.pythonhosted.org/packages/e4/a0/76ae29b2a43b948f3130c87547fbd34781d5a23af15c5d140838f379974c/gmplot-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "6e3b83fd09743f895ea7e2005cb8e04c", "sha256": "bfea170aaed9f87e30fa4be66926ab46e7d580dc79db1eed2737f8664427c780" }, "downloads": -1, "filename": "gmplot-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6e3b83fd09743f895ea7e2005cb8e04c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115240, "upload_time": "2016-09-01T19:36:25", "url": "https://files.pythonhosted.org/packages/d6/98/4ff453bc1e4f4764ba03116bd34b18fedb75d021a960fd1fcea0d1daea9d/gmplot-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "22ba362053ea73020e5ac9b97a0ef149", "sha256": "2c8c14c160bf5f0ad941488a70731319da20a5d936bf4c78c7bfbc8bf2016953" }, "downloads": -1, "filename": "gmplot-1.2.0.tar.gz", "has_sig": false, "md5_digest": "22ba362053ea73020e5ac9b97a0ef149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115288, "upload_time": "2017-10-25T05:05:51", "url": "https://files.pythonhosted.org/packages/e2/b1/e1429c31a40b3ef5840c16f78b506d03be9f27e517d3870a6fd0b356bd46/gmplot-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22ba362053ea73020e5ac9b97a0ef149", "sha256": "2c8c14c160bf5f0ad941488a70731319da20a5d936bf4c78c7bfbc8bf2016953" }, "downloads": -1, "filename": "gmplot-1.2.0.tar.gz", "has_sig": false, "md5_digest": "22ba362053ea73020e5ac9b97a0ef149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115288, "upload_time": "2017-10-25T05:05:51", "url": "https://files.pythonhosted.org/packages/e2/b1/e1429c31a40b3ef5840c16f78b506d03be9f27e517d3870a6fd0b356bd46/gmplot-1.2.0.tar.gz" } ] }