DEOS : Web Services and Data Feeds

Size: px
Start display at page:

Download "DEOS : Web Services and Data Feeds"

Transcription

1 DEOS : Web Services and Data Feeds DEOS Technical Note #17 Version 2 Copyright Center for Climatic Research All material herein is copyright by The Center for Climatic Research Published: October 6 th 2006 Table of Contents Introduction Web Services REST Web Services Web Services Software Interface Retrieving A Network List Retrieving A Station List Retrieving A Data Type List Retrieving Station Data Error Handling Configuration Syndication Feeds; Atom and RSS Atom Feeds RSS Feeds Geographical Encoding Syndication Subscription Files Introduction This document summarizes the available data feeds for the DEOS system. Feeds are divided into syndication feeds of daily and completed monthly data pages, and web service feeds. Web Services The following sections describe the DEOS web service feeds. REST Web Services Web Services Software Interface

2 The external interface to the web services are described in this section. Retrieving A Network List The following section describes the method implemented to retrieve the list of networks providing web service data. Purpose To provide a list of networks providing data for the DEOS web services. The network names returned by this method are needed in subsequent calls to retrieve station IDs and station data. Options The following are the options understood by this component. Required Parameters The following item is required. key; a valid access key. Example Output The following is an example request and a example output. Example 1. Example Request [URL]ws/REST/V1/getNetworkList?key=abcdef will generate a file similar to that below. Example 2. Example Response <?xml version="1.0" encoding="utf-8"?> <deos:networks xmlns:deos=" totalnumber="5"> <deos:network number="1" id="7"> <deos:name>deos</deos:name> <deos:description>delaware Environmental Observing System</deos:description> <deos:updatefrequency units="minutes">5</deos:updatefrequency> </deos:network> <deos:network number="2" id="8"> <deos:name>usgs-streamflow</deos:name> <deos:description>us Geological Service Stream-flow Gage</deos:description>

3 <deos:updatefrequency units="minutes">15</deos:updatefrequency> </deos:network> <deos:network number="3" id="9"> <deos:name>usgs-tidal</deos:name> <deos:description>us Geological Service Tidal Gage</deos:description> <deos:updatefrequency units="minutes">15</deos:updatefrequency> </deos:network> <deos:network number="4" id="11"> <deos:name>ndbc</deos:name> <deos:description>ndbc Buoy Data</deos:description> <deos:updatefrequency units="minutes">60</deos:updatefrequency> </deos:network> <deos:network number="5" id="12"> <deos:name>deldot</deos:name> <deos:description>delaware Department of Transportation Weather Network</deos:description> <deos:updatefrequency units="minutes">10</deos:updatefrequency> </deos:network> </deos:networks> Retrieving A Station List The following section describes the method implemented to retrieve a list of stations from a given network or state, or county within a state. Purpose To provide a list of stations in a given subset providing data for the DEOS web services. The station IDs returned by this method are needed in subsequent calls to retrieve the station data itself. Options The following are the options understood by this component. Required Parameters The following items are required. key; a valid access key. network; the network name as returned from a call to getnetworklist. state; the two-letter state abbreviation. county; the county name in the given state. Either the network, the state or the state and county options must be provided. Example Output The following is an example request and a example output.

4 Example 3. Example Request [URL]ws/REST/V1/getStationList?key=abcdef&state=PA will generate a file similar to that below. Example 4. Example Response <?xml version="1.0" encoding="utf-8"?> <deos:stations xmlns:deos=" totalnumber="5"> <deos:station number="1" network="usgs-streamflow"> <deos:id> </deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">0</deos:elevation> <deos:bankfull unittext="meters" unitsymbol="m">0</deos:bankfull> <deos:floodstage unittext="meters" unitsymbol="m">2.7</deos:floodstage> <deos:waterbody>brandywine Creek</deos:waterbody> <deos:county>chester</deos:county> <deos:city>abington</deos:city> <deos:state fullname="pennsylvania">pa</deos:state> <deos:country>usa</deos:country> </deos:station> <deos:station number="2" network="usgs-streamflow"> <deos:id> </deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">0</deos:elevation> <deos:bankfull unittext="meters" unitsymbol="m">1</deos:bankfull> <deos:floodstage unittext="meters" unitsymbol="m">1.1</deos:floodstage> <deos:waterbody>red Clay Creek</deos:waterbody> <deos:county>chester</deos:county> <deos:city>abbottstown</deos:city> <deos:state fullname="pennsylvania">pa</deos:state> <deos:country>usa</deos:country> </deos:station> <deos:station number="3" network="usgs-streamflow"> <deos:id> </deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">0</deos:elevation> <deos:bankfull unittext="meters" unitsymbol="m">0</deos:bankfull> <deos:floodstage unittext="meters" unitsymbol="m">0</deos:floodstage> <deos:waterbody>white Clay Creek</deos:waterbody> <deos:county>chester</deos:county> <deos:city>unknown User</deos:city>

5 <deos:state fullname="pennsylvania">pa</deos:state> <deos:country>usa</deos:country> </deos:station> <deos:station number="4" network="deos"> <deos:id>dlwg</deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">140.2</deos:elevation> <deos:county>chester</deos:county> <deos:city>kennett Square</deos:city> <deos:state fullname="pennsylvania">pa</deos:state> <deos:country>usa</deos:country> </deos:station> <deos:station number="5" network="deos"> <deos:id>dscr</deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">190.5</deos:elevation> <deos:county>chester</deos:county> <deos:city>west Grove</deos:city> <deos:state fullname="pennsylvania">pa</deos:state> <deos:country>usa</deos:country> </deos:station> </deos:stations> Retrieving A Data Type List The following section describes the method implemented to retrieve the list of data types available. Purpose To provide a list of data types providing data for the DEOS web services. The abbreviations returned by this method are needed in subsequent calls to retrieve station data if the user wishes to reduce the volume of returned data. Options The following are the options understood by this component. Required Parameters The following item is required. key; a valid access key. Optional Parameter

