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 . WeatherForSinglePointSummarized
Retrieve weather information for a single point defined by 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 a single point defined by latitude and longitude coordinates.
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-20T20:11:58Z</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="35.30" longitude="-76.21"/> </location> <moreWeatherInformation applicable-location="point1">http://forecast.weather.gov/MapClick.php?textField1=35.30&textField2=-76.21</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> <start-valid-time period-name="Tomorrow">2012-01-21T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-21T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Sunday">2012-01-22T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-22T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Monday">2012-01-23T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-23T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Tuesday">2012-01-24T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-24T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Wednesday">2012-01-25T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-25T18: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> <start-valid-time period-name="Tomorrow Night">2012-01-21T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-22T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Sunday Night">2012-01-22T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-23T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Monday Night">2012-01-23T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-24T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Tuesday Night">2012-01-24T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-25T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Wednesday Night">2012-01-25T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-26T06: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> <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> <start-valid-time period-name="Tomorrow">2012-01-21T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-21T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Tomorrow Night">2012-01-21T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-22T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Sunday">2012-01-22T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-22T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Sunday Night">2012-01-22T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-23T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Monday">2012-01-23T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-23T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Monday Night">2012-01-23T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-24T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Tuesday">2012-01-24T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-24T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Tuesday Night">2012-01-24T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-25T06:00:00-05:00</end-valid-time> <start-valid-time period-name="Wednesday">2012-01-25T06:00:00-05:00</start-valid-time> <end-valid-time>2012-01-25T18:00:00-05:00</end-valid-time> <start-valid-time period-name="Wednesday Night">2012-01-25T18:00:00-05:00</start-valid-time> <end-valid-time>2012-01-26T06: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>53</value> <value>60</value> <value>55</value> <value>63</value> <value>57</value> <value>56</value> </temperature> <temperature type="minimum" units="Fahrenheit" time-layout="k-p24h-n6-2"> <name>Daily Minimum Temperature</name> <value>48</value> <value>49</value> <value>54</value> <value>53</value> <value>47</value> <value>51</value> </temperature> <probability-of-precipitation type="12 hour" units="percent" time-layout="k-p12h-n12-3"> <name>12 Hourly Probability of Precipitation</name> <value>5</value> <value>60</value> <value>57</value> <value>66</value> <value>20</value> <value>14</value> <value>28</value> <value>37</value> <value>4</value> <value>4</value> <value>5</value> <value>13</value> </probability-of-precipitation> <hazards time-layout="k-p6d-n1-4"> <name>Watches, Warnings, and Advisories</name> <hazard-conditions xsi:nil="true"/> </hazards> <weather time-layout="k-p12h-n12-3"> <name>Weather Type, Coverage, and Intensity</name> <weather-conditions weather-summary="Mostly Cloudy"/> <weather-conditions weather-summary="Rain Likely"> <value coverage="likely" intensity="light" weather-type="rain" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Rain Showers"> <value coverage="numerous" intensity="light" weather-type="rain showers" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Rain Likely"> <value coverage="likely" intensity="light" weather-type="rain" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Slight Chance Rain"> <value coverage="slight chance" intensity="light" weather-type="drizzle" qualifier="none"/> <value coverage="slight chance" intensity="light" additive="and" weather-type="rain" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Mostly Cloudy"/> <weather-conditions weather-summary="Chance Rain Showers"> <value coverage="chance" intensity="light" weather-type="rain showers" qualifier="none"/> <value coverage="slight chance" intensity="none" additive="and" weather-type="thunderstorms" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Chance Rain Showers"> <value coverage="chance" intensity="light" weather-type="rain showers" qualifier="none"/> <value coverage="slight chance" intensity="none" additive="and" weather-type="thunderstorms" qualifier="none"/> </weather-conditions> <weather-conditions weather-summary="Mostly Sunny"/> <weather-conditions weather-summary="Mostly Clear"/> <weather-conditions weather-summary="Partly Sunny"/> <weather-conditions weather-summary="Mostly Cloudy"/> </weather> <conditions-icon type="forecast-NWS" time-layout="k-p12h-n12-3"> <name>Conditions Icons</name> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/bkn.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/nra60.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/hi_shwrs60.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/nra70.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/ra20.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/nbkn.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/hi_shwrs30.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/hi_nshwrs40.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/few.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/nfew.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg</icon-link> <icon-link>http://www.nws.noaa.gov/weather/images/fcicons/nbkn.jpg</icon-link> </conditions-icon> </parameters> </data> </dwml>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms