You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . NOAA . WeatherForPointsOnLineSummarized
Retrieve weather information for all points on a line defined by a set of latitude and longitude coordinates.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves weather information for all points on a line bounded by the line's latitude and longitude endpoints.
The Choreo makes an HTTP request to the NDFD ndfdBrowserClientByDay.php API interface, which is described here.
Note, that latitude and longitude coordinates must fall within the 50 U.S. states.
Here's an example of acceptable inputs:
The StartDate can also be entered in the following time format: 2012-01-18
The following is a partial excerpt from the XML information returned by this Choreo:
<?xml version="1.0"?> <dwml version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"> <head> <product srsName="WGS 1984" concise-name="dwmlByDay" operational-mode="official"> <title>NOAA's National Weather Service Forecast by 12 Hour Period</title> <field>meteorological</field> <category>forecast</category> <creation-date refresh-frequency="PT1H">2012-01-20T19:34:38Z</creation-date> </product> <source> <more-information>http://graphical.weather.gov/xml/</more-information> <production-center>Meteorological Development Laboratory<sub-center>Product Generation Branch</sub-center></production-center> <disclaimer>http://www.nws.noaa.gov/disclaimer.html</disclaimer> <credit>http://www.weather.gov/</credit> <credit-logo>http://www.weather.gov/images/xml_logo.gif</credit-logo> <feedback>http://www.weather.gov/feedback.php</feedback> </source> </head> <data> <location> <location-key>point1</location-key> <point latitude="31.33" longitude="-76.29"/> </location> <location> <location-key>point2</location-key> <point latitude="31.37" longitude="-76.28"/> </location> <location> <location-key>point3</location-key> <point latitude="31.41" longitude="-76.22"/> </location> <location> <location-key>point4</location-key> <point latitude="31.45" longitude="-76.16"/> </location> <moreWeatherInformation applicable-location="point1">http://forecast.weather.gov/MapClick.php?textField1=31.33&textField2=-76.29</moreWeatherInformation> <moreWeatherInformation applicable-location="point2">http://forecast.weather.gov/MapClick.php?textField1=31.37&textField2=-76.28</moreWeatherInformation> <time-layout time-coordinate="local" summarization="12hourly"> <layout-key>k-p24h-n6-1</layout-key> <start-valid-time period-name="Today">2012-01-20T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-20T18:00:00-05:00</end-valid-time> </time-layout> <time-layout time-coordinate="local" summarization="12hourly"> <layout-key>k-p24h-n6-2</layout-key> <start-valid-time period-name="Tonight">2012-01-20T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-21T06:00:00-05:00</end-valid-time> </time-layout> <time-layout time-coordinate="local" summarization="12hourly"> <layout-key>k-p12h-n12-3</layout-key> <start-valid-time period-name="Today">2012-01-20T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-20T18:00:00-05:00</end-valid-time> </time-layout> <time-layout time-coordinate="local" summarization="12hourly"> <layout-key>k-p6d-n1-4</layout-key> <start-valid-time>2012-01-20T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-26T06:00:00-05:00</end-valid-time> </time-layout> <parameters applicable-location="point1"> <temperature type="maximum" units="Fahrenheit" time-layout="k-p24h-n6-1"> <name>Daily Maximum Temperature</name> <value xsi:nil="true"/> <value xsi:nil="true"/> </temperature> <temperature type="minimum" units="Fahrenheit" time-layout="k-p24h-n6-2"> <name>Daily Minimum Temperature</name> <value xsi:nil="true"/> <value xsi:nil="true"/> </temperature> <probability-of-precipitation type="12 hour" units="percent" time-layout="k-p12h-n12-3"> <name>12 Hourly Probability of Precipitation</name> <value xsi:nil="true"/> <value xsi:nil="true"/> </probability-of-precipitation> <hazards time-layout="k-p6d-n1-4"> <name>Watches, Warnings, and Advisories</name> <hazard-conditions xsi:nil="true"/> </hazards> <conditions-icon type="forecast-NWS" time-layout="k-p12h-n12-3"> <name>Conditions Icons</name> <icon-link xsi:nil="true"/> <icon-link xsi:nil="true"/> </conditions-icon> </parameters> </data> </dwml>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms