Metadata-Version: 2.1
Name: seisloc
Version: 0.1.9
Summary: Tool package for earthquake location
Author: Hardy ZI
Author-email: zijinping@hotmail.com
License: MIT
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: obspy
Requires-Dist: tqdm ==4.48.0
Requires-Dist: jupyter
Requires-Dist: scipy >=1.4.1
Requires-Dist: numpy ==1.21.0
Requires-Dist: numba
Requires-Dist: pandas
Requires-Dist: pillow

1. Install Anaconda

2. run "conda create -n seisloc python=3.7"

3. run "conda activate seisloc"

4. run "pip install seisloc"

5. 'cd example'

6. 'jupyter notebook'

7. download EQTransofmer "https://github.com/smousavi05/EQTransformer.git" for more detail

This is a tool package for raw data processing. Developed by Jinping ZI from CUHK Seismology Lab.

