https://github.com/otsaloma/pollen-chart
Helsinki pollen count visualization
https://github.com/otsaloma/pollen-chart
data-visualization javascript lambda pollen python
Last synced: 2 months ago
JSON representation
Helsinki pollen count visualization
- Host: GitHub
- URL: https://github.com/otsaloma/pollen-chart
- Owner: otsaloma
- License: mit
- Created: 2025-05-17T17:21:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-31T22:34:20.000Z (about 1 year ago)
- Last Synced: 2025-06-05T10:13:09.280Z (about 1 year ago)
- Topics: data-visualization, javascript, lambda, pollen, python
- Language: Python
- Homepage: https://otsaloma.io/siitepoly
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
Pollen Chart
============
A visualization of pollen counts in Helsinki in two parts: (1) A lambda
function that downloads data from [CAMS][] using [CDSAPI][] to an S3
bucket and (2) a static client-side web app that renders that data into
a custom visualization.
[CAMS]: https://ads.atmosphere.copernicus.eu/datasets/cams-europe-air-quality-forecasts
[CDSAPI]: https://ads.atmosphere.copernicus.eu/how-to-api
## Getting Started
Follow CDSAPI setup instructions:
https://ads.atmosphere.copernicus.eu/how-to-api
Create a `.env` file with the following content.
```bash
CDSAPI_KEY=...
CDSAPI_URL=...
```
Create a virtual environment with `make venv`. Run `./download.py local`
to fetch pollen data. Use `make run` to launch the web app locally.