Request client for specific data structure archive on local filesystem

Hi everyone,

I want to load a request client for specific data structure archive on local filesystem. The structure is:
"{year}-{month}/{year}-{month}-{day}/{network}.{station}.{location}.{channel}.{year}-{julianday}"

Do you know any way to do this?
Thank you very much for your help.

Emmanuel Castillo

@ecastillot you can do that with the SDS client but simply replacing FMTSTR on the client instance

nevermind… actually… I lied… :wink:

you will have to subclass from SDS client and override that one private function, because currently ‘month’ and ‘day’ are not used in that format string

see SDS client: improve flexibility of client.FMTSTR / _get_filename() · Issue #3015 · obspy/obspy · GitHub