Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Karlheinzniebuhr/the-weather-scraper
/ functions
Functions
20 in github.com/Karlheinzniebuhr/the-weather-scraper
⨍
Functions
20
◇
Types & classes
3
↓ 2 callers
Method
date_range_generator
(cls, start, end = date.today())
util/Utils.py:16
↓ 2 callers
Method
fetch_data_table
Fetches a weather data url and checks if there are data entries for that date
util/Utils.py:36
↓ 2 callers
Method
precipitation
(self, precip_string: str)
util/UnitConverter.py:76
↓ 2 callers
Method
speed
(self, speed_string: str)
util/UnitConverter.py:50
↓ 1 callers
Method
clean_and_convert
(self, dict_list: list)
util/UnitConverter.py:107
↓ 1 callers
Method
date_url_array
(cls, date_url_gen)
util/Utils.py:29
↓ 1 callers
Method
date_url_generator
(cls, weather_station_url, start_date, end_date = date.today())
util/Utils.py:21
↓ 1 callers
Method
dew_point
(self, dew_point_string: str)
util/UnitConverter.py:28
↓ 1 callers
Method
find_first_data_entry
Given a station URL, finds the first date_url where data exists.
util/Utils.py:80
↓ 1 callers
Method
first_data_url
(cls, date_arr, low, high)
util/Utils.py:49
↓ 1 callers
Method
format_key
(key: str)
util/Parser.py:7
↓ 1 callers
Method
humidity
(self, humidity_string: str)
util/UnitConverter.py:41
↓ 1 callers
Method
parse_html_table
(date_string: str, history_table: list)
util/Parser.py:12
↓ 1 callers
Method
pressure
(self, pressure_string: str)
util/UnitConverter.py:63
↓ 1 callers
Function
scrap_station
(weather_station_url)
weather_scraper.py:27
↓ 1 callers
Method
solar
(self, solar_string: str)
util/UnitConverter.py:98
↓ 1 callers
Method
temperature
(self, temp_string: str)
util/UnitConverter.py:15
↓ 1 callers
Method
uv
(self, uv_string: str)
util/UnitConverter.py:89
Method
__init__
(self, system: str)
util/UnitConverter.py:9
Method
__init__
(self, session, weather_station_url)
util/Utils.py:11