An open API service indexing awesome lists of open source software.

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

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.