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! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The API is currently having issues it looks like. Should be temporary. |
Beta Was this translation helpful? Give feedback.
-
See discussion at #608 and NCO ADM Messages |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
The API is currently having issues it looks like. Should be temporary.