jpvantassel / swprocess

Python package for surface wave processing.
https://pypi.org/project/swprocess/
Other
68 stars 30 forks source link

Converting .csv file to SEG2 format .dat files) #26

Open jaisinghverma opened 1 month ago

jaisinghverma commented 1 month ago

Greetings of the day! How can I convert my .csv file to SEG2 format .dat files) before using the file for processing in swprocess?

Thank you.

jpvantassel commented 1 month ago

Hi @jaisinghverma, I do not know of an open-source SEG2 writer, but swprocess can read a variety of formats (SEG2, SEGY, SU). What I would recommend is to use obspy to write your data to SU format. Some information on that is provided here.