Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Weather History Question

teades
5 - Atom

Hello,

I am a new user and trying to build some proof of concept appliactions.  I am currently trying to call an API service to get a list returned of past weather data of temperature, precipitation, humidity (that I can just to join by datetime to my existing data set for my equipment) by lat/long.

 

Is there any examples that would return a bulk list like this based on a date range and lat/long being passed into the api?  Something like:

 

Screenshot 2024-03-28 083710.png

 

Thank you for any help you can provide!

6 REPLIES 6
RaphaelSilva
9 - Comet

I think it will be unlikely to find weather information on that level of detail, forecast as usually on a specific region level - that can be translated to a lat/long centroid point later.
What is your final goal with the application?

teades
5 - Atom

For the final goal, I am trying to perdict how my equipment functions depending on these weather elements.  I have a water flow meter that will record data every min.  I was trying to match this up with weather data to provide some sort of indication / prediction of how this will change future flow rates.

 

I really dont think I need it by hour but probably by day.

CharlieS
17 - Castor
17 - Castor

I think what you're looking for depends more on the capabilities of the API/data service than Alteryx. You could use Alteryx to make many individual calls to the service, or perhaps the API has options to specify ranges.

Could you link us to this API? Is it from the NOAA? 

teades
5 - Atom

Thank you, I will try that!  I am new at this and really excited to try to intergrate this into my workflow.

usmanbashir
11 - Bolide

@teades - Here's a workflow that pulls the data and parses the data! Enjoy!

Labels
Top Solution Authors