Replies: 2 comments 2 replies
-
I think I have a solution:
At the time I called it, the output of this script was:
I'm not sure if this will or won't return duplicates. I'm still waiting for an answer to #678. Although this works, it would be preferable if the API could support such a query directly? Is this possible, or could this be added? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Specifying a list of counties works, as in:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create an API call to get all active alerts issued by our local WFO (MTR). Ideally, it would be as simple as:
but currently there is no parameter for coverage area. What I'm doing instead is specifying all the counties in our CWA:
Is this the best way of doing it, and will this result in duplicates?
Beta Was this translation helpful? Give feedback.
All reactions