Utility classes for working with the LSST EFD.
Project description
LSST EFD Client
Utility classes for working with the LSST EFD.
Free software: MIT license
Features
The client EfdClient, has several useful functions.
get_topics: Return the topics in the EFD.
get_fields: Return the fields in a particular topic
build_time_range_query: Build an InfluxQL query for a topic and time range
select_time_series: Return a DataFrame containing results of a time range query
select_packed_time_series: Return a DataFrame with high cadence telemetry expanded into a single DataFrame.
select_top_n: Return a DataFrame with the results of just the most recent rows.
See example notebooks here.
For more information, see the online docs.
Authentication
Credentials for authenticating to available EFDs are held in a special file on disk. By default, this location is ~/.lsst/notebook_auth.yaml. The file must exist and must have 600 permissions set. To set the correct permissions execute the following command in a shell:
chmod 600 ~/.lsst/notebook_auth.yaml
The format of the file is a YAML dictionary of valid EFD names. Each EFD entry should contain the username, password, and host for the EFD. Currently, my file looks like this:
lab_efd:
username: <user>
password: <passwd>
host: "test-influxdb-efd.lsst.codes"
summit_efd:
username: <user>
password: <passwd>
host: "influxdb-summit-efd.lsst.codes"
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-12-23)
First release on PyPI.
0.2.0 (2019-01-15)
Minimal functionality in place.
Docstrings complete.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lsst-efd-client-0.2.2.tar.gz
.
File metadata
- Download URL: lsst-efd-client-0.2.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee48b93890f9516d10bd88fddc05775ee27883aed64bb53c0032fcf4ee1c5d38 |
|
MD5 | 500b7460b461125d69e77e1783ca99a1 |
|
BLAKE2b-256 | d393e762d2408a0db9b358241a80aaabc1f8bc5e17c8ba84641c4203c7711f2c |
Provenance
File details
Details for the file lsst_efd_client-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: lsst_efd_client-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83f8db88294e1afa1147d2ef0a4ae61f39900f4a5c76de1aaeb945c4554cc78b |
|
MD5 | 8f99d2ecf08ea7976a95553da638c11a |
|
BLAKE2b-256 | 6f40f70f7d91756596abd8efe0524f3afaae2ac7966decd143dd6063424ae405 |