While requesting the weaather.gov/alerts using lat= 45.47 and lon=9.19 getting json response as Invalid: out of bounds #519
Unanswered
ChasingDeveloper
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I believe the lat/lon has to be within the united states. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Your request for point 45.47,9.19 is outside of the USA (CONUS+Hawaii) .. The NOAA NWS forecasts are for the USA only. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm requesting the weather.gov using the URL - https://api.weeather.gov/alerts/active?point=45.47,9.19
I'm receiving the response as:
{
"correlationId": "20594c02",
"title": "Invalid Parameter",
"type": "https://api.weather.gov/problems/InvalidParameter",
"status": 400,
"detail": "parameter "point"" is Invalid: out of bounds",
"instance": "https://api.weather.gov/requests/20594c02"
}
as per the request the lat and lon are valid with the rules - lat ---> 90 to -90 and lon ----> 180 to -180
Why the weather.gov is failing to send the response ?
Can some here please assist and provide me the information. I appreciate it. Thanks!
@StephenClouse @scadergit
Beta Was this translation helpful? Give feedback.
All reactions