https://github.com/squidkid-deluxe/forecast
A script that webscrapes forecast data and plots it.
https://github.com/squidkid-deluxe/forecast
forecast gui matplotlib python3 weather-forecast
Last synced: 3 months ago
JSON representation
A script that webscrapes forecast data and plots it.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/forecast
- Owner: squidKid-deluxe
- Created: 2020-04-03T22:41:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T15:18:12.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:01:57.808Z (4 months ago)
- Topics: forecast, gui, matplotlib, python3, weather-forecast
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*NOTE: DarkSky.net no longer exists; keeping repository up for reference*
-------------------------
# Future_plot_temp.py
A impressively small script that webscrapes data from darksky.net given a zipcode which is converted into latitude and longitude. Once it does that, the script parses the data given back many times, and finally produces a graph.
Dependencies:
===================
future_plot_temp.py:
- json
- matplotlib
- datetime
- numpy
- requests
- tzlocal