Euler_1 Posted June 6 Share Posted June 6 I'm taking soem classes in coding and we design. One of the things I want to get better at is retrieving data from the web and using it in web pages I create. For example I'd like to create a calendar with graphics showing the frequency of rainy weekends here in Southern Vermont this year. Can you point me to APIs and documentation to use the NOAA/NWS data? Perhaps just starting with precipitation, max/min temps, and that sort of data for a given location. Link to comment Share on other sites More sharing options...
Rhino16 Posted 6 hours ago Share Posted 6 hours ago On 6/6/2025 at 9:43 AM, Euler_1 said: I'm taking soem classes in coding and we design. One of the things I want to get better at is retrieving data from the web and using it in web pages I create. For example I'd like to create a calendar with graphics showing the frequency of rainy weekends here in Southern Vermont this year. Can you point me to APIs and documentation to use the NOAA/NWS data? Perhaps just starting with precipitation, max/min temps, and that sort of data for a given location. Unidata has a series on their youtube channel where they show how to retrieve data, manipulate it, plot it, etc. It’s all in python though, but maybe it would help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now