6 The following items are optional. units; unit schema (default is SI). Example Output The following is an example request and a example output. Example 5. Example Request [URL]ws/REST/V1/getDataTypeList?key=abcdef will generate a file similar to that below. Example 6. Example Response <?xml version="1.0" encoding="utf-8"?> <deos:datatypes xmlns:deos=" totalnumber="45"> <deos:datatype number="1" id="2"> <deos:name>air Temperature</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>at</deos:abbreviation> <deos:datatype number="2" id="3"> <deos:name>dew Point Temperature</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>dp</deos:abbreviation> <deos:datatype number="3" id="6"> <deos:name>wind Direction</deos:name> <deos:symbol>deg.</deos:symbol> <deos:abbreviation>wd</deos:abbreviation> <deos:datatype number="4" id="12"> <deos:name>heat Index</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>hi</deos:abbreviation> <deos:datatype number="5" id="13"> <deos:name>wind Chill</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>wc</deos:abbreviation> <deos:datatype number="6" id="14"> <deos:name>soil Temperature</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>st</deos:abbreviation> <deos:datatype number="7" id="18">

7 <deos:name>volumetric Water Content</deos:name> <deos:symbol>%</deos:symbol> <deos:abbreviation>vwc</deos:abbreviation> <deos:datatype number="8" id="22"> <deos:name>visibility</deos:name> <deos:symbol>km</deos:symbol> <deos:abbreviation>vb</deos:abbreviation> <deos:datatype number="9" id="26"> <deos:name>water Temperature</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>wt</deos:abbreviation> <deos:datatype number="10" id="37"> <deos:name>wave Direction (Average)</deos:name> <deos:symbol>deg.</deos:symbol> <deos:abbreviation>wda</deos:abbreviation> <deos:datatype number="11" id="40"> <deos:name>fuel temperature</deos:name> <deos:symbol>deg. C</deos:symbol> <deos:abbreviation>f</deos:abbreviation> <deos:datatype number="12" id="42"> <deos:name>wind Gust Direction</deos:name> <deos:symbol>deg.</deos:symbol> <deos:abbreviation>wgi</deos:abbreviation> <deos:datatype number="13" id="1"> <deos:name>gage Precipitation (60)</deos:name> <deos:abbreviation>rfh</deos:abbreviation> <deos:datatype number="14" id="4"> <deos:name>wind Speed</deos:name> <deos:symbol>m.s-1</deos:symbol> <deos:abbreviation>ws</deos:abbreviation> <deos:datatype number="15" id="7"> <deos:name>barometric Pressure</deos:name> <deos:symbol>mbar</deos:symbol> <deos:abbreviation>bp</deos:abbreviation> <deos:datatype number="16" id="8"> <deos:name>solar Radiation</deos:name> <deos:symbol>w.m-2</deos:symbol> <deos:abbreviation>sr</deos:abbreviation> <deos:datatype number="17" id="9"> <deos:name>wind Gust Speed (5)</deos:name> <deos:symbol>m.s-1</deos:symbol> <deos:abbreviation>wg5</deos:abbreviation> <deos:datatype number="18" id="10"> <deos:name>gage Precipitation (5)</deos:name>

8 <deos:abbreviation>rf5</deos:abbreviation> <deos:datatype number="19" id="11"> <deos:name>relative humidity</deos:name> <deos:symbol>%</deos:symbol> <deos:abbreviation>rh</deos:abbreviation> <deos:datatype number="20" id="16"> <deos:name>bias-adjusted Gage Precipitation (60)</deos:name> <deos:abbreviation>rha</deos:abbreviation> <deos:datatype number="21" id="17"> <deos:name>bias-adjusted Gage Precipitation (5)</deos:name> <deos:abbreviation>r5a</deos:abbreviation> <deos:datatype number="22" id="19"> <deos:name>snow depth</deos:name> <deos:symbol>cm</deos:symbol> <deos:abbreviation>sd</deos:abbreviation> <deos:datatype number="23" id="20"> <deos:name>radar Precipitation (6)</deos:name> <deos:abbreviation>rr6</deos:abbreviation> <deos:datatype number="24" id="21"> <deos:name>leaf wetness</deos:name> <deos:symbol>%</deos:symbol> <deos:abbreviation>lf</deos:abbreviation> <deos:datatype number="25" id="23"> <deos:name>gage Height</deos:name> <deos:symbol>m</deos:symbol> <deos:abbreviation>gh</deos:abbreviation> <deos:datatype number="26" id="24"> <deos:name>precip (daily)</deos:name> <deos:abbreviation>rfd</deos:abbreviation> <deos:datatype number="27" id="25"> <deos:name>discharge</deos:name> <deos:symbol>m3.s-1</deos:symbol> <deos:abbreviation>dsc</deos:abbreviation> <deos:datatype number="28" id="27"> <deos:name>stream Velocity</deos:name> <deos:symbol>m.s-1</deos:symbol> <deos:abbreviation>sv</deos:abbreviation> <deos:datatype number="29" id="28"> <deos:name>gage Precipitation (15)</deos:name> <deos:abbreviation>rfq</deos:abbreviation>

9 <deos:datatype number="30" id="29"> <deos:name>ph</deos:name> <deos:symbol> </deos:symbol> <deos:abbreviation>ph</deos:abbreviation> <deos:datatype number="31" id="30"> <deos:name>conductance</deos:name> <deos:symbol>micros.l-1</deos:symbol> <deos:abbreviation>sc</deos:abbreviation> <deos:datatype number="32" id="31"> <deos:name>dissolved Oxygen %saturation</deos:name> <deos:symbol>%</deos:symbol> <deos:abbreviation>po2</deos:abbreviation> <deos:datatype number="33" id="32"> <deos:name>dissolved Oxygen Volume</deos:name> <deos:symbol>mg.l-1</deos:symbol> <deos:abbreviation>do2</deos:abbreviation> <deos:datatype number="34" id="33"> <deos:name>turbidity (BB)</deos:name> <deos:symbol>ntu</deos:symbol> <deos:abbreviation>tbb</deos:abbreviation> <deos:datatype number="35" id="34"> <deos:name>wave Height</deos:name> <deos:symbol>m</deos:symbol> <deos:abbreviation>wh</deos:abbreviation> <deos:datatype number="36" id="35"> <deos:name>wave Period (Dominant)</deos:name> <deos:symbol>s</deos:symbol> <deos:abbreviation>wpd</deos:abbreviation> <deos:datatype number="37" id="36"> <deos:name>wave Period (Average)</deos:name> <deos:symbol>s</deos:symbol> <deos:abbreviation>wpa</deos:abbreviation> <deos:datatype number="38" id="38"> <deos:name>barometric Pressure Trend</deos:name> <deos:symbol>mbar.hr-1</deos:symbol> <deos:abbreviation>bpt</deos:abbreviation> <deos:datatype number="39" id="39"> <deos:name>tide (Deviation)</deos:name> <deos:symbol>m</deos:symbol> <deos:abbreviation>td</deos:abbreviation> <deos:datatype number="40" id="41"> <deos:name>fuel moisture</deos:name> <deos:symbol>%</deos:symbol> <deos:abbreviation>fm</deos:abbreviation> <deos:datatype number="41" id="93"> <deos:name>wind Gust Speed (10)</deos:name>

