Resources

Databases for earthquake data

MATLAB codes for reading earthquake data

I have been working with earthquake data for a while. Here are some codes that can be used to read different formats of earthquake data.

  • Extracts acceleration data from CSMIP format files. Output is a vector with acceleration in units of g. Download

  • Extracts acceleration data from PEER format files. Output is a vector with acceleration in units of g. Download

  • Extracts acceleration data from OpenSees format files. Output is a vector with acceleration in units of g. Download