clarification on "The API is returning gridpoints that are off by 1,1." #592
-
I know I'm overcomplicating this, but I just want to make sure I understand the issue correctly for offices which are impacted... Does the issue with "The API is returning gridpoints that are off by 1,1" mean that for a given set of GPS points using the Or does it mean that gridpoints used in Another way to ask the same question... which of these endpoints is giving the incorrect data? I'm assuming it's the points/{endpoints} but I figured best to ask. And I guess another question, is there a way to return all the bounding boxes and the corresponding (correct) polygon? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The gridX and gridY values returned from the /points/{lat,lon} endpoint are off by +1,+1 for the affected WFOs, thus the /gridpoints url returned from the /points endpoint has to be adjusted to get the exact grid x,y at that specific lat,lon value. |
Beta Was this translation helpful? Give feedback.
The gridX and gridY values returned from the /points/{lat,lon} endpoint are off by +1,+1 for the affected WFOs, thus the /gridpoints url returned from the /points endpoint has to be adjusted to get the exact grid x,y at that specific lat,lon value.