From 080dd780a7813b3e597c281bde718fddb33f5d9e Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 14 Mar 2024 09:07:57 -0700 Subject: [PATCH] Update readme to point to active USGS repo --- README.md | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 23ebb432..69880032 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,3 @@ -## Status - -| OS | Status | -|-------|--------| -| OSX | [![Build Status](https://travis-ci.org/USGS-Astrogeology/PyHAT.svg?branch=dev)](https://travis-ci.org/USGS-Astrogeology/PyHAT) | -|Linux | [![Build Status](https://travis-ci.org/USGS-Astrogeology/PyHAT.svg?branch=dev)](https://travis-ci.org/USGS-Astrogeology/PyHAT) | -|Windows| [![Build status](https://ci.appveyor.com/api/projects/status/orfb1txhicspo7ap/branch/dev?svg=true)](https://ci.appveyor.com/project/jlaura/pyhat/branch/dev)| - - -[![Coverage Status](https://coveralls.io/repos/github/USGS-Astrogeology/PyHAT/badge.svg?branch=dev)](https://coveralls.io/github/USGS-Astrogeology/PyHAT?branch=dev) -[![Join the chat at https://gitter.im/USGS-Astrogeology/pyhat](https://badges.gitter.im/USGS-Astrogeology/pyhat.svg)](https://gitter.im/USGS-Astrogeology/pyhat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -# Installation - For Users - - Install [Anaconda Python](https://www.continuum.io/downloads). Be sure to get Python 3.x - - Create a conda env for PyHAT: `conda create -n pyhat` - - Add conda forge to your channels list: `conda config --add channels conda-forge` - - Activate the PyHAT environment: `conda activate pyhat` (for windows: `conda pyhat`) - - To install: `conda install -c usgs-astrogeology pyhat` - -# Installation - For Developers - - Install [Anaconda Python](https://www.continuum.io/downloads). Be sure to get Python 3.x - - Add conda forge to your channels list: `conda config --add channels conda-forge` - - Clone this repo: `git clone https://github.com/USGS-Astrogeology/PyHAT` - - Enter the cloned repo: `cd PyHAT` - - Pull the `dev` branch: `git fetch && git checkout dev` - - Install the dependencies: `conda create -f environment.yml` - -# Demo - - - Execute the `jupyter notebook` that will open a new browser tab with the Jupyter homepage. - - Launch (click) the `Kaguya_Spectral_Profiler.ipynb` notebook. +# NOTE: This GitHub repository is obsolete and should not be used! +### To comply with USGS software release requirements, PyHAT has been migrated to [https://code.usgs.gov/astrogeology/pyhat](https://code.usgs.gov/astrogeology/pyhat). Please contact Ryan Anderson (rbanderson@usgs.gov) with any questions.