Course_Generator icon indicating copy to clipboard operation
Course_Generator copied to clipboard

Historical Weather Data feature (Using JPanel. Abandoned JavaFX)

Open FJBDev opened this issue 5 years ago • 0 comments

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

image

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 image saves this data in HTML format. The button image retrieves the weather data from the NOAA servers.

FJBDev avatar Oct 19 '20 02:10 FJBDev