forked from erewok/noaa-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
to_do.txt
27 lines (21 loc) · 982 Bytes
/
to_do.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ----------------------------------- #
# STEPS used by program to generate data
# 1. Build NoaaParser object "Weather"
# 2. top_level = Weather.parse_results(url_source)
# 3. Select Region (new url)
# 4. second_level = weather.parse_results(selected_region_url)
# 5. Find search key within region
# 6. my_loc = weather.get_locations(search-key, second_level)
# 7. my_weather = weather.weather_get(my_loc)
# ------------------------------------- #
TO DO:
Build interactive prompt to find content user wants to see/save.
Set-up Automatic emailing of results (cron)
Fix unicode encoding on SMS received
Change data pulled by NoaaParser.weather_get so it is more logical. (in progress...)
Test against other ndbc.noaa.gov pages
Test location-search against various values and build more logical location-selector
Build config-file generator.
Record-Keeping:
Output to csv desired results from selected stations
#----------------------------------------------------------------#