Skip to content
Snippets Groups Projects
Select Git revision
  • 79113f52bb528bdf9ebf754a00d37d664c0a42d9
  • 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
Kelvin Rodriguez authored and GitHub committed
79113f52
History

PLIO

Planetary Input / Output Join the chat at https://gitter.im/USGS-Astrogeology/plio

A planetary surface data input/output library written in Python. The documentation is at:

https://plio.readthedocs.io/en/latest/

The release version of plio is avaiable via conda-forge.

Current build status

Linux OSX Windows

Documentation Status

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing plio

Installing plio from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, plio can be installed with:

conda install plio

It is possible to list all of the versions of plio available on your platform with:

conda search plio --channel conda-forge

Installing development branch of plio

We maintain a development branch of plio that is used as a staging area for our releases. The badges and information below describe the bleeding edge builds.

Build Status

Coverage Status

To install the development version:

conda install -c usgs-astrogeology/label/dev plio

Building documentation

Create the plio conda environment:

conda env create -f environment.yml

Activate the conda environment:

conda activate plio

Go into the docs directory and build the sphinx docs with:

sphinx-build -b html . public

This outputs the generated documentation into docs/public where you can open public/index.html in a browser to view PLIO docs locally.