Simple Python library to query seismic bulletin database
Project description
bpptkg-querybulletin
Simple Python library to query seismic bulletin database.
Installation
Install the latest version from PyPI:
pip install -U bpptkg-querybulletin
Install database vendor dependent client package, e.g. for MySQL:
pip install mysqlclient
Database Credentials
Create JSON file in ~/.bulletin/querybulletin/config.json
to store your
seismic bulletin database credentials. For example:
{
"dburl": "mysql://user:password@localhost/seismic_bulletin"
}
If you have custom config file path, add -c
or --config
option to the full
path of JSON config file in the script arguments.
Examples
Query bulletin for certain time range:
querybulletin -s "2021-08-01 06:00:00" -e "2021-08-10 06:00:00"
Query bulletin for certain time range and event type:
querybulletin -s "2021-08-01 06:00:00" -e "2021-08-10 06:00:00" -t VTB
Query bulletin for certain event ID:
querybulletin -u "2021-07#2355"
Store output to the CSV file:
querybulletin -s "2021-08-01 06:00:00" -e "2021-08-10 06:00:00" -t VTB -o bulletin.csv
License
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
File details
Details for the file bpptkg-querybulletin-0.3.0.tar.gz
.
File metadata
- Download URL: bpptkg-querybulletin-0.3.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c0893d04718d4a0aac842e5ea31b0ec1e4f622e983faff7adbf9abf820f82ef |
|
MD5 | a3e7481e93bed5dbb907dd8d3c954bbe |
|
BLAKE2b-256 | 15b826684f3260f813d7390f923187838d21b5e77a983627a71097716ee14e8d |