Skip to content

cbworden/neicio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

neicio is one of three Python packages containing code modules extracted from the PAGER (http://earthquake.usgs.gov/earthquakes/pager/) software. This package
contains functions and classes designed to make it easier to read in files in various spatial formats (ESRI BIL, GMT NetCDF, ShakeMap grid.xml), read shapefiles, read/write fixed-width formats, and a convenient wrapper around the Python functions for making system calls.

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 neicio.

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 basemap:

pip install basemap

To install neicio:

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

Uninstalling and Updating

To uninstall:

pip uninstall neicio

To update:

pip install -U git+git://github.com/usgs/neicio.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%