Air pollution data collector
Project description
de.uke.iam.air-pollution
Collect environmental data from multiple APIs
Display monthly PM10 data.
import air_pollution.luftmessnetz as lmn
import polars as pl
client = lmn.LuftmessnetzClient()
res = client.get_component_data("pm10_1m")
res = pl.DataFrame(res)
res.plot.line(x='datetime', y='value', color='station').properties(width=800, height=400)
Note
Currently, only the Hamburger Luftmessnetz is implemented.
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
air_pollution-0.2.1.tar.gz
(10.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file air_pollution-0.2.1.tar.gz.
File metadata
- Download URL: air_pollution-0.2.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87d9837f4b24503f917338387af9f3b1ec2203aaa715d2c08a19c9db82bdb2d4
|
|
| MD5 |
bcfb94b2c8ae175c981a1162fe03214e
|
|
| BLAKE2b-256 |
c1d5d0d17fcc2fc57f5fec7e88a4306111dbe1aa4e3c1e3367f946766cde9f31
|
File details
Details for the file air_pollution-0.2.1-py3-none-any.whl.
File metadata
- Download URL: air_pollution-0.2.1-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22fd990369d4a7c290bfbaf23c33bdb9846e14ef15f404a23d1f3cfbfe8f569a
|
|
| MD5 |
26423010880b690a4dc40f0f7e09f280
|
|
| BLAKE2b-256 |
a6a280f6bc9948421f401eea0a60d1edde856c51142fd8623647fbafdc121e83
|