python-aio-quakeml-client
This library provides convenient async access to QuakeML feeds.
Example
import asyncio
from aiohttp import ClientSession
from aio_quakeml_client import TestFeed
async def main() -> None:
async with ClientSession() as websession:
# Home Coordinates: Latitude: -33.0, Longitude: 150.0
# Filter radius: 500 km
feed = TestFeed(websession,
(-33.0, 150.0),
url="https://webservices.ingv.it/fdsnws/event/1/query?starttime=2022-03-01T00:00:00&endtime=2022-03-01T23:59:59",
filter_radius=50000)
status, entries = await feed.update()
print(status)
print(entries)
asyncio.get_event_loop().run_until_complete(main())
Release files for aio-quakeml-client 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aio_quakeml_client-0.2.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aio_quakeml_client-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:33.8 kB
Release files / aio_quakeml_client-0.2.tar.gz
| Download URL | aio_quakeml_client-0.2.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc998e262873e91b5e023405866f92399ad3a34862c61462913893b0e10fdb69
|
|
BLAKE2b-256 checksum How to use checksums |
7238465f123fbb6f64c1cebaec573e60761b624cdd049997b7f87d50b595979d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.1
|
Release files / aio_quakeml_client-0.2-py3-none-any.whl
| Download URL | aio_quakeml_client-0.2-py3-none-any.whl |
|---|---|
| Size | 18.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd169b449d0068791a595167f671a4b6ba1e5e1f6e979f9a22cfaadfc9aca62b
|
|
BLAKE2b-256 checksum How to use checksums |
c7628d58da91be34f008423cdd28d189b7d2e99dc00165afc2a6c8d0c67f04ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.1
|