-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add text, readme, notebook and other minor changes
- Loading branch information
toravest
committed
Mar 21, 2025
1 parent
b89aeb2
commit f34b8db
Showing
6 changed files
with
459 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,6 @@ | |
| /__pycache__/ | ||
| *.pyc | ||
| /venv/ | ||
| .env | ||
| .env | ||
| /data/output*/ | ||
| old_* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | ||
|
|
Oops, something went wrong.