stanford-futuredata / FAST

End-to-end earthquake detection pipeline via efficient time series similarity search
Apache License 2.0
145 stars 55 forks source link

Numpy array for network detection #8

Closed kexinrong closed 6 years ago

kexinrong commented 6 years ago

Change the intermediate format of event_dict to numpy array due to pickle's high memory usage during loading.

Tested on HectorMine dataset.

edgan8 commented 6 years ago

👍 👍 🔥