Course_Generator
Course_Generator copied to clipboard
Historical Weather Data feature (Using JPanel. Abandoned JavaFX)
TODO: Use async http requests
New Feature: Historical Weather Retrieval:
This tab displays the historical weather data and the event summary information for a given track. Statistics tab

The historical weather data contains the following information:
- Maximum temperature, minimum temperature and precipitation for the last 3 years (if an appropriate weather station is found).
- The daily and monthly normals (maximum temperature, average temperature and minimum temperature) for the same date period (if an appropriate weather station is found).
- The weather station(s) name, URL and distance from start.
The event summary data contains:
- The start date.
- The sunrise and sunset times.
- The total daylight time.
- The moon phase description, illumination percentage and image.
The button
saves this data in HTML format.
The button
retrieves the weather data from the NOAA servers.