Real time Piping tool for SPOT feeds
Translates a SPOT feed into GeoJSON format.
Dependencies are managed by Composer. To install dependencies run:
$ composer install
GET parameters:
client
: required, client name, can be one of [spot]from
: required, source feed format, can be one of [json]to
: required, target feed format, can be one of [geojson, kml]feature
: optional, feature type, can be one of [point, linestring, both], default point. both is available only for kml target format.
When using client spot:
feed
: required, feed id of a Shared Page (see http://www.findmespot.com/en/index.php?cid=111)password
: optional, if the feed is private then omitting this parameter will return an errorall
: optional, set to 1 in order to return not only the last 50 messages but all of them
How to integrate a live feed in QGIS: http://www.fulcrumapp.com/blog/live-data-visualization-in-qgis/
- Continuous Integration