Replies: 1 comment 2 replies
-
To offer any help we would need to know what URL/endpoint you are accessing. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Alteryx, an R-based data analytical tool, to pull monthly weather data from US counties.
While most rows provide a proper JSON value output, some do not. When I re-run the remaining rows, I see they all output null rows and columns after the JSON Parse tool. Then, the corresponding data my team expects to have is showing all 0s.
I'm confused why this is happening? Is there no weather data for that selection or is it a different issue? No link/connection errors display. I have a valid key and I accept via application/Id+json.
Here is a sample URL for Autauga County, AL for July 2021:
https://www.ncdc.noaa.gov/cdo-web/api/v2/data?datasetid=GSOM&datatypeid=TMIN&units=standard&locationid=FIPS:01001&startdate=2021-06-01&enddate=2021-06-30
Any help is appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions