Skip to content

Commit

Permalink
add text, readme, notebook and other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
toravest committed Mar 21, 2025
1 parent b89aeb2 commit f34b8db
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 362 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/__pycache__/
*.pyc
/venv/
.env
.env
/data/output*/
old_*
15 changes: 10 additions & 5 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Data-description
# Data-description

API from openweathermap
[API](https://openweathermap.org/)
### Possible API
- **API from openweathermap**
[API_OPEN_WEATHER_MAP](https://openweathermap.org/)

Possible dataset - Natural Disasters:
[Dataset 1](https://www.kaggle.com/datasets/brsdincer/all-natural-disasters-19002021-eosdis)
- **API from meterologisk institutt**
[API_FROST](https://frost.met.no/index.html)

### Possible dataset
- **Natural Disasters:**
[DATASET_1](https://www.kaggle.com/datasets/brsdincer/all-natural-disasters-19002021-eosdis)

Loading

0 comments on commit f34b8db

Please sign in to comment.