Skip to content

Commit

Permalink
Merge pull request #15 from BCCN-Prog/WS-0007
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
vrgsdaniel authored Jul 17, 2018
2 parents 3a5d65e + 540a91e commit aba5809
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@ The structure for the RESTful API calls is the following:

- `city_location.py` is the script that gets the coordinates of specified named cities.

- `daily_structured.py` is the script that __gathers daily data__.
- `daily_db.py` is the script that __gathers daily data__.

- `hourly_structured.py` is the script that __gathers hourly data__.
- `hourly_db.py` is the script that __gathers hourly data__.

The structure for Wetter.de scraping is:

- `Wetter_de_scraping.py` scrapes hourly data.

- `Web_Scraping_wetter_de_full_day.py` scrapes daily data.

- `Web_Scraping_wetter_de_day_periods.py` scrapes periods of the day.

For bild.de:
- `bild_scraping.py` does both daily and daily period scraping.

The helper scripts for database insertion are:
- `database.py`
- `db_manager.py`
- `db_info.py`

0 comments on commit aba5809

Please sign in to comment.