Weather History Question
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
Thank you for any help you can provide!
Solved! Go to Solution.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you, I will try that! I am new at this and really excited to try to intergrate this into my workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@teades - Here's a workflow that pulls the data and parses the data! Enjoy!