10 <deos:symbol>m.s-1</deos:symbol> <deos:abbreviation>wgx</deos:abbreviation> <deos:datatype number="42" id="94"> <deos:name>gage Precipitation (10)</deos:name> <deos:abbreviation>rfx</deos:abbreviation> <deos:datatype number="43" id="95"> <deos:name>turbidity (MC)</deos:name> <deos:symbol>fnu</deos:symbol> <deos:abbreviation>tm</deos:abbreviation> <deos:datatype number="44" id="112"> <deos:name>water Level</deos:name> <deos:symbol>m</deos:symbol> <deos:abbreviation>wl</deos:abbreviation> <deos:datatype number="45" id="113"> <deos:name>mean Daily Water Level</deos:name> <deos:symbol>m</deos:symbol> <deos:abbreviation>wld</deos:abbreviation> </deos:datatypes> Retrieving Station Data The following section describes the method implemented to retrieve the meteorological data of a given station via the web service. Purpose To provide a set of station meteorological and other data for the DEOS web services. Options The following are the options understood by this component. Required Parameters The following items are required. key; a valid access key. station; the station name. network; the network name. Optional Parameters The following items are optional.

11 datatypes; the list if data type abbreviations to use. The default is to retrieve data for all data types. time; the date and time for the data retrieval. The default is the current date and time. [1] span; the time span (in minutes) for the data retrieval. The default is one hour. Spans over 24 hours are not permitted. If a span of zero is requested, then any time parameter is ignored and the most recent data for all relevant data types are returned. N.B. The date of this data may not be recent, so the user needs to check on the data currency. units; either SI (default) or English tz; the time zone that the data will be generated for. The default is UTC (GMT). [2] Example Output The following is an example request and a example output. Example 7. Example Request [URL]ws/REST/V1/getStationData?key=abcdef&station=DPTR&network=DEOS&tz=EST5ED T&span=5&time=2006/10/25 17:00:00 will generate a file similar to that below. Example 8. Example Response <?xml version="1.0" encoding="utf-8"?> <deos:data xmlns:deos=" <deos:station number="1" name="dptr" network="deos"> <deos:stationmetadata> <deos:id>2301</deos:id> <deos:latitude unittext="degrees" unitsymbol="&deg;"> </deos:latitude> <deos:longitude unittext="degrees" unitsymbol="&deg;"> </deos:longitude> <deos:elevation unittext="meters" unitsymbol="m">82.3</deos:elevation> <deos:country>usa</deos:country> </deos:stationmetadata> <deos:stationdata total="11"> <deos:dataitem number="1" datatype="2"> <deos:unitdescription>air Temperature</deos:unitDescription> <deos:value unitsymbol="deg. C">10.3</deos:value> <deos:dataitem number="2" datatype="3"> <deos:unitdescription>dew Point Temperature</deos:unitDescription> <deos:value unitsymbol="deg. C">-1</deos:value>

12 <deos:dataitem number="3" datatype="4"> <deos:unitdescription>wind Speed</deos:unitDescription> <deos:value unitsymbol="m.s-1">5.5</deos:value> <deos:dataitem number="4" datatype="6"> <deos:unitdescription>wind Direction</deos:unitDescription> <deos:value unitsymbol="deg.">297.6</deos:value> <deos:dataitem number="5" datatype="7"> <deos:unitdescription>barometric Pressure</deos:unitDescription> <deos:value unitsymbol="mbar">1016</deos:value> <deos:dataitem number="6" datatype="8"> <deos:unitdescription>solar Radiation</deos:unitDescription> <deos:value unitsymbol="w.m-2">297</deos:value> <deos:dataitem number="7" datatype="9"> <deos:unitdescription>wind Gust Speed (5)</deos:unitDescription> <deos:value unitsymbol="m.s-1">7.8</deos:value> <deos:supplementarytime unixtimestamp=" ">2006/10/25 12:57:00 EDT</deos:supplementaryTime> <deos:dataitem number="8" datatype="10"> <deos:unitdescription>gage Precipitation (5)</deos:unitDescription> <deos:value unitsymbol="mm">0</deos:value> <deos:dataitem number="9" datatype="11"> <deos:unitdescription>relative humidity</deos:unitdescription> <deos:value unitsymbol="%">45</deos:value> <deos:dataitem number="10" datatype="15"> <deos:unitdescription>voltage</deos:unitdescription> <deos:value unitsymbol="v">13.52</deos:value> <deos:dataitem number="11" datatype="18"> <deos:unitdescription>volumetric Water Content</deos:unitDescription>

13 <deos:value unitsymbol="%">34.2</deos:value> </deos:stationdata> </deos:station> </deos:data> Error Handling The following section describes the output in the case of a processing error. Example Output The following is an example request and a error example output. Example 9. Example Request [URL]ws/REST/V1/getNetworkList?key=badkey will generate a file similar to that below. Example 10. Example Error Response <?xml version="1.0" encoding="utf-8"?> <deos:networks xmlns:deos=" totalnumber="0"> <deos:errors totalnumber="1"> <deos:error number="1"> <deos:code>deos.keyinvalid</deos:code> <deos:message>the provided key is not valid.</deos:message> </deos:error> </deos:errors> </deos:networks> Configuration The following list of parameters are the configurable items for the web services component and can be found in the ofnidb.jnk file in the odd-divas directory. gdebug: this is the setting that allows more output to be generated, assisting fixing problems. grecordmax: this is the maximum number of data items that can be retrieved. Care must be exercised when setting this too large values. Other limits from PHP, both memory and execution time may occur. Syndication Feeds; Atom and RSS

