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 . WeatherForSinglePointUnsummarized
Retrieve unsummarized 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 unsummarized weather information for a single point, defined by latitude and longitude coordinates.
The Choreo makes an HTTP request to the NDFD ndfdXMLclient.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="glance" operational-mode="official"> <title>NOAA's National Weather Service Forecast at a Glance</title> <field>meteorological</field> <category>forecast</category> <creation-date refresh-frequency="PT1H">2012-01-20T20:30:28Z</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="none"> <layout-key>k-p24h-n1-1</layout-key> <start-valid-time period-name="Today">2012-01-20T07:00:00-05:00</start-valid-time> <end-valid-time>2012-01-20T19:00:00-05:00</end-valid-time> </time-layout> <parameters applicable-location="point1"> <temperature type="maximum" units="Fahrenheit" time-layout="k-p24h-n1-1"> <name>Daily Maximum Temperature</name> <value>53</value> </temperature> </parameters> </data> </dwml>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms