Metadata-Version: 2.1
Name: plio
Version: 1.0.0
Summary: I/O API to support planetary data formats.
Home-page: http://packages.python.org/plio
Author: Jay Laura
Author-email: jlaura@usgs.gov
License: Public Domain
Keywords: planetary io
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: gdal
Requires-Dist: numpy
Requires-Dist: pyproj
Requires-Dist: jinja2
Requires-Dist: pvl
Requires-Dist: protobuf
Requires-Dist: h5py
Requires-Dist: pandas
Requires-Dist: sqlalchemy
Requires-Dist: pyyaml
Requires-Dist: networkx
Requires-Dist: affine
Requires-Dist: scipy

===============================
Planetary Input / Output
===============================

.. image:: https://badges.gitter.im/USGS-Astrogeology/plio.svg
   :alt: Join the chat at https://gitter.im/USGS-Astrogeology/plio
   :target: https://gitter.im/USGS-Astrogeology/plio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://travis-ci.org/USGS-Astrogeology/plio.svg?branch=master
   :target: https://travis-ci.org/USGS-Astrogeology/plio

.. image:: https://coveralls.io/repos/github/USGS-Astrogeology/plio/badge.svg?branch=master 
   :target: https://coveralls.io/github/USGS-Astrogeology/plio?branch=master


A planetary file I/O API

Installation
------------
Installation is unfortunately complicated due to the difficulty in installing GDAL.  These are the steps that have been successfully tested on Linux and OSX.

1. Install Anaconda or Miniconda with Python 3.5
2. Create a new environment to ensure that the installed package is not going to collide with existing packages

   ``conda create --name <somename> python=3``
3. Ensure that the `conda-forge` channel is added to your conda config.  For instructions, see: https://conda.io/docs/user-guide/tasks/manage-channels.html
4. Install ``plio`` with ``conda install -c usgs-astrogeology plio``.


