Metadata-Version: 1.1
Name: planetpixel
Version: 0.0.1
Summary: Solving the planet's problems, one pixel at a time.
Home-page: https://barentsen.github.io/planetpixel/
Author: Geert Barentsen
Author-email: hello@geert.io
License: BSD
Description: PlanetPixel
        ===========
        
        **A simple API for retrieving time series color data using the Planet API.**
        
        *(Because API's don't have to be complicated!)*
        
        Example
        -------
        *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:
        
        .. image:: https://github.com/barentsen/planetpixel/blob/master/demo/lake1.png
           :width: 30%
        .. image:: https://github.com/barentsen/planetpixel/blob/master/demo/lake2.png
           :width: 30%
        
        We can study this in a quantitative way as follows:
        
        .. image:: https://github.com/barentsen/planetpixel/blob/master/demo/planetpixel-demo.png
        
        *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!
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
          pip install planetpixel
        
        You also need to set your Planet Labs API key as the ``PL_API_KEY`` environment variable for this package to work.
        
        
        Usage
        -----
        
        .. code-block:: python
        
          from planetpixel import PlanetPixel
          PlanetPixel(lon, lat).plot()
        
        
        Caveat
        ------
        
        Right now, the example above takes 15+ minutes to run. 😬
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