14 The following sections describe the DEOS syndicated data feeds. Atom Feeds The DEOS Atom feeds are based on Atom Version 1.0. RSS Feeds The DEOS RSS (Real Simple Syndication) feeds are based on RSS Version 2.0. Geographical Encoding Both the Atom and RSS feeds utilize GeoRSS encodings to specify the geographical location of the station providing the data. Syndication Subscription Files It is expected that the web developer of the site hosting the data feeds will provide a summary page of all the feeds to allow subscribers easy access to all the available feeds. This section summarizes where the data feed files originate for the benefit of the web developer. The daily feeds files are accessible as described in the following example: Example 11. Daily Feed Access [DF_BASE_URI]/[feed type]/[network]/[station]/daily.xml The completed monthly data feeds are accessible as described in the following example: Example 12. Monthly Feed Access [DF_BASE_URI]/[feed type]/[network]/[station]/monthly-[unit type].xml The options are as follows: DF_BASE_URI: is set in the DCF and must match the DF_BASE_DIR setting, relative to the web site root. feed type: Either Atom or rss. network: the name of the network. station: the name of the station. unit type: either SI or english.

15 [1] The date and time string must meet the guidelines presented here. [2] The time zone string must be from the list provided here.

Settings. Overview. OU Campus Settings Page 1 of 13

Settings. Overview. OU Campus Settings Page 1 of 13 Settings Overview OU Calendar has a number of different settings, both for the public calendar and for the admin interface, that can be configured. The Settings menu contains two sections: General Actions

More information

[MS-CFB]: Compound File Binary File Format

[MS-CFB]: Compound File Binary File Format [MS-CFB]: Compound File Binary File Format This topic lists the Errata found in the MS-CFB document since it was last published. Since this topic is updated frequently, we recommend that you subscribe

More information

Where you will find the RSS feed on the Jo Daviess County website

