https://github.com/douglasdrake/weather
Visualize meteorological data queried from the OpenWeatherMap API.
https://github.com/douglasdrake/weather
bootstrap matplotlib visualization weather
Last synced: 4 days ago
JSON representation
Visualize meteorological data queried from the OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/douglasdrake/weather
- Owner: douglasdrake
- Created: 2019-05-06T01:47:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T20:50:23.000Z (almost 7 years ago)
- Last Synced: 2025-05-19T19:55:56.391Z (about 1 year ago)
- Topics: bootstrap, matplotlib, visualization, weather
- Language: HTML
- Homepage: https://douglasdrake.github.io/weather/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather
# Description
Provide a visualization dashboard for meteorological data generated in the repo
[WeatherData](https://github.com/douglasdrake/WeatherData). Meteorological data was queried for
over 500 cities from the OpenWeatherMap API. These data were then plotted using matplotlib and
seaborn.
# Methods
1. HTML. The layout of each page of the dashboard is done with [Bootstrap](https://getbootstrap.com/). Navigational bars, drop-down menus, and tables all use Bootstrap components.
2. CSS. Images and component characteristics are modified with a CSS style sheet.
3. The dashboard uses responsive web design to adjust the layout and image sizes based on the user's device.
The [dashboard](https://douglasdrake.github.io/weather/).