Office does not exist #610
|
I'm trying to use the instructions to get weather forecast data in Python 3. I'd like the user to be able to just enter a city and state. I am using the geopy geocoder to convert the location to latitude/longitude: This responds with: So far so good. Then I use the latitude/longitude to get the forecast URL: This responds with So it looks like I should be able to get my forecast information from https://api.weather.gov/gridpoints/RNK/53,90/forecast. However, when I go to this location, I get: This worked a couple of weeks ago, but this week I have tried with a few different locations and keep getting errors. Has something changed, or am I misunderstanding the instructions? Thank you! |
Replies: 3 comments 2 replies
|
The API is currently having issues it looks like. Should be temporary. |
|
Thanks. I just started working with this, so it seemed likely that I had messed something up. Thanks for letting me know. As of now, this method seems to be working again. |
The API is currently having issues it looks like. Should be temporary.