Skip to content

mhearne-usgs/neicutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

neicutil is one of three Python packages containing code modules extracted from the PAGER (http://earthquake.usgs.gov/earthquakes/pager/) software. This package
contains a grab bag of interpolation routines, text manipulation functions, and time functions.

Installation and Dependencies

This package depends on:

The best way to install numpy,matplotlib,and scipy is to use one of the Python distributions described here:

http://www.scipy.org/install.html

Anaconda and Enthought distributions have been successfully tested with neicutil.

Most of those distributions should include pip, a command line tool for installing and managing Python packages. You will use pip to install the other dependencies and libcomcat itself.

You may need to open a new terminal window to ensure that the newly installed versions of python and pip are in your path.

To install neicutil:

pip install git+git://github.com/usgs/neicutil.git

Uninstalling and Updating

To uninstall:

pip uninstall neicutil

To update:

pip install -U git+git://github.com/usgs/neicutil.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%