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 . WeatherByCenterPointSubgridSummarized
Retrieve weather information for a rectangle defined by a center point and distances in the latitudinal and longitudinal directions.
/*
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 geographic area denoted by a rectangle, defined by a center point and associated distances in latitudinal and longitudinal from the center.
The Choreo makes an HTTP request to the NDFD ndfdBrowserClientByDay.php API interface, which is described here. Choreo parameters are passed in an XML file.
Here's an example of acceptable inputs:
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-19T21:45:25Z</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="41.86" longitude="-65.31"/> </location> <location> <location-key>point2</location-key> <point latitude="41.90" longitude="-65.30"/> </location> <location> <location-key>point3</location-key> <point latitude="41.95" longitude="-65.28"/> </location> <moreWeatherInformation applicable-location="point1">http://forecast.weather.gov/MapClick.php?textField1=41.86&textField2=-65.31</moreWeatherInformation> <moreWeatherInformation applicable-location="point2">http://forecast.weather.gov/MapClick.php?textField1=41.90&textField2=-65.30</moreWeatherInformation> <moreWeatherInformation applicable-location="point3">http://forecast.weather.gov/MapClick.php?textField1=41.95&textField2=-65.28</moreWeatherInformation> <moreWeatherInformation applicable-location="point4">http://forecast.weather.gov/MapClick.php?textField1=41.99&textField2=-65.27</moreWeatherInformation> <moreWeatherInformation applicable-location="point5">http://forecast.weather.gov/MapClick.php?textField1=42.03&textField2=-65.26</moreWeatherInformation> <moreWeatherInformation applicable-location="point6">http://forecast.weather.gov/MapClick.php?textField1=42.07&textField2=-65.24</moreWeatherInformation> <moreWeatherInformation applicable-location="point7">http://forecast.weather.gov/MapClick.php?textField1=42.12&textField2=-65.23</moreWeatherInformation> <time-layout time-coordinate="local" summarization="12hourly"> <layout-key>k-p24h-n6-1</layout-key> <start-valid-time period-name="Today">2012-01-19T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-19T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Tomorrow">2012-01-20T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-20T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Saturday">2012-01-21T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-21T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Sunday">2012-01-22T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-22T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Monday">2012-01-23T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-23T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Tuesday">2012-01-24T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-24T18:00:00-04: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-19T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-20T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Tomorrow Night">2012-01-20T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-21T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Saturday Night">2012-01-21T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-22T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Sunday Night">2012-01-22T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-23T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Monday Night">2012-01-23T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-24T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Tuesday Night">2012-01-24T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-25T06:00:00-04: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-19T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-19T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Tonight">2012-01-19T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-20T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Tomorrow">2012-01-20T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-20T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Tomorrow Night">2012-01-20T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-21T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Saturday">2012-01-21T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-21T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Saturday Night">2012-01-21T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-22T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Sunday">2012-01-22T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-22T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Sunday Night">2012-01-22T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-23T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Monday">2012-01-23T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-23T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Monday Night">2012-01-23T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-24T06:00:00-04:00</end-valid-time> <start-valid-time period-name="Tuesday">2012-01-24T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-24T18:00:00-04:00</end-valid-time> <start-valid-time period-name="Tuesday Night">2012-01-24T18:00:00-04:00</start-valid-time> <end-valid-time>2012-01-25T06:00:00-04: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-19T06:00:00-04:00</start-valid-time> <end-valid-time>2012-01-25T06:00:00-04: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"/> <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"/> <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"/> <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> <weather time-layout="k-p12h-n12-3"> <name>Weather Type, Coverage, and Intensity</name> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> </weather> <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"/> <icon-link xsi:nil="true"/> </conditions-icon> </parameters> <parameters applicable-location="point2"> <temperature type="maximum" units="Fahrenheit" time-layout="k-p24h-n6-1"> <name>Daily Maximum Temperature</name> <value xsi:nil="true"/> <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"/> <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"/> <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> <weather time-layout="k-p12h-n12-3"> <name>Weather Type, Coverage, and Intensity</name> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> </weather> <parameters applicable-location="point121"> <temperature type="maximum" units="Fahrenheit" time-layout="k-p24h-n6-1"> <name>Daily Maximum Temperature</name> <value xsi:nil="true"/> <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"/> <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"/> <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> <weather time-layout="k-p12h-n12-3"> <name>Weather Type, Coverage, and Intensity</name> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> <weather-conditions xsi:nil="true"/> </weather> <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"/> <icon-link xsi:nil="true"/> </conditions-icon> </parameters> </data> </dwml>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms