Skip to content

Lightweight QuakeML data parsing for Python

License

Notifications You must be signed in to change notification settings

Jamalreyhani/pyquakeml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQuakeML

Lightweight QuakeML data parsing for Python

Installation

cd ~/src/   # or wherever you keep your source packages
git clone https://gitext.gfz-potsdam.de/nooshiri/pyquakeml.git
cd pyquakeml
sudo python setup.py install

Usage

To load data given in QuakeML format use keyword argument stream=... or filename=... in loader function:

from pyquakeml import QuakeML

data = QuakeML.load_xml(filename='your_event.xml')

About

Lightweight QuakeML data parsing for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages