Skip to content
Snippets Groups Projects

Updated the controller.py file to incoorporate the FDSNFactory for command line arguments.

I added simple changes to incorporate the FDSN client when using the command line arguments to retrieve data with geomag-py . Unfortunately, when trying to test the functionality I ran into some issues, specifically that no waveform data was available. I've attached the error block below

"""""""""""""""""""""""""""

The data count is <bound method Stream.len of <obspy.core.stream.Stream object at 0x13146db40>> Traceback (most recent call last): File "", line 1, in File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/Controller.py", line 752, in main _main(args) File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/Controller.py", line 775, in _main controller._run(args) File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/Controller.py", line 186, in _run self.run( File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/Controller.py", line 280, in run timeseries = input_timeseries or self._get_input_timeseries( File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/Controller.py", line 107, in _get_input_timeseries timeseries += self._inputFactory.get_timeseries( File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/edge/FDSNFactory.py", line 170, in get_timeseries data = self._get_timeseries( File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/edge/FDSNFactory.py", line 269, in _get_timeseries azi, dip = FDSNFactory._get_orientations(self, data[0], starttime, sncl) File "/Users/swilbur/Python_Scripts/geomag-algorithms/geomagio/edge/FDSNFactory.py", line 367, in _get_orientations inv = FDSN.get_stations( File "/Users/swilbur/Library/Caches/pypoetry/virtualenvs/geomag-algorithms-WHTFdQUw-py3.10/lib/python3.10/site-packages/obspy/clients/fdsn/client.py", line 748, in get_stations data_stream = self._download(url) File "/Users/swilbur/Library/Caches/pypoetry/virtualenvs/geomag-algorithms-WHTFdQUw-py3.10/lib/python3.10/site-packages/obspy/clients/fdsn/client.py", line 1486, in _download raise_on_error(code, data) File "/Users/swilbur/Library/Caches/pypoetry/virtualenvs/geomag-algorithms-WHTFdQUw-py3.10/lib/python3.10/site-packages/obspy/clients/fdsn/client.py", line 1834, in raise_on_error raise FDSNNoDataException("No data available for request.", obspy.clients.fdsn.header.FDSNNoDataException: No data available for request. HTTP Status code: 204 Detailed response of server:

"""""""""""""""""""""""""

I then tried to test the functionality of the IRIS client to ensure I wasn't misusing the command line tools and in doing so I received a similar error.

The command and input I was using in my terminal is as follows:

poetry run geomag-py --type variation --inchannels H E Z --interval second --observatory ANMO --starttime 2024-01-01T00:00:00 --endtime 2024-01-01T23:59:00 --input fdsn --output iaga2002

I'm pushing this just so that you can see the error before I take off on annual leave. Hopefully, the fix is something minor or possibly due to my misuse of the command line tools.

@erigler, I remember you mentioning you tested using IRIS as input but you were not returning data if the channel "X" was requested. This leads me to believe I was doing something wrong because I could not return ANY waveform data using both the "fdsn" or "iris" clients as input.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading