Skip to content

Avoid overwriting already existing MSEED files during conversion#28

Open
gseropian wants to merge 3 commits into
uafgeotools:masterfrom
gseropian:overwrite
Open

Avoid overwriting already existing MSEED files during conversion#28
gseropian wants to merge 3 commits into
uafgeotools:masterfrom
gseropian:overwrite

Conversation

@gseropian
Copy link
Copy Markdown

The --force-overwrite option from mseedrename is removed. In the case where there is already an MSEED file with the same name (i.e. for the same hour), a duplicate file is created with an extra .1. in the name. The extra lines of code search for these duplicate files, and merge them with the other corresponding MSEED file using st.merge(fill_value=0).

@liamtoney liamtoney linked an issue May 29, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Overwriting small amount of data during multi-day campaign

1 participant