Junjun1guo / PEERMotionFormatProcess-with-Python

Processing downloaded PEER ground motions to one column data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##########################################################################
Author: Junjun Guo(HomePage)
E-mail: guojj@tongji.edu.cn/guojj_ce@163.com
Environemet: Successfully excucted in python 3.8
##########################################################################


Processing downloaded PEER ground motions to one column data

Tutorials

Preparing:

  1. save downloaded motions to file-downLoadPeerMotion
  2. save the names of the files (.AT2) to FileName.txt

Process:

  1. run earthquakeRecordProcess.py

Output:

  1. Acceleration (g),velcocity(cm/s) and dispplacemnt(cm) of each records in EW, NS and UD directions
  2. The point number of each record (MotonLength.txt)
  3. The time step for each record (deltaT.txt)

About

Processing downloaded PEER ground motions to one column data

License:MIT License


Languages

Language:Python 100.0%