https://github.com/emilio-berti/squirry-meteo
https://github.com/emilio-berti/squirry-meteo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilio-berti/squirry-meteo
- Owner: emilio-berti
- Created: 2020-09-12T15:57:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T14:31:00.000Z (over 3 years ago)
- Last Synced: 2025-01-21T04:28:08.534Z (5 months ago)
- Language: R
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Store the OpenWeather API key in `src/apikey.txt`.
Repositoty structure:
```
.
├── data
│ ├── olddata
│ │ ├── 2021-08-03_11:20:42.csv
│ │ └── 2021-08-03_11:20:54.csv
│ └── opendata
│ ├── aarhus.json
│ ├── leipzig.json
│ ├── macon.json
│ ├── prato.json
│ ├── schaffhausen.json
│ └── stara.json
├── oldplots
│ ├── Tue_03_Aug_2021_11:20:42_AM_CEST.pdf
│ └── Tue_03_Aug_2021_11:20:54_AM_CEST.pdf
├── plot.pdf
├── README.md
└── src
├── apikey.txt
├── calc-error.R
├── format_forecasts.R
├── get-opendata.sh
├── ggplot_temperature.R
├── OpenWeather.sh
├── plot_temperature.p
├── process-data.py
└── squirrymeteo.sh5 directories, 21 files
```