Where you will find the RSS feed on the Jo Daviess County website RSS Background RSS stands for Really Simple Syndication and is used to describe the technology used in creating feeds. An RSS feed allows you to receive free updates by subscribing (or clicking on buttons

More information

TABLE OF CONTENTS Click link to go to information

TABLE OF CONTENTS Click link to go to information Tips for Users TABLE OF CONTENTS Click link to go to information TIPS showing screen shots (pp. 2-7) Show events in your time zone Select month to display Change appearance of the display Get event information

More information

Publication Schedule and Distribution Information

Publication Schedule and Distribution Information Publication Schedule and Distribution Information This document describes the publication schedule for all SWIFTRef Directories, including important information about the publication and the distribution

More information

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

Network Working Group Internet-Draft January 25, 2006 Expires: July 29, Feed Rank draft-snell-atompub-feed-index-05.txt. Status of this Memo

Network Working Group Internet-Draft January 25, 2006 Expires: July 29, Feed Rank draft-snell-atompub-feed-index-05.txt. Status of this Memo Network Working Group J. Snell Internet-Draft January 25, 2006 Expires: July 29, 2006 Status of this Memo Feed Rank draft-snell-atompub-feed-index-05.txt By submitting this Internet-Draft, each author

More information

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of

More information

Distribution Restriction Statement Approved for public release; distribution is unlimited.

Distribution Restriction Statement Approved for public release; distribution is unlimited. CECW-EH Regulation No. 1110-2-8155 Department of the Army U.S. Army Corps of Engineers Washington, DC 20314-1000 Engineering and Design HYDROMETEOROLOGICAL DATA MANAGEMENT AND ARCHIVING Distribution Restriction

More information

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide RainWise CC-2000 Edition Visit our Website to Register Your Copy (weatherview32.com) Insert the WV32 installation CD in an available drive, or run the downloaded install file wvsetup80.exe.

More information

Package darksky. September 20, 2017

Package darksky. September 20, 2017 Type Package Title Tools to Work with the 'Dark Sky' 'API' Version 1.3.0 Date 2017-09-20 Maintainer Bob Rudis Package darksky September 20, 2017 Provides programmatic access to the 'Dark Sky'

More information

Page 1 Dapper

Page 1 Dapper http://blog.larkin.net.au/ Page 1 Introduction Dapper What is Dapper? This is an online tool or service that allows you to create and customise RSS feeds from any web site. You can then subscribe to the

More information

PENCasting a standards-based approach to LMS / LCMS integration

PENCasting a standards-based approach to LMS / LCMS integration PENCasting a standards-based approach to LMS / LCMS integration Version 1.0, 30 th June 2008 Ian Leader, Director of Consulting (ian.leader@line.co.uk) Paul Nebel, Technical Consultant (paul.nebel@line.co.uk)

More information

RClimTool USER MANUAL

RClimTool USER MANUAL RClimTool USER MANUAL By Lizeth Llanos Herrera, student Statistics This tool is designed to support, process automation and analysis of climatic series within the agreement of CIAT-MADR. It is not intended

More information

Product Feed for Magento 2

Product Feed for Magento 2 Product Feed for Magento 2 Magento 2 Extension User Guide Official extension page: Product Feed for Magento 2 Page 1 Table of contents: 1. How to modify original attributes..3 2. Creation of product feeds...5

More information

[MS-WSUSOD]: Windows Server Update Services Protocols Overview

[MS-WSUSOD]: Windows Server Update Services Protocols Overview [MS-WSUSOD]: Windows Server Update Services Protocols Overview This topic lists the found in [MS-WSUSOD] since it was last published. Since this topic is updated frequently, we recommend that you subscribe

More information

Climate Data Screener and Summarizer, version 3.2

Climate Data Screener and Summarizer, version 3.2 Climate Data Screener and Summarizer, version 3.2 Instruction Manual May 2011 Program Written By: Michael T. Tercek, Ph.D. WALKING SHADOW ECOLOGY PO Box 1085 Gardiner, Montana 59030 USA www.yellowstoneecology.com

More information

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms REMIT Guidance on the implementation of web feeds for Inside Information Platforms Version 2.0 13 December 2018 Agency for the Cooperation of Energy Regulators Trg Republike 3 1000 Ljubljana, Slovenia

More information

Page 1 AideRSS

Page 1 AideRSS http://blog.larkin.net.au/ Page 1 Introduction AideRSS What is AideRSS? This is an online tool or service that allows you to identify the most popular posts or items in a RSS feed. What is a RSS feed?

More information

Applying the Standardized Precipitation Index as a Drought Indicator

Applying the Standardized Precipitation Index as a Drought Indicator Applying the Standardized Precipitation Index as a Drought Indicator Mark Svoboda, Climatologist Monitoring Program Area Leader National Drought Mitigation Center University of Nebraska-Lincoln Mali Drought

More information

UFCEKG 20 2 Data, Schemas & Applications

UFCEKG 20 2 Data, Schemas & Applications UFCEKG 20 2 Data, Schemas & Applications Lecture 1 Module Introduction & Outline N. H. N. D. de Silva (Slides adapted from Prakash Chatterjee, UWE) Teaching and learning: 2 hour lecture 1 hour workshop

More information

Mapping GeoRSS Feeds and the Shift from KML to GeoJSON. Michael P. Peterson

Mapping GeoRSS Feeds and the Shift from KML to GeoJSON. Michael P. Peterson Mapping GeoRSS Feeds and the Shift from KML to GeoJSON Michael P. Peterson ABSTRACT: A primary benefit of cloud-based mapping is the presentation of updated maps. Data can be made available through a data

More information

Hd Hydrologic Information System

Hd Hydrologic Information System Sharing Hydrologic Data with the CUAHSI Hd Hydrologic Information System David Tarboton, David Maidment, Ilya Zaslavsky, Dan Ames, Jon Goodall, Jeffery Horsburgh, Tim Whiteaker, Michael Piasecki, David

More information

How to understand a csv file invoice

How to understand a csv file invoice How to understand a csv file invoice.csv files are used my Eseye to send invoices to customers, they are easily opened in Excel. For help in finding an invoice, see: How to locate an invoice. An example.csv

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

Practice Test. Microsoft Microsoft PRO: Deploying Messaging Solutions with Microsoft Exchange Server Version 2.

Practice Test. Microsoft Microsoft PRO: Deploying Messaging Solutions with Microsoft Exchange Server Version 2. Microsoft 70-238 Microsoft 70-238 PRO: Deploying Messaging Solutions with Microsoft Exchange Server 2007 Practice Test Version 2.1 QUESTION NO: 1 Microsoft 70-238: Practice Exam You are a messaging professional.

More information

October 27, Jim Ruff Manager Mainstem Passage and River Operations

October 27, Jim Ruff Manager Mainstem Passage and River Operations Bill Bradbury Chair Oregon Henry Lorenzen Oregon W. Bill Booth Idaho James A. Yost Idaho Jennifer Anders Vice Chair Montana Pat Smith Montana Tom Karier Washington Phil Rockefeller Washington October 27,

More information

Lesson 2: Internet Communication

Lesson 2: Internet Communication Lesson 2: Internet Communication Lesson 2 Objectives Define modern Web technologies Define social networking Define and use instant messaging and text messaging Use Windows Remote Assistance Discuss blogging

More information

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University Using metadata for interoperability CS 431 February 28, 2007 Carl Lagoze Cornell University What is the problem? Getting heterogeneous systems to work together Providing the user with a seamless information

More information

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management Series from Setup your campaigns HOW TO... Setup your campaigns Team Management 1 In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed

More information

CN 67 STATEMENT OF WEIGHTS A découvert priority/airmail items A découvert non-priority/surface items

CN 67 STATEMENT OF WEIGHTS A découvert priority/airmail items A découvert non-priority/surface items CN 67 STATEMENT OF WEIGHTS A découvert priority/airmail items A découvert non-priority/surface items Completion instructions Document version: 1.0 Date: 2017 09 21 UPU form template valid from: 2014 01

More information

An example data file is included in the download ( flw)

An example data file is included in the download ( flw) Baseflow Program As described in: Arnold, J.G., P.M. Allen, R. Muttiah, and G. Bernhardt. 1995. Automated base flow separation and recession analysis techniques. Ground Water 33(6): 1010-1018. Arnold,

More information

Member Impacting Project Overview Data Push

Member Impacting Project Overview Data Push Member Impacting Project Overview Data Push Page 1 Table of Contents Table of Contents... 2 Executive Summary... 4 Business Impact... 4 Technical Impact... 5 Technical Implementation... 6 Cutover/Back-out

More information

*:96 Overheads. Part 9: WebDAV, RSS, SOAP (Web applications), Bittorrent. HTTP Extensions for Distributed Authoring

*:96 Overheads. Part 9: WebDAV, RSS, SOAP (Web applications), Bittorrent. HTTP Extensions for Distributed Authoring Compendium eight page 179 *:96 Overheads Part 9:, RSS, SOAP (Web applications), Bittorrent More about this course about Internet application protocols can be found at URL: http://dsv.su.se/jpalme/internet-course/int-app-protkurs.html

More information

INSTRUCTION MANUAL MODEL CAP-DEC 1. Common Alerting Protocol Universal Intermediary Device FCC ID: MVZ CAP-DEC v2.

INSTRUCTION MANUAL MODEL CAP-DEC 1. Common Alerting Protocol Universal Intermediary Device FCC ID: MVZ CAP-DEC v2. INSTRUCTION MANUAL MODEL CAP-DEC 1 Common Alerting Protocol Universal Intermediary Device FCC ID: MVZ CAP-DEC 1 4.23.2015 v2.33 4-23-2015 GORMAN REDLICH 257 West Union St. Athens, Ohio 45701 Ph: 740-593-3150

More information

CUAHSI ODM Tools Version 1.0 Design Specifications October 27, 2006

CUAHSI ODM Tools Version 1.0 Design Specifications October 27, 2006 CUAHSI ODM Tools Version 1.0 Design Specifications October 27, 2006 Jeffery S. Horsburgh 1 Abstract The CUAHSI Hydrologic Information System (HIS) Project is developing information technology infrastructure

More information

Cuyama Valley Groundwater Basin Groundwater Sustainability Plan Data Management System Draft. Prepared by:

Cuyama Valley Groundwater Basin Groundwater Sustainability Plan Data Management System Draft. Prepared by: Cuyama Valley Groundwater Basin Groundwater Sustainability Plan Data Management System Draft Prepared by: November 2018 Chapter 6 Data Management System This chapter includes the Data Management System

More information

JCOMM Observing Programme Support Centre

JCOMM Observing Programme Support Centre JCOMM Observing Programme Support Centre GO-SHIP International Planning Meeting Portland OR, Febr 21 2010 Yves Desaubies Mathieu Belbeoch Hester Viola Aims of this talk Presentation of JCOMMOPS Infrastructure

More information

Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh. By Vijeth Patil

Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh. By Vijeth Patil Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh By Vijeth Patil Motivation Project goal Background Yioop! Twitter RSS Modifications to Yioop! Test and Results Demo Conclusion

More information

Mopidy-Podcast Documentation

Mopidy-Podcast Documentation Mopidy-Podcast Documentation Release 2.0.3 Thomas Kemmer Jul 22, 2018 Contents 1 Installation 3 2 Configuration 5 2.1 Configuration Values........................................... 5 2.2 Default Configuration..........................................

More information

Installation and Configuration Guide for Visual Voic Release 8.5

Installation and Configuration Guide for Visual Voic Release 8.5 Installation and Configuration Guide for Visual Voicemail Release 8.5 Revised October 08, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Texas Water Data Services

Texas Water Data Services Texas Water Data Services David R. Maidment Center for Research in Water Resources University of Texas at Austin SSpeed Conference Houston Tx, Oct 30, 2008 Communicating Water Data During Flood Emergencies

More information

Multi-agent and Semantic Web Systems: RDF Data Structures

Multi-agent and Semantic Web Systems: RDF Data Structures Multi-agent and Semantic Web Systems: RDF Data Structures Fiona McNeill School of Informatics 31st January 2013 Fiona McNeill Multi-agent Semantic Web Systems: RDF Data Structures 31st January 2013 0/25

More information

Customizing Local Precipitation Data Files for SWAT

Customizing Local Precipitation Data Files for SWAT Customizing Local Precipitation Data Files for SWAT Zhulu Lin and David Radicliffe University of Georgia March 4, 2007 In order to successfully apply SWAT, meteorological data local to the area being studied

More information

API Migration Guide. Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017

API Migration Guide. Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017 Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre

More information

Workgroup Document version: 2. Version 4.0. SECTION Infrastructure Messages 06 IMBNOT Imbalance Notice Message

Workgroup Document version: 2. Version 4.0. SECTION Infrastructure Messages 06 IMBNOT Imbalance Notice Message SECTION II Infrastructure Messages 06 IMBNOT Imbalance Notice Message Version 4.0 Edig@s EASEE-gas/Edig@s Workgroup Document version: 2 IMBNOT Version 4.0 / 2011-08-30 II-06-1 COPYRIGHT & LIABILITY The

More information

Feed Cache for Umbraco Version 2.0

Feed Cache for Umbraco Version 2.0 Feed Cache for Umbraco Version 2.0 Copyright 2010, Ferguson Moriyama Limited. All rights reserved Feed Cache for Umbraco 2.0 Page 1 Introduction... 3 Prerequisites... 3 Requirements... 3 Downloading...

More information

SATORI READER USER MANUAL. Satori Team

SATORI READER USER MANUAL. Satori Team SATORI READER USER MANUAL Satori Team Table of Contents Satori Reader... 2 1. Introduction... 3 2. Process Flow.... 4 3. Description.... 5 a) Adding the Feed URL.... 5 b) Managing the RSS Feed list...

