IBMStreams / streamsx.transportation

(Incubation) Toolkit for adaptors to access transit feeds as well as generic transportation based operators and functions
Other
1 stars 4 forks source link

Initial NextBus code and simple sample #2

Closed ddebrunner closed 9 years ago

ddebrunner commented 9 years ago

Initial code that provides types and composite operators to read NextBus vehicle locations.

http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf

Includes a simple app that reads the locations for an agency and presents the raw data using HTTPTupleView.

Assumes Streams 4.0, to ensure that dependencies on the deprecated geospatial toolkit functionality are not made.

May require a version of com.ibm.streams.inet built from the latest code, with pull request #116 to fix issue #115. In the past I've been successful running it with an older version, but it's possible the response from NextBus changed its http headers.

Fixes #1