Skip to content
Snippets Groups Projects
Select Git revision
  • 73a081e13630326a455315e113e777835efbd081
  • main default protected
  • CICD_Fix_kr
  • Kelvinrr-patch-2
  • Kelvinrr-patch-1
  • docs_workflow
  • read_gpf_changelog
  • read_gpf_gxp_hybrid
  • ci_py_version
  • 1.6.0
  • v1.5.5
  • v1.5.4
  • v1.5.3
  • v1.5.2
  • v1.5.0
  • v1.5.1
  • v1.4.0
  • v1.3.0
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
27 results

plio

user avatar
Jason R Laura authored
73a081e1
History

Planetary Input / Output

Join the chat at https://gitter.im/USGS-Astrogeology/autocnet https://travis-ci.org/USGS-Astrogeology/plio.svg?branch=master https://coveralls.io/repos/USGS-Astrogeology/plio/badge.svg?branch=master&service=github Documentation Status

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. In your ~/.condarc file add the following two lines in the channels section.

    - conda-forge

    - jlaura

  3. Create a new environment to ensure that the installed packge is not going to collide with existing packages

    ` conda create --name <somename> python=3`

  1. Install plio with conda install plio.