Replies: 1 comment 3 replies
-
We are planning to fix it, the manual effort was only until it can be resolved. The official way to be notified is requeste to be included on the NCO ticket using the NCO support email. |
Beta Was this translation helpful? Give feedback.
3 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 don't understand this known issue:
The API is returning gridpoints that are off by +1,+1. This causes forecasts for AFC (AER/ALU), AFG, AJK, BOX, CAE, DLH, FSD, HGX, HNX, LIX, LWX, MAF, MFR, MLB, MRX, MTR, and PIH to fall outside the bounding box of the grid. For these offices the exact grid returned from the points endpoint should be (gridX - 1, gridY - 1).
I am not much of a coder but am delighted to find this API. I'm trying to use it (and trust it). I have GPS coordinates but I notice they are not always located in the returned gridpoints. But if I understand this issue correctly, I would change https://api.weather.gov/gridpoints/LWX/70,86 to https://api.weather.gov/gridpoints/LWX/69,85 to get the proper gridpoint. Correct?
I think I am missing something, because if it is that simple I wonder why I am doing this in my code instead of the developers fixing it. And, if I encode this correction, how would I know when it gets "fixed." I think I'm not understanding something.
Beta Was this translation helpful? Give feedback.
All reactions