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.
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 006 permissions set. 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: "summit-influxdb-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.
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.1.7.tar.gz
.
File metadata
- Download URL: lsst-efd-client-0.1.7.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/43.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f6ec07909f08789c924262cd636435f2e7737728dd9eec766174717ed72f014 |
|
MD5 | 5f4494489bee42d8daa3295678bfaeb8 |
|
BLAKE2b-256 | cd2ecc6ecae6aeaa0cd80ae5d6b03c6b52c3ede660c48cc53554532f20c5669a |
Provenance
File details
Details for the file lsst_efd_client-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: lsst_efd_client-0.1.7-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 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/43.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d7dec367672e1cf76c237f30d0db625b543df1a5ed46535d5db869ce96c62b7 |
|
MD5 | b99560be38825ebf9fd5285d34f9c412 |
|
BLAKE2b-256 | 89a324af898f43f4e5536ffce639572395ab776e5377f2dfc6322b766471a50d |