More information

[MS-OXORSS]: RSS Object Protocol Specification

[MS-OXORSS]: RSS Object Protocol Specification [MS-OXORSS]: RSS Object Protocol Specification Intellectual Property Rights Notice for Protocol Documentation Copyrights. This protocol documentation is covered by Microsoft copyrights. Regardless of any

More information

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-03.

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-03. Network Working Group J. Snell Internet-Draft August 2005 Expires: February 2, 2006 Status of this Memo Atom Link No Follow draft-snell-atompub-feed-nofollow-03.txt By submitting this Internet-Draft, each

More information

ISO/IEC Information technology Multimedia content description interface Part 7: Conformance testing

ISO/IEC Information technology Multimedia content description interface Part 7: Conformance testing This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 15938-7 First edition 2003-12-01 Information technology Multimedia content description interface Part 7: Conformance

More information

Wimba Voice Podcaster

Wimba Voice Podcaster Wimba Voice Podcaster October 2011 1 About Voice Boards Overview Wimba Podcaster is a complete, start-to-finish podcasting application. It allows you and your students to author vocal recordings and distribute

More information

MetOcean Themes in INSPIRE

MetOcean Themes in INSPIRE MetOcean Themes in INSPIRE Cliquez pour modifier le style du titre 4th Workshop on the use of GIS/OGC standards in meteorology Cliquez pour modifier le style des sous-titres Frédéric du Guillaud masque

More information

How to understand a pdf file invoice

How to understand a pdf file invoice How to understand a pdf file invoice.pdf files are used by Eseye to send invoices to customers. For help in finding an invoice, see: How to locate an invoice. The.pdf invoice is comprised of a front page

More information

Bloomberg Add In. User guide

Bloomberg Add In. User guide Bloomberg Add In User guide Table of Contents Bloomberg Add In...3 PerTrac Data Manager Window...4 Creating a Bloomberg Job within Data Manager...5 Selecting A Start Date for the Bloomberg Download...

More information

Abstract. Table of Contents. 1. License

Abstract. Table of Contents. 1. License Your use of this Specification may be subject to other third party rights. THIS SPECIFICATION IS PROVIDED AS IS. The contributors expressly disclaim any warranties (express, implied, or otherwise), including

