Replies: 8 comments 9 replies
-
This problem appears to be happening for MTR gridpoints only. Tests show that LOX, STO, EKA are all working as expected. Only the gridpoints in MTR seem to be off by 0.5 degrees North latitude. |
Beta Was this translation helpful? Give feedback.
-
I found an older return for MTR/97,101 geometry that was correct:
|
Beta Was this translation helpful? Give feedback.
-
Checking this morning shows somebody must have reloaded the point->gridpoint cache lookups for WFO MTR as now it's only one gridpoint off (gridpoint bounds do not contain the actual point requested). https://api.weather.gov/points/37.2747,-122.0229 request now returns
As before, the point is outside the bounding box, but MUCH closer (probably only one gridpoint off now) so the forecast is MUCH better. |
Beta Was this translation helpful? Give feedback.
-
Now the https://api.weather.gov/points/37.2747,-122.0229 lookup returns https://api.weather.gov/gridpoints/MTR/93,79/forecast does properly include my point in the rectangle bounds:
As I said before, this only seems to be happening for the MTR data .. sure would like it fixed... |
Beta Was this translation helpful? Give feedback.
-
The change that has been running in the preview environment will be promoted to the operational environment on February 2nd and should be available by noon provided a Critical Weather Day is not declared. Please be advised, once the change is live and verified the preview site will be turned off to the public. A service change notice will be issued on February 2nd, outlining the successful completion of the update. You can monitor by going to weather.gov/notification |
Beta Was this translation helpful? Give feedback.
-
The change has gone live on api.weather.gov. |
Beta Was this translation helpful? Give feedback.
-
The green box outlines the area for /gridpoints/MTR/94,80/forecast that is the return for a /points/37.2747,-122.0229 query. It should return /gridpoints/MTR/93,79/forecast to make the forecast area actually around the point at 37.2747,-122.0229 Still off-by-one on the points->gridpoints lookup for MTR |
Beta Was this translation helpful? Give feedback.
-
This is now happening with BOX gridpoints, which used to return valid data. https://api.weather.gov/points/42.4399,-71.2405
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I make a query like:
https://api.weather.gov/points/37.2747,-122.0229
which returns the Gridpoint of
https://api.weather.gov/gridpoints/MTR/97,101/forecast
But... that Gridpoint geometry is shown as
As you can see, that polygon does not contain the requested point of 37.2747,-122.0229 The longitudes would bound the requested longitude, but the latitudes are all about 0.5 degree high.
Is there something wrong with the point->gridpoint mapping by the API??? I'm definitely getting the WRONG FORECAST because the forecast returned is not for the area requested.
Beta Was this translation helpful? Give feedback.
All reactions