Replies: 2 comments
-
Try truncating the precision to 4 places right of the decimal point example xx.xxxx.
I have not seen anywhere it will accept precision more than 4 decimal places.
Joe Perkins
On Oct 23, 2019 10:01 AM, jamwxman <[email protected]> wrote:
https://api.weather.gov/points/35.5,-95
gives
https://api.weather.gov/gridpoints/TSA/76,74/forecast
gives
{
"correlationId": "3b59d1fd-7a9f-4605-88ab-5a075da5ce44",
"title": "Data Unavailable For Requested Point",
"type": "https://api.weather.gov/problems/InvalidPoint",
"status": 404,
"detail": "Unable to provide data for requested point 90,120.5517605",
"instance": "https://api.weather.gov/requests/3b59d1fd-7a9f-4605-88ab-5a075da5ce44"
}
It appears no forecast data is returned for points in TSAs area and occasionally this happens for other points in other CWAs.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/weather-gov/api/issues/11?email_source=notifications&email_token=ADJHCG7UUEP647AXVVQWG43QQB7PTA5CNFSM4JEEWNYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HT4F6FA>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADJHCG2ZMPUCZEXIPF4AYZ3QQB7PTANCNFSM4JEEWNYA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a known issue on our end. We've requested a restart of the backend service to correct it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://api.weather.gov/points/35.5,-95
gives
https://api.weather.gov/gridpoints/TSA/76,74/forecast
gives
{
"correlationId": "3b59d1fd-7a9f-4605-88ab-5a075da5ce44",
"title": "Data Unavailable For Requested Point",
"type": "https://api.weather.gov/problems/InvalidPoint",
"status": 404,
"detail": "Unable to provide data for requested point 90,120.5517605",
"instance": "https://api.weather.gov/requests/3b59d1fd-7a9f-4605-88ab-5a075da5ce44"
}
It appears no forecast data is returned for points in TSAs area and occasionally this happens for other points in other CWAs.
Beta Was this translation helpful? Give feedback.
All reactions