More information

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final Deliverable D3.12 Final and public version of the implemented web site with full functionality that hosts all relevant information on the Climate Atlas of the Carpathian Region, including a public download

More information

Burning Permit Console Manual

Burning Permit Console Manual burningpermit.com Getting Started 1. Using the Burning Permit Console Program a. Run the program i. Always answer yes to the security certificate. ii. When the login dialog box pops up requesting a username

More information

The Program pcpstat. User s Manual. Stefan Liersch, Berlin, August 12, 2003

The Program pcpstat. User s Manual. Stefan Liersch, Berlin, August 12, 2003 The Program pcpstat User s Manual Stefan Liersch, Berlin, August 12, 2003 stliersch@freenet.de Introduction The program pcpstat.exe calculates statistical parameters of daily precipitation data used by

More information

General Ledger Export to CLIME GL-1047

General Ledger Export to CLIME GL-1047 General Ledger Export to CLIME GL-1047 Overview This Extended Solution to the standard MAS 90 MAS 200 General Ledger module exports General Ledger account actual and budget data to another software, CLIME.

More information

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-00.

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-00. Network Working Group J. Snell Internet-Draft August 2005 Expires: February 2, 2006 Status of this Memo Atom Link No Follow draft-snell-atompub-feed-nofollow-00.txt By submitting this Internet-Draft, each

More information

A Geospatial Modeling Interface (GMI) for SWAT Model Deployment and Evaluation

A Geospatial Modeling Interface (GMI) for SWAT Model Deployment and Evaluation A Geospatial Modeling Interface (GMI) for SWAT Model Deployment and Evaluation James C. Ascough II 1, Jeffrey G. Arnold 2, Nathan P. Lighthart 3, and Nancy B. Sammons 2 1 USDA-ARS-PA, Agricultural Systems

More information

Service Description Platform.sh by Orange

Service Description Platform.sh by Orange Service Description Platform.sh by Orange Table des matières 1 DEFINITIONS... 2 2 PURPOSE OF THE DOCUMENT... 2 3 OVERVIEW OF THE SERVICE... 2 3.1 OVERALL DESCRIPTION... 2 3.2 GEOGRAPHICAL FOOTPRINT...

More information

Using Blogs in BOLT Student Guide

Using Blogs in BOLT Student Guide Using Blogs in BOLT Student Guide Table of Contents Blog vs Journal... 2 Accessing a Blog... 2 Navigating in a Blog... 3 Using a Blog... 6 Adding a New Entry... 6 Finding Recent Entries in a Blog... 7

More information

User Guide. Exploring and discovering the information contained in Hansard and Committee Evidence

User Guide. Exploring and discovering the information contained in Hansard and Committee Evidence User Guide Exploring and discovering the information contained in Hansard and Committee Evidence Table of Contents Introduction... 2 Overview of Options... 3 Publication Explorer... 3 Filter by... 3 Back

More information

Desktop Crawls. Document Feeds. Document Feeds. Information Retrieval

Desktop Crawls. Document Feeds. Document Feeds. Information Retrieval Information Retrieval INFO 4300 / CS 4300! Web crawlers Retrieving web pages Crawling the web» Desktop crawlers» Document feeds File conversion Storing the documents Removing noise Desktop Crawls! Used

More information

Transport Observatory Project

Transport Observatory Project Transport Observatory Project Website Manual for Users 2012. All Rights Reserved 1 Table of Contents Table of Contents... 2 Table of Figures... 3 1.0 Introduction... 4 2.0 General Information... 5 2.1

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXORSS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Unifying Hydrological Time Series Data for a Global Water Portal

Unifying Hydrological Time Series Data for a Global Water Portal Unifying Hydrological Time Series Data for a Global Water Portal Pathai Suwannawiwat Chayakorn Netramai The Sirindhorn International Thai-German Graduate School of Engineering King Mongkut s University

More information

Overview... 1 Accessing the Clean-Up System... 1 Understanding the Layout of the Login Attempts Tab... 2

Overview... 1 Accessing the Clean-Up System... 1 Understanding the Layout of the Login Attempts Tab... 2 Clean-Up System Overview... 1 Accessing the Clean-Up System... 1 Understanding the Layout of the Login Attempts Tab... 2 Loading Files into the Login Attempts Tab... 3 Cleaning Login Attempts Files...

More information

[MS-OXORSS]: RSS Object Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXORSS]: RSS Object Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXORSS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

REPORTING RECLASSIFICATION RETURNS TO

REPORTING RECLASSIFICATION RETURNS TO REPORTING RECLASSIFICATION RETURNS TO THE CENTRAL BANK IN XML Explanatory information on how to report reclassification returns to the Central Bank by uploading files (in XML format) to the Online Reporting

More information

Notifications for the Payment API

