Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicrie/tbd
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicrie/tbd
- Owner: nicrie
- License: agpl-3.0
- Created: 2021-03-29T18:44:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T12:49:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T03:52:14.585Z (2 months ago)
- Language: Jupyter Notebook
- Size: 17.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## Prepare
Create a correct environment e.g. using `conda`. We need quite specific versions, e.g. python 3.7 and some other specific versions of some packages. So save yourself some pain and do it the quick way ;)
```
conda create --name myenv --file package-list.txt
```
Make shell script executable variance
```
chmod +x update_data.sh
```## Run analysis
```
./update_data.sh
```
## Download Historical Data
python download_covid_hist_data.py
python download_pm25_hist_data.py
python concatenate_all_files_in_dir.py