Metadata-Version: 2.4
Name: portable-fdsnws-dataselect
Version: 2.0.2
Summary: A portable fdsnws-dataselect/1 server
Author-email: EarthScope Data Services <chad.trabant@earthscope.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://earthscope.github.io/portable-fdsnws-dataselect/
Keywords: FDSN,webservice,EarthScope,miniSEED
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymseed<1,>=0.4.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# portable-fdsnws-dataselect

A portable [fdsnws-dataselect](http://www.fdsn.org/webservices/) server implementation.

This is a portable fdsnws-dataselect/1 implementation which allows users to
run a standardized web service to serve their own, arbitrary seismological
data sets in miniSEED format. Users can then take advantage of existing data
selection and collection tools to access their own data repository.

The system uses a miniSEED data index stored in SQLite. The index is created
with the [mseedindex](https://github.com/earthscope/mseedindex) program.

The specification for the [fdsnws-dataselect](https://www.fdsn.org/webservices)
web service is published by the
[International Federation of Digital Seismograph Networks](https://www.fdsn.org/).

This software is a product of [EarthScope Data Services](https://www.earthscope.org/).

For more information see the [User Guide](https://earthscope.github.io/portable-fdsnws-dataselect/).
