Examples
This example demonstrates how to use the InetSource operator:
stream <rstring metarObsRecord> WxObservations = InetSource () {
param
URIList:
["http://weather.noaa.gov/pub/data/observations/meta/cycles/07Z.TXT",
"http://weather.noaa.gov/pub/data/observations/meta/cycles/08Z.TXT"];
initDelay: 5.0;
incrementalFetch: true;
fetchIntervalSeconds: 60u;
}