Skip to content

This project creates a visualization dashboard website using visualizations we've created in past assignment. Specifically, plotting weather data. In building this dashboard, I created individual pages for each plot and a means by which I can navigate between them. These pages will contain the visualizations and their corresponding explanations.…

Notifications You must be signed in to change notification settings

ItsGreyedOut/Weather-HTML-Dashboard

Repository files navigation

Weather HTML Dashboard

Background

Web based dashboard to provide analysis instead of using Tableau or PowerBi.

Images/landingResize.png

Latitude - Latitude Analysis Dashboard with Attitude

This project plots [weather data] using a csv file (Resources/cities.csv).

In building this dashboard, I creatd individual pages for each plot and a means by which you can navigate between them. These pages contain the visualizations and their corresponding explanations.

Website Details

For reference, see the "Screenshots" section below.

The website consists of 7 pages total, including:

  • A landing page containing:
    • An explanation of the project.
    • Links to each visualizations page. There should be a sidebar containing preview images of each plot, and clicking an image should take the user to that visualization.
  • Four visualization pages, each with:
    • A descriptive title and heading tag.
    • The plot/visualization itself for the selected comparison.
    • A paragraph describing the plot and its significance.
  • A "Comparisons" page that:
    • Contains all of the visualizations on the same page so we can easily visually compare them.
    • Uses a Bootstrap grid for the visualizations.
      • The grid must be two visualizations across on screens medium and larger, and 1 across on extra-small and small screens.
  • A "Data" page that:
    • Displays a responsive table containing the data used in the visualizations.
      • The table must be a bootstrap table component. Hint
      • The data must come from exporting the .csv file as HTML, or converting it to HTML. Try using a tool you already know, pandas. Pandas has a nifty method approprately called to_html that allows you to generate a HTML table from a pandas dataframe. See the documentation here

References

OpenWeatherMap.org. (2012). Сurrent weather and forecast. Retrieved from https://openweathermap.org/

About

This project creates a visualization dashboard website using visualizations we've created in past assignment. Specifically, plotting weather data. In building this dashboard, I created individual pages for each plot and a means by which I can navigate between them. These pages will contain the visualizations and their corresponding explanations.…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages