Skip to main content

The GWDataFind data discovery client

Project description

GWDataFind

The GWDataFind data discovery client.

The GWDataFind service allows users to query for the location of Gravitational-Wave Frame (GWF) files containing data from the current gravitational-wave detectors.

PyPI version Linux status Windows status License Documentation status

Installation

The simplest installation is via pip:

python -m pip install gwdatafind

This package is also available as a Conda package:

conda install -c conda-forge gwdatafind

Basic Usage

To find the URLs of all H1_R files for the LIGO-Hanford observatory in a given GPS interval:

>>> from gwdatafind import find_urls
>>> find_urls('H', 'H1_R', 1198800018, 1198800618)

To utillise connection pooling, create a Session:

>>> from gwdatafind import (find_urls, Session)
>>> with Session() as sess:
...     for ifo in ("H", "L"):
...         urls[ifo] = find_urls(
...             ifo,
...             f"{ifo}1_R",
...             1198800018,
...             1198800618,
...             session=sess,
...         )

## On the command-line

GWDataFind can also be executed via the command-line client, for full details
run

```bash
$ python -m gwdatafind --help

For more documentation, see https://gwdatafind.readthedocs.io/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gwdatafind-1.2.0.tar.gz (40.4 kB view details)

Uploaded Source

Built Distribution

gwdatafind-1.2.0-py3-none-any.whl (45.5 kB view details)

Uploaded Python 3

File details

Details for the file gwdatafind-1.2.0.tar.gz.

File metadata

  • Download URL: gwdatafind-1.2.0.tar.gz
  • Upload date:
  • Size: 40.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for gwdatafind-1.2.0.tar.gz
Algorithm Hash digest
SHA256 8f74942e66cdb9a53030da29069110b3cb30afc2a034790957786028fb09f451
MD5 6e844d5c75f70cfacc0bd9212be061ce
BLAKE2b-256 2b109f1b9100f59e2ca4a85dad8a21942d0702d756f4b80a433c728be4a871d2

See more details on using hashes here.

File details

Details for the file gwdatafind-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: gwdatafind-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 45.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for gwdatafind-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 58c505ee188c1186ff81b3de5f946f289179a4f8c334f7eb45d07dd70a71bd2c
MD5 8418d43484e5ef64694829274c945824
BLAKE2b-256 89615020eff070e04b1e07c7cf8bed63705aa705011e057cbb839e9a31367bdd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page