Skip to content
Snippets Groups Projects
README.rst 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • ===============================
    
    jlaura's avatar
    jlaura committed
    Planetary Input / Output
    
    ===============================
    
    
    The Gitter Badger's avatar
    The Gitter Badger committed
    .. 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
    
    jlaura's avatar
    jlaura committed
       :target: https://travis-ci.org/USGS-Astrogeology/plio
    
    jlaura's avatar
    jlaura committed
    .. image:: https://coveralls.io/repos/github/USGS-Astrogeology/plio/badge.svg?branch=master 
    
    jlaura's avatar
    jlaura committed
       :target: https://coveralls.io/github/USGS-Astrogeology/plio?branch=master
    
    
    
    A planetary file I/O API
    
    jlaura's avatar
    jlaura committed
    
    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. In your ~/.condarc file add the following two lines in the channels section.
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
    
    
    jlaura's avatar
    jlaura committed
        `- conda-forge`
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
    
    
    jlaura's avatar
    jlaura committed
        `- jlaura`
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
    3. Create a new environment to ensure that the installed package is not going to collide with existing packages
    
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
       ``conda create --name <somename> python=3``
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
    
    
    Kelvin Rodriguez's avatar
    Kelvin Rodriguez committed
    3. Install ``plio`` with ``conda install plio``.