{ "info": { "author": "Geert Barentsen", "author_email": "hello@geert.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Software Development :: Documentation" ], "description": "PlanetPixel\n===========\n\n**A simple API for retrieving time series color data using the Planet API.**\n\n*(Because API's don't have to be complicated!)*\n\nExample\n-------\n*PlanetPixel* makes it fun and easy to plot the color of a single position on Earth as a function of time. For example, you can use it to study when Matthes lake in Yosemite National Park froze in the winter of 2017:\n\n.. image:: https://github.com/barentsen/planetpixel/blob/master/demo/lake1.png\n :width: 30%\n.. image:: https://github.com/barentsen/planetpixel/blob/master/demo/lake2.png\n :width: 30%\n\nWe can study this in a quantitative way as follows:\n\n.. image:: https://github.com/barentsen/planetpixel/blob/master/demo/planetpixel-demo.png\n\n*PlanetPixel* was created at the first public Planet Labs Hack Day on October 14th, 2019, in San Francisco, to demonstrate that API's can be simple and fun!\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install planetpixel\n\nYou also need to set your Planet Labs API key as the ``PL_API_KEY`` environment variable for this package to work.\n\n\nUsage\n-----\n\n.. code-block:: python\n\n from planetpixel import PlanetPixel\n PlanetPixel(lon, lat).plot()\n\n\nCaveat\n------\n\nRight now, the example above takes 15+ minutes to run. \ud83d\ude2c\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://barentsen.github.io/planetpixel/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "planetpixel", "package_url": "https://pypi.org/project/planetpixel/", "platform": "", "project_url": "https://pypi.org/project/planetpixel/", "project_urls": { "Homepage": "https://barentsen.github.io/planetpixel/" }, "release_url": "https://pypi.org/project/planetpixel/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Solving the planet's problems, one pixel at a time.", "version": "0.0.1" }, "last_serial": 5974419, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fb130501c87093c65a7426ff05ecc4fc", "sha256": "a61bf2242d55ec95c0dd62ada979d7a28f710a9dbdeaac9e608c47e1206ef4f8" }, "downloads": -1, "filename": "planetpixel-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fb130501c87093c65a7426ff05ecc4fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4774, "upload_time": "2019-10-15T02:18:05", "url": "https://files.pythonhosted.org/packages/83/01/b2acd63cd8a60bf79d82c950c643362b033e1217bdc2deecdafec39dfe88/planetpixel-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb130501c87093c65a7426ff05ecc4fc", "sha256": "a61bf2242d55ec95c0dd62ada979d7a28f710a9dbdeaac9e608c47e1206ef4f8" }, "downloads": -1, "filename": "planetpixel-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fb130501c87093c65a7426ff05ecc4fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4774, "upload_time": "2019-10-15T02:18:05", "url": "https://files.pythonhosted.org/packages/83/01/b2acd63cd8a60bf79d82c950c643362b033e1217bdc2deecdafec39dfe88/planetpixel-0.0.1.tar.gz" } ] }