fdsnwsscripts
=============
.. image:: https://img.shields.io/pypi/v/fdsnwsscripts.svg
:target: https://img.shields.io/pypi/v/fdsnwsscripts.svg
.. image:: https://img.shields.io/badge/DOI-10.5880/gfz.2.4.2024.002-green
:target: https://doi.org/10.5880/gfz.2.4.2024.002
.. image:: https://img.shields.io/badge/License-LGPLv3-blue
:target: https://www.gnu.org/licenses/lgpl-3.0.en.html
.. image:: https://img.shields.io/pypi/pyversions/fdsnwsscripts.svg
:target: https://img.shields.io/pypi/pyversions/fdsnwsscripts.svg
.. image:: https://img.shields.io/pypi/format/fdsnwsscripts.svg
:target: https://img.shields.io/pypi/format/fdsnwsscripts.svg
.. image:: https://img.shields.io/pypi/status/fdsnwsscripts.svg
:target: https://img.shields.io/pypi/status/fdsnwsscripts.svg
Scripts for working with (EIDA) FDSN web services.
Citation
--------
Please cite the use of this software as:
Heinloo, A. (2024). fdsnws_scripts: a collection of next generation distributed data request tools based on FDSN web services and the EIDA routing service (Version 2023.191) [Computer software]. GFZ Data Services. DOI: 10.5880/gfz.2.4.2024.002
Overview
--------
`fdsnws_scripts` is a collection of next generation distributed data request tools that are based on FDSN `web services
<http://www.fdsn.org/webservices/>`_ and the EIDA `routing service <https://www.orfeus-eu.org/data/eida/webservices/routing/>`_.
You may use these tools to request
* seismic waveform data, as mini-SEED, using the fdsnws-dataselect web service,
* seismic metadata, as FDSN Station XML, using the fdsnws-station web service.
* availability information, as JSON or POST format, using the fdsnws-availability web service.
There are four tools here:
#. `fdsnws_fetch` can request waveform data or metadata, from multiple data centres (access points) with a single command. It does this using the EIDA routing service to discover which data centre(s) holds the data requested.
#. `fdsnws2sds` supports requests for larger amounts of data, saving it in an SDS tree-like file system structure (the SeisComP Data Structure).
SDS is defined `here <https://www.seiscomp.de/doc/apps/slarchive.html#slarchive-section-sds>`_.
#. `fdsnws2seed` provides full SEED and dataless SEED using EIDA FDSN web services. Modern applications should use FDSN StationXML instead of SEED.
#. `fdsnavail` lets the user interact with the new FDSN availability web service and compare to their local data holdings to find missing data.
Documentation
-------------
Detailed user and developer documentation is available at `Read the Docs <https://fdsnwsscripts.readthedocs.io/>`_
Raw data
{
"_id": null,
"home_page": "https://geofon.gfz-potsdam.de/software/fdsnws_scripts",
"name": "fdsnwsscripts",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "seismology waveforms federation fdsn-ws",
"author": "Andres Heinloo",
"author_email": "andres@gfz-potsdam.de",
"download_url": "https://files.pythonhosted.org/packages/1a/08/aecb41fb7fe2171f1e48fc749e2c93937a53f71af3061a49b7af1105f82f/fdsnwsscripts-2025.282.tar.gz",
"platform": null,
"description": "fdsnwsscripts\n=============\n\n.. image:: https://img.shields.io/pypi/v/fdsnwsscripts.svg\n :target: https://img.shields.io/pypi/v/fdsnwsscripts.svg\n \n.. image:: https://img.shields.io/badge/DOI-10.5880/gfz.2.4.2024.002-green\n :target: https://doi.org/10.5880/gfz.2.4.2024.002\n\n.. image:: https://img.shields.io/badge/License-LGPLv3-blue\n :target: https://www.gnu.org/licenses/lgpl-3.0.en.html\n\n.. image:: https://img.shields.io/pypi/pyversions/fdsnwsscripts.svg\n :target: https://img.shields.io/pypi/pyversions/fdsnwsscripts.svg\n \n.. image:: https://img.shields.io/pypi/format/fdsnwsscripts.svg\n :target: https://img.shields.io/pypi/format/fdsnwsscripts.svg\n \n.. image:: https://img.shields.io/pypi/status/fdsnwsscripts.svg\n :target: https://img.shields.io/pypi/status/fdsnwsscripts.svg\n \nScripts for working with (EIDA) FDSN web services.\n\nCitation\n--------\nPlease cite the use of this software as:\n\nHeinloo, A. (2024). fdsnws_scripts: a collection of next generation distributed data request tools based on FDSN web services and the EIDA routing service (Version 2023.191) [Computer software]. GFZ Data Services. DOI: 10.5880/gfz.2.4.2024.002\n\nOverview\n--------\n\n`fdsnws_scripts` is a collection of next generation distributed data request tools that are based on FDSN `web services\n<http://www.fdsn.org/webservices/>`_ and the EIDA `routing service <https://www.orfeus-eu.org/data/eida/webservices/routing/>`_.\n\nYou may use these tools to request\n\n* seismic waveform data, as mini-SEED, using the fdsnws-dataselect web service,\n\n* seismic metadata, as FDSN Station XML, using the fdsnws-station web service.\n\n* availability information, as JSON or POST format, using the fdsnws-availability web service.\n\nThere are four tools here:\n\n#. `fdsnws_fetch` can request waveform data or metadata, from multiple data centres (access points) with a single command. It does this using the EIDA routing service to discover which data centre(s) holds the data requested.\n\n#. `fdsnws2sds` supports requests for larger amounts of data, saving it in an SDS tree-like file system structure (the SeisComP Data Structure).\n SDS is defined `here <https://www.seiscomp.de/doc/apps/slarchive.html#slarchive-section-sds>`_.\n\n#. `fdsnws2seed` provides full SEED and dataless SEED using EIDA FDSN web services. Modern applications should use FDSN StationXML instead of SEED.\n\n#. `fdsnavail` lets the user interact with the new FDSN availability web service and compare to their local data holdings to find missing data.\n\nDocumentation\n-------------\n\nDetailed user and developer documentation is available at `Read the Docs <https://fdsnwsscripts.readthedocs.io/>`_",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "fdsnwsscripts: Scripts for working with (EIDA) FDSN web services",
"version": "2025.282",
"project_urls": {
"Homepage": "https://geofon.gfz-potsdam.de/software/fdsnws_scripts"
},
"split_keywords": [
"seismology",
"waveforms",
"federation",
"fdsn-ws"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1a08aecb41fb7fe2171f1e48fc749e2c93937a53f71af3061a49b7af1105f82f",
"md5": "ed395e788b14a2ff723a9acfeb5993e5",
"sha256": "9db031b91a441ca13132efc71f304f71b1ce8542dac0c63a7d6ea13946c2c9ce"
},
"downloads": -1,
"filename": "fdsnwsscripts-2025.282.tar.gz",
"has_sig": false,
"md5_digest": "ed395e788b14a2ff723a9acfeb5993e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 67805,
"upload_time": "2025-10-08T18:22:21",
"upload_time_iso_8601": "2025-10-08T18:22:21.530057Z",
"url": "https://files.pythonhosted.org/packages/1a/08/aecb41fb7fe2171f1e48fc749e2c93937a53f71af3061a49b7af1105f82f/fdsnwsscripts-2025.282.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-08 18:22:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "fdsnwsscripts"
}