Notifications for the Payment API Notifications for the Payment API Legal Disclaimer This document and the information contained herein (collectively, the "Information") is provided to you (both the individual receiving this document and

More information

TIGHTROPE PROFESSIONAL SERVICES

TIGHTROPE PROFESSIONAL SERVICES TIGHTROPE PROFESSIONAL SERVICES While Carousel gives you all the tools you need to make stunning digital signage on your own, sometimes you d rather leave it to the pros. The Tightrope Professional Services

More information

HTTPS File Transfer. Specification

HTTPS File Transfer. Specification HTTPS File Transfer Specification Version 1.4 5-Apr-2017 Date Version Description 30-Aug-2010 1.0 Original Version 30-Jun-2011 1.1 Added FAQ 29-Jun-2015 1.2 ilink administration added 1-Sep-2015 1.3 Updated

More information

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Customer Services User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Customer Services User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.1.0.0 Dashboard Widgets Customer Services User Manual Part No. E52306-01 Dashboard Widgets User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

To enable Mobile Messaging: 1. Simply login to

To enable Mobile Messaging: 1. Simply login to Mobile Messaging Instructor Tutorial Mobile Messaging provides an easy and effective way for students, faculty and staff to communicate, send and receive important information and stay connected. Through

More information

Projections for use in the Merced River basin

Projections for use in the Merced River basin Instructions to download Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections for use in the Merced River basin Go to the Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections website. 1.

More information

Course training Market-Oriented research on information service platform based on RSS

Course training Market-Oriented research on information service platform based on RSS 2nd Technology and Mechatronics Engineering Conference (ITOEC 2016) Course training Market-Oriented research on information service platform based on RSS Li Pan,Zhai Jun, Li Tao-Ying Transportation Management

More information

Introduction to AtomPub Web Services Ben Ramsey International PHP Conference 11 Oct 2010

Introduction to AtomPub Web Services Ben Ramsey International PHP Conference 11 Oct 2010 Introduction to AtomPub Web Services Ben Ramsey International PHP Conference 11 Oct 2010 Hi, I m Ben. VP of Engineering at Moontoast Co-founder and organizer emeritus of the Atlanta PHP user group Current

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

Podcasting What it s all about

Podcasting What it s all about Podcasting What it s all about Podcasting...2 What it is...2 Current Uses...3 Subscribing to Podcasts...3 itunes Subscribe using the Directory...3 itunes Subscribe using the URL...10 itunes Player...11

More information

ITP 140 Mobile Technologies. Mobile Topics

ITP 140 Mobile Technologies. Mobile Topics ITP 140 Mobile Technologies Mobile Topics Topics Analytics APIs RESTful Facebook Twitter Google Cloud Web Hosting 2 Reach We need users! The number of users who try our apps Retention The number of users

More information

CSI 3140 WWW Structures, Techniques and Standards. Representing Web Data: XML

CSI 3140 WWW Structures, Techniques and Standards. Representing Web Data: XML CSI 3140 WWW Structures, Techniques and Standards Representing Web Data: XML XML Example XML document: An XML document is one that follows certain syntax rules (most of which we followed for XHTML) Guy-Vincent

More information

Upgrading to v4.1. Passage Planner User Guide V4.1

Upgrading to v4.1. Passage Planner User Guide V4.1 User guide V1.0 Upgrading to v4.1 Users of 3.4 or older versions of e- Navigator Planning Station or 1.3 or older versions of the e-np Reader will need to follow these instructions to begin using the v4.1

More information

Event Scheduling System 4.0 User Guide

Event Scheduling System 4.0 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1 Wildlife Enforcement Monitoring System User Manual Khoi Nguyen Remi Chandran Ng Chong type date version User Manual July 07, 2011 Version 1-1 Extensible Message Gateway User Manual ii About this Document

More information

LINK System Customer Interface. Report Subscription

LINK System Customer Interface. Report Subscription Report Subscription 1 Customers can request specific reports from the LINK system to be generated at specific times based on different criteria to meet their unique needs through functionality called Report

More information

Deployment for SAS 9.2 and Beyond Mark Schneider, SAS Institute Inc., Cary, NC

Deployment for SAS 9.2 and Beyond Mark Schneider, SAS Institute Inc., Cary, NC Paper 3875-2008 Deployment for SAS 9.2 and Beyond Mark Schneider, SAS Institute Inc., Cary, NC ABSTRACT As the SAS architecture has grown to serve the complex and distributed challenges of enterprise-wide

More information

Welcome to SIUE s Cougar Tracks!

Welcome to SIUE s Cougar Tracks! Welcome to SIUE s Cougar Tracks! Cougar Tracks is an online portal for SIUE alumni, donors, faculty and staff. Its design allows you to: Update addresses, Select preferences for event alerts, Register

More information

MobileHelp Connect MobileVitals User Guide

MobileHelp Connect MobileVitals User Guide MobileHelp Connect MobileVitals User Guide MobileHelp Connect MobileVitals User Guide Welcome Thank you for choosing MobileHelp and welcome to the new MobileHelp Connect web portal with MobileVitals. You

More information

Introduction to Cisco TV CDS Software APIs

Introduction to Cisco TV CDS Software APIs CHAPTER 1 Cisco TV Content Delivery System (CDS) software provides two sets of application program interfaces (APIs): Monitoring Real Time Streaming Protocol (RTSP) Stream Diagnostics The Monitoring APIs

More information

CSU Replay Interact Guide

CSU Replay Interact Guide CSU Replay Interact Guide June 2015 Division of Information Technology Charles Sturt University INTERACT GUIDE... 1 CSU Replay policies and guidelines... 1 Technical support... 1 Adding Web Content Tool

More information

Class Library java.util Package. Bok, Jong Soon

Class Library java.util Package. Bok, Jong Soon Class Library java.util Package Bok, Jong Soon javaexpert@nate.com www.javaexpert.co.kr Enumeration interface An object that implements the Enumeration interface generates a series of elements, one

More information

Service Design Description for the xxx Service <xyz Technology>

Service Design Description for the xxx Service <xyz Technology> ENAV20-9.24 Service Design Description for the xxx Service Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Intended Readership... 5 1.3 Inputs from Other Projects...

More information

File: SiteExecutive 2013 Content Intelligence Modules User Guide.docx Printed January 20, Page i

File: SiteExecutive 2013 Content Intelligence Modules User Guide.docx Printed January 20, Page i File: SiteExecutive 2013 Content Intelligence Modules User Guide.docx Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031 Phone: 410.584.0595

More information

Xml Schema Attribute Definition Language (xsd) 1.0

Xml Schema Attribute Definition Language (xsd) 1.0 Xml Schema Attribute Definition Language (xsd) 1.0 Infers an XML Schema Definition Language (XSD) schema from an XML document. The XmlSchemaInference class cannot be inherited. I am trying to create an

More information

GLN Bulk Submission (XML) File Format

GLN Bulk Submission (XML) File Format GLN Bulk Submission (XML) File Format Overview The AGIISEntityInquiry.xml document provides an interface specification that is used by subscribers to submit bulk transactions directed against AGIIS entities.

More information

Exercise: Editing XML in oxygen

Exercise: Editing XML in oxygen Exercise: Editing XML in oxygen March 2009 1 First steps with Oxygen In this first exercise you will learn how to use Oxygen to create a new XML document add markup to a document keep your document well-formed

More information

Import Agent DOD_XML Mode

Import Agent DOD_XML Mode Import Agent DOD_XML Mode Advanced Design and Setup Guide Version: 7.2.x Written by: Product Knowledge, R&D Date: April 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information